Files
Pinry/docs/src/docs.md

9 lines
266 B
Markdown
Raw Normal View History

2019-12-08 18:09:14 +00:00
# Docs
Pinry's docs are built with `mkdocs`. If you have dev dependencies
2019-12-08 18:09:14 +00:00
installed, `pipenv install --dev`, then you can use the following commands:
- `make docs-serve` for testing
- `make docs-build` to build the files
- `make docs-publish` to publish to github