Vijay Janapa Reddi
7bc4f6f835
Reorganize repository: rename docs/ to site/ for clarity
...
- Delete outdated site/ directory
- Rename docs/ → site/ to match original architecture intent
- Update all GitHub workflows to reference site/:
- publish-live.yml: Update paths and build directory
- publish-dev.yml: Update paths and build directory
- build-pdf.yml: Update paths and artifact locations
- Update README.md:
- Consolidate site/ documentation (website + PDF)
- Update all docs/ links to site/
- Test successful: Local build works with all 40 pages
The site/ directory now clearly represents the course website
and documentation, making the repository structure more intuitive.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-04 16:31:51 -08:00
Vijay Janapa Reddi
c058ab9419
Fix documentation links after site → docs reorganization
...
- Replace all .html → .md in markdown source files (43 instances)
- Fix broken links: tito-essentials.md → tito/overview.md
- Remove broken links to non-existent leaderboard/olympics-rules pages
- Fix PDF_BUILD_GUIDE reference in website-README.md
Website rebuilt successfully with 46 warnings.
Changes:
- All markdown files now use .md extension for internal links
- Removed references to missing/planned files
- Website builds cleanly and all links are functional
2025-11-28 05:01:44 +01:00
Vijay Janapa Reddi
23e07d62a1
Update TITO documentation for new system commands
...
- Replace 'tito system doctor' with 'tito system health'
- Add all 8 system commands to overview.md command reference
- Update purpose descriptions for system commands
- Clarify command hierarchy (health/check/info/version)
Files updated:
- site/tito/overview.md: Complete system commands table
- site/tito/modules.md: Environment health section
- site/tito/troubleshooting.md: Diagnostic workflow
- site/tito/data.md: Health check references
- site/faq.md: Setup verification
- site/getting-started.md: First-time setup
- site/usage-paths/team-onboarding.md: Team onboarding
2025-11-27 13:32:12 +01:00
Vijay Janapa Reddi
89a9d29d96
Restructure website navigation for release
...
## Navigation Improvements
- Consolidated Getting Started: 6 separate pages → 1 comprehensive guide
- Implemented collapsible sidebar sections for all tiers
- Removed redundant role-based pages (student/instructor/TA separation)
- Professional, release-ready navigation structure
## New Files
- site/getting-started.md - Comprehensive guide covering all roles
## Updated Files
- site/_toc.yml - Restructured with collapsible sections
- site/_config.yml - Added sidebar collapse configuration
- site/intro.md - Fixed landing page links
- site/chapters/00-introduction.md - Updated cross-references
- site/community.md - Updated educator resources links
## Benefits
- Reduced cognitive load (cleaner sidebar)
- Eliminated duplication
- Better organization with collapsible tiers
- Single source of truth for getting started
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-11-25 13:16:53 -05:00