refactor: restructure docs/ and site/ directories#43
Conversation
Separate GitHub Pages content from documentation: - site/ for published HTML (CNAME, pages, slides, llms.txt) - docs/ for all documentation (design, research, slide sources) - docs/dev/ absorbs former top-level dev/ (plans, specs) - Add GitHub Actions workflow to deploy Pages from site/ - Update CLAUDE.md project structure table Closes #41 Assisted-By: Claude (Anthropic AI) <noreply@anthropic.com> Signed-off-by: Pavel Anni <panni@redhat.com>
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (30)
Cache: Disabled due to data retention organization setting Knowledge base: Disabled due to data retention organization setting 📝 WalkthroughWalkthroughThis PR introduces GitHub Pages deployment infrastructure, updates the project structure documentation, and adds development planning documents for two upcoming features: Git source support for collection installation and list output formatting improvements. ChangesGitHub Pages Deployment
Development Documentation Structure and Planning
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Assisted-By: Claude (Anthropic AI) <noreply@anthropic.com> Signed-off-by: Pavel Anni <panni@redhat.com>
Summary
site/— GitHub Pages content (HTML pages, CNAME, compiled slides, llms.txt)docs/— All documentation (design, research, slide .md sources)docs/dev/— Absorbs former top-leveldev/(plans, specs)site/(since GH Pages only supports/or/docsas static source)workflowvia APICloses #41
Test plan
Assisted-By: Claude (Anthropic AI) noreply@anthropic.com
Summary by CodeRabbit
New Features
Chores