From 98b942a12f43efd9c67a10674cdfc26f158d3ce9 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 13 Oct 2025 19:42:52 +0000 Subject: [PATCH] docs: update CLAUDE.md with command to deploy mkdocs --- CLAUDE.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index cba4a2f..124a51e 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -102,11 +102,14 @@ Version is managed by bumpver and automatically updates: ### Documentation ```bash -# Build documentation locally +# Serve documentation locally mkdocs serve # Build static site mkdocs build + +# Deploy to GitHub Pages +mkdocs gh-deploy ``` ## Important Implementation Details