docsy icon indicating copy to clipboard operation
docsy copied to clipboard

A set of Hugo doc templates for launching open source content.

Results 352 docsy issues
Sort by recently updated
recently updated
newest added

- 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:...

e0-minutes
p2-medium
breaking change

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...

user guide
cleanup/refactoring
e0-minutes
e1-hours
p2-medium

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...

dependencies

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

design/style
e0-minutes

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...

bug
design/style

_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...