Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 521 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 521 Bytes

WTF Docs

This site is built using Material for MkDocs.

To add documentation for a new module, create a new Markdown file in the /docs/modules directory, and add a new route in the mkdocs.yml file, under the nav: section.

Deploying

  • Merge changes into master
  • Run mkdocs gh-deploy --force to push the changes to the gh-pages branch on github.com
  • Commit the resulting changes into master