Restore the content of docs.md
This commit is contained in:
parent
e0ddea839d
commit
d30d3624bf
1 changed files with 5 additions and 5 deletions
10
docs.md
10
docs.md
|
|
@ -1,14 +1,14 @@
|
||||||
# Documentation Workflow
|
# Documentation Workflow
|
||||||
|
|
||||||
* [Install Hatch](https://hatch.pypa.io/latest/install/)
|
* Ensure you're inside a *Python 3.10+* virtual environment
|
||||||
* Run the live-reload server using `hatch run docs:serve` from the project root
|
* Run the live-reload server using `mkdocs serve` from the project root
|
||||||
* Create new pages by adding new directories and Markdown files inside `docs/*`
|
* Create new pages by adding new directories and Markdown files inside `docs/*`
|
||||||
|
|
||||||
## Commands
|
## Commands
|
||||||
|
|
||||||
- `hatch run docs:serve` - Start the live-reloading docs server.
|
- `mkdocs serve` - Start the live-reloading docs server.
|
||||||
- `hatch run docs:build` - Build the documentation site.
|
- `mkdocs build` - Build the documentation site.
|
||||||
- `hatch run docs:help` - Print help message and exit.
|
- `mkdocs -h` - Print help message and exit.
|
||||||
|
|
||||||
## Project layout
|
## Project layout
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue