From 12c92de9e121e5dcdab53f655753ab7aeb5f6566 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Wed, 4 Feb 2026 06:44:23 -0800 Subject: [PATCH] Add troubleshooting how-to to zk-docs (#99) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary - Add the troubleshooting how-to guide to the zk-docs script output - Placed after how-to/index.md to group how-to content together ## Deployment and Testing - [x] Verified script runs successfully with `mise run zk-docs` - [x] Changelog fragment added 🤖 Generated with [Claude Code](https://claude.com/claude-code) Reviewed-on: https://forge.ops.eblu.me/eblume/blumeops/pulls/99 --- 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" )