-
Notifications
You must be signed in to change notification settings - Fork 10
Add web deployment docs #4
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds web deployment documentation to enable one-click deployment functionality. It restructures the documentation with a new "Test & Publish" section and creates comprehensive guides for testing on mobile devices, pre-deployment checks, web deployment, and Google Play Store deployment.
- Introduces a new "Test & Publish" section with dedicated Test and Publish subsections
- Adds comprehensive web deployment documentation with one-click deployment instructions
- Includes detailed mobile testing and deployment guides for both Android and iOS
Reviewed Changes
Copilot reviewed 9 out of 17 changed files in this pull request and generated 9 comments.
Show a summary per file
| File | Description |
|---|---|
| sidebars.ts | Restructures sidebar to include new "Test & Publish" category with autogenerated content |
| firebase.json | Removes thousands of redirect rules (likely moved or consolidated elsewhere) |
| docs/test-and-publish/test/test-on-mobile-device.md | New guide for testing apps on mobile devices with Android/iOS setup instructions |
| docs/test-and-publish/test/category.json | Category configuration for Test section |
| docs/test-and-publish/publish/web-deployment.md | New web deployment documentation covering one-click deployment |
| docs/test-and-publish/publish/pre-checks-publishing.md | New pre-publishing checklist and quality assurance guide |
| docs/test-and-publish/publish/google-playstore-deployment.md | Comprehensive Google Play Store deployment guide |
| docs/test-and-publish/publish/category.json | Category configuration for Publish section |
| docs/index.md | Updates broken link reference |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Description
Add web deployment docs
Linear ticket and magic word Fixes DEVR-1093
Type of change