Commit 422e6d4
fer
Update GitHub Pages documentation to sync with current READMEs
Major updates to GitHub Pages documentation system:
**Documentation Sync System**:
- Create sync-readme-docs.py script to automatically copy main README and module READMEs to docs/
- Main README → docs/index.md for MkDocs homepage
- Module READMEs → docs/modules/ for organized module documentation
- Root documentation files copied to docs/ for navigation
**MkDocs Configuration Updates**:
- Updated mkdocs.yml to use synced documentation files
- Fixed YAML syntax and indentation issues
- Added comprehensive module documentation section
- Organized navigation with Core Documentation and Module Documentation sections
- Added all major TNFR documentation files to navigation
**GitHub Actions Integration**:
- Updated deploy-docs.yml and docs.yml workflows to run sync script before build
- Configured triggers for README.md and module README changes
- Added pattern matching for *.md files to ensure comprehensive updates
**Result**: GitHub Pages now automatically reflects current state of:
- Main repository README as homepage
- All module READMEs in organized navigation
- Core TNFR documentation (AGENTS.md, UNIFIED_GRAMMAR_RULES.md, etc.)
- Automatic updates when any README is modified
This creates a single source of truth where GitHub Pages documentation stays synchronized with repository documentation automatically.1 parent 85960ae commit 422e6d4
File tree
20 files changed
+5677
-104
lines changed- .github/workflows
- docs
- modules
- scripts
20 files changed
+5677
-104
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
| |||
35 | 38 | | |
36 | 39 | | |
37 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
38 | 45 | | |
39 | 46 | | |
40 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
| |||
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
31 | 38 | | |
32 | 39 | | |
33 | 40 | | |
| |||
0 commit comments