mirror of
https://github.com/pinry/pinry.git
synced 2025-11-17 10:20:39 +01:00
9 lines
266 B
Markdown
9 lines
266 B
Markdown
# Docs
|
|
|
|
Pinry's docs are built with `mkdocs`. If you have dev dependencies
|
|
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
|