Add troubleshooting how-to to zk-docs #99

Merged
eblume merged 1 commit from zk-docs-troubleshooting into main 2026-02-04 06:44:24 -08:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit c9ac5e372e - Show all commits

Add troubleshooting how-to to zk-docs output

Include the troubleshooting guide in the key documentation
files displayed at session start for AI context priming.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Erich Blume 2026-02-04 06:43:37 -08:00

View file

@ -0,0 +1 @@
Add troubleshooting how-to to zk-docs output

View file

@ -10,6 +10,7 @@ FILES=(
"$DOCS_DIR/tutorials/ai-assistance-guide.md"
"$DOCS_DIR/reference/index.md"
"$DOCS_DIR/how-to/index.md"
"$DOCS_DIR/how-to/troubleshooting.md"
"$DOCS_DIR/explanation/architecture.md"
"$DOCS_DIR/tutorials/index.md"
)