docsy
docsy copied to clipboard
A set of Hugo doc templates for launching open source content.
This PR adds support for supplying repository links via a Hugo data file next to the builtin GitHub support. The idea is to enable more complex workflows by separating out...
Add drop down menu entries in the main menu. I used a similar format to the one been used in the versions partial.
I'm seeing a broken to the json file when using the swaggerui shortcode. The page has this content: ``` --- title: swaggerExample linkTitle: swaggerExample type: swagger --- {{< swaggerui src="swaggerExample.json"...
https://github.com/google/docsy/blob/7c865d0a2e0a7011dd92216e8c4013a1c37ffd7e/layouts/partials/pager.html#L5
Browsing the user guide sources, I just realized that the version parameter inside `config.toml` of the userguide is not set: ``` 119 # The version number for the version of...
Currently, we are in the process of adding the option to use docsy as Hugo module (#871). Not all all existing installation will immediately switch over to hugo modules, though...
Good day to whoever reads this. I was trying to load the fab fa-discord icon from Font Awesome. However I was greeted with the old discord logo. I checked which...