docsy
docsy copied to clipboard
A set of Hugo doc templates for launching open source content.
Consider the image below. Here are the issues: - [x] The menu appears far to the right, rather than below the menu title. **Fixed** a while a go this seems....
Docsy supports **i18n** and translates to different languages painlessly which is a great feature. But some partials seem to contain hard wired English text(s) which break i18n. Example: **featured-image.html** contains...
In assets/scss/rtl/_spacing.scss: ``` .mr#{$infix}-auto, .mx#{$infix}-auto { margin-right: auto !important; } ``` mr-auto should set an auto **left** margin on RTL languages. and ``` .ml#{$infix}-auto, .mx#{$infix}-auto { margin-left: auto !important; }...
Is there possible to let docsy support multilanguage local search function, such as CJK(Chinese, Japanese, Korean)?
I've created a Hugo site with Docsy in Swedish and would like to change Lunr search language from English to Swedish. Is it possible to configure somehow? I've been looking...
Hi. I have a question about the theme file, `i18n/pt-br.toml` and warnings generated when building: ``` Start building sites … WARN 2021/01/14 02:26:47 Failed to get translated string for language...
Context: - https://github.com/google/docsy-example/issues/226 - https://github.com/google/docsy-example/pull/299
As I work on localizing Kubernetes documentation into Arabic using the Docsy theme, I've encountered a significant opportunity to improve the readability of localized documents. When translating documentation from English...
### Environment - [x] Version of Docsy you are using: v0.10.0 - [ ] How are you using Docsy? As a: - [x] Hugo module - [ ] NPM module...
Thanks for all of your hard work!