Commit Graph
5 Commits
Author SHA1 Message Date
phranck d419f175d5 docs: Generate DocC documentation 2026-01-29 13:23:46 +00:00
phranck 569c971d27 docs: Generate DocC documentation 2026-01-29 13:20:15 +00:00
phranck 129d0e255b Cleanup: Remove old docs/api/ directory
- Delete deprecated docs/api/ with old DocC generation
- All documentation now generated to docs-api/ with relative paths
- Simplifies repository structure and avoids confusion
2026-01-29 13:59:49 +01:00
phranck 972b96f562 Fix: Add hosting-base-path to DocC generation for correct asset URLs
- Add --hosting-base-path /api flag to docc convert command
- Ensures CSS and JS assets load from /api/ subdirectory
- Fixes 404 errors when accessing documentation at docs-tuikit.layered.work/api/
2026-01-29 13:54:10 +01:00
phranck 31d8750fdd refactor: Split docs - landing page at root, API docs in /api subdirectory
- Landing page remains at docs/index.html
- DocC API documentation generated at docs/api/
- Hybrid setup: https://docs-tuikit.layered.work/ for landing page
- https://docs-tuikit.layered.work/api/ for API documentation
- Updated workflow to generate DocC in docs/api/
2026-01-29 13:20:41 +01:00