Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (12 loc) · 980 Bytes

File metadata and controls

14 lines (12 loc) · 980 Bytes

Developer setup

Follow https://www.mkdocs.org/getting-started/ & https://squidfunk.github.io/mkdocs-material/getting-started/

Run :

  • Via Python
    • pip install mkdocs mkdocs-material mkdocs-git-revision-date-localized-plugin mkdocs-redirects
    • mkdocs serve in the project root folder
    • Visit http://localhost:8000/
  • Via Docker (in case you are not a big python fan)