-
Clone this repository
-
Run:
pip3 install mkdocs pip3 install mkdocs-material pip3 install mkdocs-git-revision-date-localized-plugin pip3 install mkdocs-minify-plugin pip3 install mkdocs-redirects
-
Edit .md files. If you add a new article, add a link to it to mkdocs.yaml
-
Run:
mkdocs serve -
View your changes in localhost:8000
-
Run:
mkdocs gh-deploy -
view in docs.run.ai
Don't forget to also git push your changed/new documents to this repository