-
Notifications
You must be signed in to change notification settings - Fork 572
DOC: Remove setup instructions from docs website and create unified s… #440
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
DOC: Remove setup instructions from docs website and create unified s… #440
Conversation
…etup page - Remove old setup documentation files (Manual_Setup_Guide.md, Script_Setup_Guide.md, etc.) - Create unified setup.md that redirects to README.md - Update mkdocs.yml navigation to remove setup sections - Consolidate setup instructions in README.md with comprehensive details - Provide single source of truth for setup instructions Fixes AOSSIE-Org#438
WalkthroughAll setup-related documentation files for backend, frontend, and Docker were deleted from the documentation directory. A new unified Changes
Sequence Diagram(s)Not included, as changes are limited to documentation, configuration, and minor code formatting without affecting control flow or introducing new features. Assessment against linked issues
Assessment against linked issues: Out-of-scope changes
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (5)
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
sorry by mistake push this file also
|
Hi, can you share a small screen recording of the updated docs website to explain the changes? |
|
Sure !! |
Untitled.video.-.Made.with.Clipchamp.mp4 |
Untitled.video.-.Made.with.Clipchamp.1.mp4 |
|
✅ All items nested under the "Home" tab - Introduction, Overview, Setup, Backend, and Frontend sections are all accessible through the Home tab |
|
Hi @Aditya30ag, Please run |
|
Thank you @Aditya30ag! |
Description
This PR addresses issue #438 by removing old setup instructions from the docs website and creating a unified setup instructions page.
Changes Made
🗑️ Removed Files
docs/Manual_Setup_Guide.md- Old manual setup guidedocs/Script_Setup_Guide.md- Old script setup guidedocs/frontend/setup.md- Old frontend setup guidedocs/backend/backend_python/setup.md- Old Python backend setup guidedocs/backend/backend_rust/setup.md- Old Rust backend setup guidedocs/backend/docker-setup.md- Old backend Docker setup guidedocs/frontend/docker-setup.md- Old frontend Docker setup guide✅ Created/Updated Files
docs/setup.md- Unified setup instructions page that redirects to README.mdmkdocs.yml- Removed setup-related navigation entries and added unified setup pageREADME.md- Consolidated and enhanced setup instructions with comprehensive detailsBenefits
Testing
Related Issue
Fixes #438
Type of Change
Checklist
Summary by CodeRabbit
Documentation
Bug Fixes
Style
Chores