-
-
Notifications
You must be signed in to change notification settings - Fork 306
Reorganize documentation into structured docs/ folder for GitHub Pages #5264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
Co-authored-by: DonnieBLT <128622481+DonnieBLT@users.noreply.github.com>
Co-authored-by: DonnieBLT <128622481+DonnieBLT@users.noreply.github.com>
|
@copilot lets keep the standard files in their place - also look through the website regular pages and anything mostly static can go here |
…ages Co-authored-by: DonnieBLT <128622481+DonnieBLT@users.noreply.github.com>
Done! Standard files (CODE_OF_CONDUCT.md, CONTRIBUTING.md, LICENSE.md, SECURITY.md) are now back in the root directory. I've also extracted static content from the Terms and Privacy pages in
All references throughout the codebase have been updated to point to the correct locations. Commit: 8525086 |
Consolidates scattered documentation files into a hierarchical
docs/structure suitable for GitHub Pages deployment.Changes
File Organization
website/documents/,ansible/,BACON/, andissues/into categorized subdirectoriescommunity/(links to root),setup/,architecture/,features/,pages/,development/,troubleshooting/,legal/Static Content Extraction
website/templates/mobile_terms.htmltodocs/legal/terms-of-service.mdwebsite/templates/mobile_privacy.htmltodocs/legal/privacy-policy.mdGitHub Pages Configuration
docs/index.md- Central navigation hub linking all documentation sectionsdocs/_config.yml- Jekyll configuration with Cayman theme.github/workflows/deploy-docs.yml- Auto-deployment on docs/ changesReference Updates
.github/copilot-instructions.md, andwebsite/templates/includes/sidenav.htmlStructure
Enables browsable documentation site once GitHub Pages is enabled in repository settings.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.