docsy
docsy copied to clipboard
A set of Hugo doc templates for launching open source content.
There are a number of improvements that could be done to the page-feedback feature. Given the issues that exist with analytics (blockers & consent), I'm not sure whether it's worth...
### Environment - [X] Version of Docsy you are using: `0.10.0` - [X] How are you using Docsy? As a: - [X] Hugo module - [ ] NPM module -...
- Followup to #1821 - Don't show year range if `from_year` is the same as the current year; or, said an almost equivalent way, show single year when range is...
Updates the copyright template so a single year or a range is shown as appropriate. For example, given `from_year` and `to_year` are set to 2024. Previous output: > © 2024–2024...
For the list of security-related issues, see https://github.com/google/docsy/labels/security. In particular, both of the following issues have come up again for me recently: - #301 - #323 E.g., a few Docsy...
In https://github.com/google/docsy/pull/920 it has been discussed that there will be no package-lock.json I would strongly urge for this to be reconsidered, given that a package-lock.json is responsible for distrusting npmjs.org...
Hello. On https://github.com/Axway/axway-open-docs project, we've been using Hugo Blackfriday markdown parser, and now we want to update it to Goldmark, see [#1047](https://github.com/Axway/axway-open-docs/pull/1047). However, I've [read on Docsy docs](https://www.docsy.dev/docs/adding-content/content/#page-contents-and-markup) that to...
Since Docsy no longer offers any customized RSS support, the RSS section of the User Guide, which is now incomplete, should either be dropped, or replaced with a simple statement...
So far I was not able to find information that the following is possible: - a page contains an image - the image should be displayed with width 600px -...