-
-
Notifications
You must be signed in to change notification settings - Fork 488
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
v1 - Configure & Install docs-mobile.talawa.io Docusaurus Site #2674
v1 - Configure & Install docs-mobile.talawa.io Docusaurus Site #2674
Conversation
Warning Rate limit exceeded@palisadoes has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 17 minutes and 44 seconds before requesting another review. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ⛔ Files ignored due to path filters (11)
📒 Files selected for processing (31)
WalkthroughThis pull request introduces a comprehensive setup for the Talawa Mobile documentation website using Docusaurus. The changes include creating a new documentation site structure with GitHub Actions workflow for deployment, configuring blog and documentation features, and setting up a custom domain. The implementation covers various aspects such as internationalization, versioning, and creating sample content to demonstrate Docusaurus capabilities. Changes
Sequence DiagramsequenceDiagram
participant Developer
participant GitHub Actions
participant Docusaurus
participant GitHub Pages
Developer->>GitHub: Push changes to develop-postgres branch
GitHub Actions->>Docusaurus: Build documentation site
Docusaurus->>GitHub Actions: Generate static files
GitHub Actions->>GitHub Pages: Deploy documentation
GitHub Pages->>Developer: Website accessible at docs-mobile.talawa.io
Possibly related PRs
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
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
Documentation and Community
|
Our Pull Request Approval ProcessThanks for contributing! Testing Your CodeRemember, your PRs won't be reviewed until these criteria are met:
Our policies make our code better. ReviewersDo not assign reviewers. Our Queue Monitors will review your PR and assign them.
Reviewing Your CodeYour reviewer(s) will have the following roles:
Other🎯 Please be considerate of our volunteers' time. Contacting the person who assigned the reviewers is not advised unless they ask for your input. Do not @ the person who did the assignment otherwise. |
6533d25
into
PalisadoesFoundation:develop-postgres
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop-postgres #2674 +/- ##
=================================================
Coverage 95.98% 95.98%
=================================================
Files 187 187
Lines 9887 9887
=================================================
Hits 9490 9490
Misses 397 397 ☔ View full report in Codecov by Sentry. |
What kind of change does this PR introduce?
These changes allow the creation of a new https://docs-mobile.talawa.io documentation website
Issue Number:
Did you add tests for your changes?
Snapshots/Videos:
If relevant, did you update the documentation?
Summary
Does this PR introduce a breaking change?
Other information
Have you read the contributing guide?
Summary by CodeRabbit
New Features
docs-mobile.talawa.io
.Bug Fixes
Documentation
Style
Chores
.gitignore
file for thedocs
directory to manage ignored files.