Preparing the local environment for writing documentation¶
Getting Started¶
- Contribute: Tutorial
- Markdown: Uses Material for MkDocs
Setup¶
-
Prerequisites:
-
uv: Install via:-# macOS/Linux curl -LsSf https://astral.sh/uv/install.sh | sh # Windows powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"graphvizfor local deployment,
-
juvixfor local deployment,-curl --proto '=https' --tlsv1.2 -sSfL https://get.juvix.org | shjustfor local development (although you can useuv runfor most commands)
-
-
Setup Commands:
just setup-repo
Documentation¶
- Build:
just build - Serve Locally:
just serve