Skip to content

botlabs-gg/docs-piggy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

Releases

No releases published

Packages

No packages published