- Clone the athenian-robotics-mkdocs repo.
- Install MkDocs.
- Install the Material for MkDocs theme.
- Install the Pygments syntax highlighter.
- Install the PyMdown Extensions Markdown extensions.
Command | Description |
---|---|
make website |
Build the website in site/ |
make clean |
Delete site/ |
make serve |
Start the live-reloading docs server |