Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 580 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 580 Bytes

Piggy Docs

Installation:

For running this repo, Python version 3.9.12 needs to be preinstalled in the machine.

$pip install -r requirement.txt # or pip3 install -r requirement.txt # or python3 -m pip install -r requirement.txt

To Run in localhost:

$mkdocs serve --watch-theme

To deploy to github pages

$mkdocs gh-deploy 

The main structure is in docs folder, all the markdown files are present there

Link for the MKDocs Material Theme documentation - https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/