docs(taxonomy): move design/api/qa/backlog/assets into folders
This commit is contained in:
parent
2e47bda28e
commit
90ee122641
28 changed files with 83 additions and 83 deletions
|
|
@ -267,15 +267,15 @@ pbi:
|
|||
description: "8 spec/backlog/styling files at docs/ root."
|
||||
implementation_plan: |
|
||||
git mv docs/architecture.md docs/architecture.md
|
||||
git mv docs/backlog.md docs/backlog.md
|
||||
git mv docs/backlog/index.md docs/backlog/index.md
|
||||
git mv docs/specs/functional.md docs/specs/functional.md
|
||||
git mv docs/specs/dialogs/pbi.md docs/specs/dialogs/pbi.md
|
||||
git mv docs/specs/personas.md docs/specs/personas.md
|
||||
git mv docs/product-backlog.md docs/product-backlog.md
|
||||
git mv docs/backlog/product-historical.md docs/backlog/product-historical.md
|
||||
git mv docs/specs/dialogs/story.md docs/specs/dialogs/story.md
|
||||
git mv docs/styling.md docs/styling.md
|
||||
git mv docs/design/styling.md docs/design/styling.md
|
||||
git mv docs/specs/dialogs/task.md docs/specs/dialogs/task.md
|
||||
git mv docs/test-plan.md docs/test-plan.md
|
||||
git mv docs/qa/api-test-plan.md docs/qa/api-test-plan.md
|
||||
# update every internal link
|
||||
grep -rln "" docs/ CLAUDE.md AGENTS.md README.md \
|
||||
| xargs sed -i '' 's|||g'
|
||||
|
|
@ -286,8 +286,8 @@ pbi:
|
|||
- title: "Lowercase api.md and MD3 file"
|
||||
description: "Two files use non-kebab capitalization."
|
||||
implementation_plan: |
|
||||
git mv docs/api.md docs/api.md
|
||||
git mv docs/md3-color-scheme.md docs/md3-color-scheme.md
|
||||
git mv docs/api/rest-contract.md docs/api/rest-contract.md
|
||||
git mv docs/design/md3-color-scheme.md docs/design/md3-color-scheme.md
|
||||
grep -rln "API\.md\|MD3_Color_Scheme" docs/ CLAUDE.md AGENTS.md README.md \
|
||||
| xargs sed -i '' 's|API\.md|api.md|g; s|md3-color-scheme|md3-color-scheme|g'
|
||||
npm run docs:index
|
||||
|
|
@ -371,14 +371,14 @@ pbi:
|
|||
- title: "Move design + api + qa + backlog + assets"
|
||||
description: "Bulk move per topic."
|
||||
implementation_plan: |
|
||||
git mv docs/styling.md docs/design/styling.md
|
||||
git mv docs/md3-color-scheme.md docs/design/md3-color-scheme.md
|
||||
git mv docs/api.md docs/api/rest-contract.md
|
||||
git mv docs/test-plan.md docs/qa/api-test-plan.md
|
||||
git mv docs/backlog.md docs/backlog/index.md
|
||||
git mv docs/product-backlog.md docs/backlog/product-historical.md
|
||||
git mv docs/erd.svg docs/assets/erd.svg
|
||||
git mv docs/icons.html docs/assets/icons.html
|
||||
git mv docs/design/styling.md docs/design/styling.md
|
||||
git mv docs/design/md3-color-scheme.md docs/design/md3-color-scheme.md
|
||||
git mv docs/api/rest-contract.md docs/api/rest-contract.md
|
||||
git mv docs/qa/api-test-plan.md docs/qa/api-test-plan.md
|
||||
git mv docs/backlog/index.md docs/backlog/index.md
|
||||
git mv docs/backlog/product-historical.md docs/backlog/product-historical.md
|
||||
git mv docs/assets/erd.svg docs/assets/erd.svg
|
||||
git mv docs/assets/icons.html docs/assets/icons.html
|
||||
# update links — sed sweep
|
||||
commit: docs(taxonomy): move design/api/qa/backlog/assets into folders
|
||||
priority: 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue