Fix zk-docs
This commit is contained in:
parent
808bc507d8
commit
ab1386b015
2 changed files with 4 additions and 3 deletions
1
docs/changelog.d/+zk-docs-renamed-files.doc.md
Normal file
1
docs/changelog.d/+zk-docs-renamed-files.doc.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
Fixed zk-docs links after file renames due to relative path issues
|
||||
|
|
@ -8,11 +8,11 @@ DOCS_DIR="$(cd "$(dirname "$0")/.." && pwd)/docs"
|
|||
# Key files for AI context priming, in order of importance
|
||||
FILES=(
|
||||
"$DOCS_DIR/tutorials/ai-assistance-guide.md"
|
||||
"$DOCS_DIR/reference/index.md"
|
||||
"$DOCS_DIR/how-to/index.md"
|
||||
"$DOCS_DIR/reference/reference.md"
|
||||
"$DOCS_DIR/how-to/how-to.md"
|
||||
"$DOCS_DIR/how-to/troubleshooting.md"
|
||||
"$DOCS_DIR/explanation/architecture.md"
|
||||
"$DOCS_DIR/tutorials/index.md"
|
||||
"$DOCS_DIR/tutorials/tutorials.md"
|
||||
)
|
||||
|
||||
# Concatenate files with headers showing paths
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue