From c9ac5e372ed7628e9e6dd23bd33838a073876008 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Wed, 4 Feb 2026 06:43:37 -0800 Subject: [PATCH] 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 --- docs/changelog.d/zk-docs-troubleshooting.doc.md | 1 + mise-tasks/zk-docs | 1 + 2 files changed, 2 insertions(+) create mode 100644 docs/changelog.d/zk-docs-troubleshooting.doc.md diff --git a/docs/changelog.d/zk-docs-troubleshooting.doc.md b/docs/changelog.d/zk-docs-troubleshooting.doc.md new file mode 100644 index 0000000..7f528d0 --- /dev/null +++ b/docs/changelog.d/zk-docs-troubleshooting.doc.md @@ -0,0 +1 @@ +Add troubleshooting how-to to zk-docs output diff --git a/mise-tasks/zk-docs b/mise-tasks/zk-docs index 6eca11b..d12b85e 100755 --- a/mise-tasks/zk-docs +++ b/mise-tasks/zk-docs @@ -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" ) -- 2.50.1 (Apple Git-155)