Skip to content

Commit 0939a7a

Browse files
Claude-InfoTechclaude
andcommitted
Fix architecture documentation: update GitHub Pages paths
- Update paths to reflect /docs/ structure - Quiz Engine docs: /docs/quiz/ - Hugo Templates docs: /docs/hugo-templates/ - Web Terminal docs: /docs/web-terminal/ - InfoTech CLI docs: /docs/info-tech-cli/ 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 4297c8c commit 0939a7a

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

docs/content/open-source/architecture.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -381,10 +381,11 @@ SSL/TLS:
381381
│ └── assets/ (Shared resources)
382382
├── info-tech.io/
383383
│ ├── index.html (Corporate site)
384-
│ ├── quiz/ (Quiz Engine docs)
385-
│ ├── hugo/ (Hugo Templates docs)
386-
│ ├── terminal/ (Web Terminal docs)
387-
│ └── cli/ (InfoTech CLI docs)
384+
│ ├── docs/
385+
│ │ ├── quiz/ (Quiz Engine docs)
386+
│ │ ├── hugo-templates/ (Hugo Templates docs)
387+
│ │ ├── web-terminal/ (Web Terminal docs)
388+
│ │ └── info-tech-cli/ (InfoTech CLI docs)
388389
└── logs/
389390
├── access.log
390391
├── error.log

0 commit comments

Comments
 (0)