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

This PR fixes #2270. With > 300 lines dropped (user guide + scripts), this PR significantly simplifies the documentation and the code base for KaTeX handling. This PR brings several...

Some words don't have good translation to Hebrew so I think it's better to keep them in English. It's common in Israel to use some English in the internet.

We should consider [server side rendering](https://gohugo.io/functions/transform/tomath/) of math equations via hugo's built-in KaTeX rendering engine. **Advantages:** - server side rendering (instead of client side rendering) - no JS needed for...

enhancement
needs-triage

There are a couple of packages declared as optional (such as `netlify-cli`). Projects that use Docsy via NPM and don't install using the `--omit=optional` flag, will have the optional packages...

CI/infra

We've faced issues with use of Docsy as an NPM dependency because we currently only support `github` package specifiers of the form `github:google/docsy#semver:0.6.0`. When performing an install (be it `install`...

CI/infra

The element `` is inlined in several layouts, with the same content I believe (and will double check): ```text layouts/_default/content.html: 4: 5 {{ partial "taxonomy_terms_article_wrapper.html" . -}} layouts/_default/taxonomy.html: 20: 21...

design/style
cleanup/refactoring
e0-minutes
e1-hours
p2-medium

At the moment, all footer links are encoded under the assumption that they are external, using attributes like `target="_blank" rel="noopener"`. Such attributes should be avoided when the links are local...

enhancement
needs-triage

Both the language menu and the search box in the top nav move to the side nav when the display gets narrow. This has been a source of confusion for...

UX
design/style
e1-hours
p1-high
p2-medium

Consider https://opentelemetry.io/docs/what-is-opentelemetry/, the top-nav language dropdown menu is: ```html Português 日本語 (Japanese) Français Español 中文 (Chinese) ``` The same menu on mobile, which appears in the side-nav under the hamburger,...

mobile
e1-hours
i18n
p2-medium