Chore: move to Zensical docs (#6279)

This commit is contained in:
shamoon
2026-02-04 23:05:11 -08:00
committed by GitHub
parent 4450a6e1d0
commit 4974cd96b6
7 changed files with 173 additions and 80 deletions
+3 -3
View File
@@ -156,16 +156,16 @@ This is a [Next.js](https://nextjs.org/) application, see their documentation fo
The homepage documentation is available at [https://gethomepage.dev/](https://gethomepage.dev/).
Homepage uses Material for MkDocs for documentation. To run the documentation locally, first install the dependencies:
Homepage uses Zensical for documentation. To run the documentation locally, first install the dependencies:
```bash
pip install -r requirements.txt
uv sync
```
Then run the development server:
```bash
mkdocs serve # or build, to build the static site
uv run zensical serve # or build, to build the static site
```
# Support & Suggestions