mirror of
https://github.com/privacyguides/privacyguides.org
synced 2024-11-10 21:23:41 +01:00
.github | ||
.well-known | ||
docs | ||
theme | ||
.gitattributes | ||
.gitignore | ||
LICENSE | ||
mkdocs.production.yml | ||
mkdocs.yml | ||
README.md |
Developing
- Install mkdocs:
pip install mkdocs
- Install mkdocs-material:
pip install mkdocs-material
- Serve the site locally:
mkdocs serve
- The site will be available at
http://localhost:8000/
.
- The site will be available at