Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 494 Bytes

README.DEV.md

File metadata and controls

34 lines (24 loc) · 494 Bytes

mkdoc project

Requirements

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]

Commands

To start the server, run:

mkdocs build -f config/en/mkdocs.yml

To build the site:

mkdocs serve -f config/en/mkdocs.yml