Fix zk-docs broken path after how-to reorg
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
530460171a
commit
2f599a15bd
2 changed files with 2 additions and 1 deletions
1
docs/changelog.d/fix-zk-docs.bugfix.md
Normal file
1
docs/changelog.d/fix-zk-docs.bugfix.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
Fix `zk-docs` task to use new path for troubleshooting doc after how-to reorg.
|
||||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue