Commit Graph
15 Commits
Author SHA1 Message Date
phranck 83a02dcfe2 docs: Generate DocC documentation 2026-01-29 13:54:27 +00:00
phranck 9d08460c40 cleanup: Remove old DocC generated files 2026-01-29 14:54:10 +01:00
phranck 0ebf0d2825 docs: Generate DocC documentation 2026-01-29 13:32:15 +00:00
phranck 7ce981e787 docs: Regenerate DocC to docs root with correct structure 2026-01-29 14:32:00 +01:00
phranck ed07a00ec7 refactor: Switch DocC deployment to GitHub Actions instead of branch deployment
- Remove git commits of generated docs/ folder
- Use actions/upload-pages-artifact and actions/deploy-pages for direct GH Pages deployment
- Update .gitignore to exclude generated /docs/ directory
- Change permissions to use pages:write and id-token:write
2026-01-29 07:58:59 +01:00
phranck 77ad5612d4 docs: Update DocC documentation 2026-01-29 06:56:07 +00:00
phranck 3b54ca2cc7 fix: Regenerate DocC without hosting-base-path for custom domain 2026-01-29 07:55:52 +01:00
phranck 9926deac2c docs: Update DocC documentation 2026-01-29 06:42:06 +00:00
phranck 30f93792d4 fix: Regenerate DocC with correct /TUIKit hosting base path 2026-01-29 07:41:50 +01:00
phranck 04a7f7956f docs: Update DocC documentation 2026-01-29 06:39:45 +00:00
phranck 35a178a1af docs: Restore and regenerate DocC documentation 2026-01-29 07:38:15 +01:00
phranck 57db088ac0 docs: Update DocC documentation 2026-01-29 02:07:43 +00:00
phranck 3eb8392615 fix: Regenerate docs with correct TUIKit base path
Previously used /TUIKit (without trailing slash) which didn't work.
Now using TUIKit as the base path which correctly generates:
- var baseUrl = "/TUIKit/"
- All asset paths with /TUIKit/ prefix
- CSS, JS, and data files loading correctly
2026-01-29 03:06:56 +01:00
phranck 4ffee8e6fb docs: Update DocC documentation 2026-01-29 02:00:22 +00:00
phranck bf15d423bb feat: Add generated DocC documentation to docs/ folder
Generated DocC documentation with xcrun docc convert:
- Main landing page and navigation
- 8 comprehensive guide articles
- 3 step-by-step tutorials
- Ready for GitHub Pages deployment from /docs folder

GitHub Pages should now be configured to deploy from main branch, /docs folder.
2026-01-29 02:57:54 +01:00