https://github.com/mkdocs/mkdocs/
https://squidfunk.github.io/mkdocs-material/
https://pypi.org/project/mkdocs-static-i18n/
https://pypi.org/project/mkdocs-redirects/
File: mkdocs.yml
and
Folder: /docs
in to the same location (*don't put mkdocs.yml in /docs folder!)
Add your language under
languages:
alternate:
redirect_maps:
In Folder /docs
duplicate, rename and translate every *.\<lang>.md
file
example for German: Clone index.md
-> index.de.md
in your console go to the folder of mkdocs.yml then run
mkdocs serve
Open your web-browser and go to http://127.0.0.1:8000
mkdocs build
compiled site is in folder \site
that is in same folder where the mydocs.yml
is