You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GUIDES and REFERENCE dropdown should also appear on other languages then german.
Current behavior
No dropdowns are shown
Who to reproduce
Create new doks npm create hyas@latest -- --template doks
Change multilingualModein doks.toml to multilingualMode = true
Change disableLanguages in hugo.toml to disableLanguages = [ "nl"]
Create german content `npm run create docs/guides/lang-example.de.md``
Create english content npm run create docs/guides/lang-example.en.md
I guess for what reason over when the language is changed the Site.Sections in auto-collapsible-menu.html in node_modules/@hyas/doks-core/layouts/partials/sidebar/auto-collapsible-menu.htmlis empty?
The text was updated successfully, but these errors were encountered:
JanKru
changed the title
No Guides and Reference dropdown if language is != englisch on content pages
No Guides and Reference dropdown if language is != defaultContentLanguage
Oct 2, 2023
Expected behaviour
GUIDES
andREFERENCE
dropdown should also appear on other languages then german.Current behavior
No dropdowns are shown
Who to reproduce
npm create hyas@latest -- --template doks
multilingualMode
indoks.toml
tomultilingualMode = true
disableLanguages
inhugo.toml
todisableLanguages = [ "nl"]
npm run create docs/guides/lang-example.en.md
I guess for what reason over when the language is changed the
Site.Sections
inauto-collapsible-menu.html
innode_modules/@hyas/doks-core/layouts/partials/sidebar/auto-collapsible-menu.html
is empty?The text was updated successfully, but these errors were encountered: