Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 455 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 455 Bytes

Pony Tutorials

This is the source code for generating the Pony tutorials. They are generated with MkDocs.

To install mkdocs:

$ pip install mkdocs

To work on the docs locally, cd to the repo directory and:

$ mkdocs serve

This will give you a live-reloading local version of the docs. When you are ready to publish your changes, make sure you are sync'd with the repo and then:

$ mkdocs gh-deploy