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?
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?