docsy
docsy copied to clipboard
A set of Hugo doc templates for launching open source content.
This error closes #2280.
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...
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...
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`...
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...
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...
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...
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,...