docsy
docsy copied to clipboard
A set of Hugo doc templates for launching open source content.
- Closes #1154 - Preview: https://github.com/chalin/docsy/blob/chalin-im-mention-leak-in-changelog-2022-08-15/CHANGELOG.md#030
All of Docsy's other optional features are opt-in. The same should be true of draw.io. - Support was added via #529 Tasks: - [ ] Remove setting from Docsy config:...
With the introduction of more than one [installation option](https://www.docsy.dev/docs/get-started/#installation-options), we now have duplicate explanations of how to setup prerequisites. For example, compare: - https://www.docsy.dev/docs/get-started/docsy-as-module/installation-prerequisites/ - https://www.docsy.dev/docs/get-started/other-options/#prerequisites For those parts that...
In #787, a community member requested the update to Mermaid 8.13.4. Script updates are quite frequent, and from a user's perspective, it might be cumbersome to have to wait for...
Visit https://www.docsy.dev/docs/adding-content/shortcodes/#shortcode-card-code-for-programming-code and you'll see: > There's an excess 32px margin at the bottom of the **C** card-code example. /cc @deining
The following PR - #1009 introduced an override of the Bootstrap styles for `.card-deck`, `.card`, etc. through `shortcodes/cards-pane.scss`. This style overrides is an undesirable **breaking change**. My guess is that...
_Originally posted by @chalin in https://github.com/google/docsy/pull/1163#discussion_r945529251_ > As I understand it, a code-block cannot appear in a `tab-content` outside of a `tab-pane`, but there is an override of `highlight` in...
Pages without Frontmatter for `title` or `linkTitle` result in empty entries in the sidebar and list pages. This partial provides additional fallback Titles based on the Content H1 or File...
The docs are ambiguous about combining `ui.sidebar_menu_foldable` with `ui.sidebar_menu_compact` and `ui.ul_show` but the fix is trivial so that the desired number of levels of menus are automatically opened in the...