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