Robert Fekete
Robert Fekete
By default, Docsy shows the table of contents for the current page in the right sidebar using the built-in function of Hugo. You can replace that with a JavaScript-based ToC...
Useful when the left-side toc is longer than the screen. Fixes https://github.com/google/docsy/issues/348 and https://github.com/google/docsy/issues/257 This is an update of the original patch of narrenfrei Notes: - It seems that on...
Makes it possible to optionally add banners to the top of the doc and blog pages, just above the content. NOTE: I haven't updated the userguide yet, will do it...
Adds a placeholder file to override that can be used to add a call to action (like a colored Sign Up/Download button) to the right side of the navigation bar...
Fixes https://github.com/google/docsy/issues/1716
It seems that the blocks/cover shortcode automatically adds an overlay to the hero section, which changes the colors when using a background image. This PR adds an option to the...
Make it possible to add custom attributes to the body tag, from the page frontmatter, similarly to body_class.
Just ran into that while looking for a way to add custom attributes to the body tag (which doesn't seem to be possible, so I'll open a separate PR for...