docsy
docsy copied to clipboard
A set of Hugo doc templates for launching open source content.
**Is your feature request related to a problem? Please describe.** Right now if you click on the "Create documentation issue" link from a page on the website, it opens a...
As stated in https://github.com/google/docsy/issues/883, tables were not being styled properly in `` blocks. I found the same issue to affect tables nested in list elements. Removing `>` from the table...
For context, see: - #1054 Linking to pages that exist between versions is the easy part. Avoiding 404s is essential for most projects I work with.
Allows configuration (in `config.toml` and `assets/scss/_variables_project.scss`) of own URLs instead of public CDNs. advances #605 One font is still loaded from jsdelivr.net, but I can't find it in the code.
Downloading resources from CDNs (esp. those who are behind Cloudflare) is questionable from a users' privacy perspective. Technically, they even have to be mentioned in the privacy statement as of...
你好,目前安装了最新版zbxtable2.0.登陆进去看,看不到linux主机,日志报错如下: 2022/08/10 10:46:01.769 [C] [panic.go:1038] the request url is /v1/host/10 2022/08/10 10:46:01.769 [C] [panic.go:1038] Handler crashed with error runtime error: index out of range [0] with length 0 2022/08/10 10:46:01.769...
Proposes a solution to #853 along the lines of https://github.com/google/docsy/issues/853#issuecomment-1209475444: > ... show the TOC if and only if it is non-empty. If projects want to refine this behavior (by...
Visit the Docsy User Guide section [**Look and Feel** >> **Color palette and other styles**](https://www.docsy.dev/docs/adding-content/lookandfeel/#color-palette-and-other-styles). This is the first code block of that section, as syntax highlighted by Chroma: >...
Searching the documentation I did not find guidance on adding the usual social features found on many blogs. You know, the button bar motivating the user to share on Twitter,...