-
Hi, I am trying to setup a documentation site for several languages, deployed to GithubPages. I am aware of #2346 but this setup:
I believe the only thing preventing me from just having a /docs/en, /docs/de, /docs/fr series of folders, one per language, is the Per language pages should have their own navigation but as far as I can see, there can only be a single I considered using I'm missing something? is there a simpler configuration where all languages can be in a single place and we can serve them locally? Thanks and best regards |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
You need to build one site per language, there's no way around it without getting overly hacky. #2346 is the way to go. Otherwise, all languages will be listed in the navigation. You can of course use the language selector, but you will have a section for each language. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your quick reply. Hmm, that's a bit unfortunate, it makes the multilingual setup a bit hard to use. I am setting something up with a slightly different layout from #2346 but still locally the language switcher won't work. Thanks again! |
Beta Was this translation helpful? Give feedback.
You need to build one site per language, there's no way around it without getting overly hacky. #2346 is the way to go. Otherwise, all languages will be listed in the navigation. You can of course use the language selector, but you will have a section for each language.