Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 336 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 336 Bytes

TinyStacks Documentation

Install mkdocs and the mkdocs-material stylesheets:

pip install mkdocs

pip install mkdocs-material 
  1. git checkout gh-pages
  2. git pull
  3. git checkout master
  4. --- make changes ----
  5. mkdocs build, mkdocs serve (to run locally)
  6. --- commit changes ---
  7. git push
  8. mkdocs gh-deploy --clean