docs: add instructions for building docs locally

This commit is contained in:
Wilfred Allyn
2025-01-16 05:16:24 -05:00
committed by Brett Rowan
parent 5842ef3d97
commit 88b4d2cac3

View File

@@ -50,6 +50,13 @@ poetry install --with dev
pre-commit install
```
##### Building Documentation Locally
```
poetry install --with docs
python docs/generate_miners.py
poetry run mkdocs serve
```
---
## Getting started