Fix zk-docs broken path after how-to reorg

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-02-17 07:32:54 -08:00
commit 2f599a15bd
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
Fix `zk-docs` task to use new path for troubleshooting doc after how-to reorg.

View file

@ -11,7 +11,7 @@ FILES=(
"$DOCS_DIR/index.md"
"$DOCS_DIR/reference/reference.md"
"$DOCS_DIR/how-to/how-to.md"
"$DOCS_DIR/how-to/troubleshooting.md"
"$DOCS_DIR/how-to/operations/troubleshooting.md"
"$DOCS_DIR/how-to/plans/plans.md"
"$DOCS_DIR/how-to/plans/completed/completed.md"
"$DOCS_DIR/explanation/explanation.md"