Skip to content

Commit 5a22964

Browse files
committed
docs: reorganize documentation structure and archive internal docs
- Create new documentation structure with clear organization - Move internal/process docs to docs-archive/ (gitignored) - Reorganize component docs into docs/components/ - Add comprehensive development guides in docs/development/ - Create API reference structure in docs/api/ - Add examples documentation in docs/examples/ - Update .gitignore to exclude archived documentation - Update main README with links to new documentation structure - Create navigation README in docs/ directory - Preserve CLAUDE.md as it contains AI agent instructions
1 parent c6a2b74 commit 5a22964

File tree

75 files changed

+1054
-66
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+1054
-66
lines changed

.gitignore

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,12 @@ COALESCE_LABS_*.md
146146
# Cleanup and temporary automation files
147147
CLEANUP_*.md
148148
R2_CLEANUP_*.md
149-
test-framework-*.mdEXPOSED-CREDENTIALS-PRIVATE.txt
149+
test-framework-*.md
150+
151+
# Documentation archives
152+
docs-archive/
153+
docs/archive/
154+
docs/internal/
155+
docs/github-automation/
156+
*.personal.md
157+
*_INTERNAL.md

README.md

Lines changed: 8 additions & 3 deletions

0 commit comments

Comments
 (0)