mkdocs projects
Necessary extensions to build documentation:
pip3 install pymdown-extensionsTo install the theme used by us:
pip install mkdocs-materialLocalizing the theme:
pip install mkdocs[i18n]To start the server, run:
mkdocs build -f config/en/mkdocs.ymlTo build the site:
mkdocs serve -f config/en/mkdocs.yml