-
-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
update the quick start doc to reflect the latest changes #5116
update the quick start doc to reflect the latest changes #5116
Conversation
Warning Rate Limit Exceeded@nobodyiam has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 9 minutes and 6 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. WalkthroughThe updates focus on enhancing the Changes
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 as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5116 +/- ##
============================================
- Coverage 50.30% 50.29% -0.01%
+ Complexity 2011 2010 -1
============================================
Files 388 388
Lines 12216 12216
Branches 1207 1207
============================================
- Hits 6145 6144 -1
Misses 5708 5708
- Partials 363 364 +1 ☔ View full report in Codecov by Sentry. |
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.
Actionable comments posted: 6
Review Status
Configuration used: CodeRabbit UI
Files selected for processing (2)
- docs/en/deployment/quick-start.md (11 hunks)
- docs/zh/deployment/quick-start.md (10 hunks)
Additional Context Used
Additional comments not posted (8)
docs/zh/deployment/quick-start.md (4)
52-52
: The project reference has been updated toapollo-quick-start
. Ensure that all links and references throughout the documentation are consistent with this change.
72-72
: The inclusion ofdatabase-discovery
in the environment variable profiles is a significant update. Ensure that the documentation elsewhere is updated to reflect how to use this new profile effectively.
78-78
: The documentation now includes detailed steps for initializing the Apollo Configuration Center with different database configurations. This is a valuable addition for users. Ensure that these steps are tested thoroughly to prevent any issues for new users following the guide.Also applies to: 92-92, 106-106, 125-125, 143-143, 170-170
194-194
: The update to visual aids with new image URLs is a great improvement for the learning experience. Verify that all new URLs are accessible and that the images correctly represent the described steps.Also applies to: 199-199, 203-203, 207-207, 211-211, 215-215, 236-236, 248-248, 250-250, 255-255, 262-262
Verification successful
The verification process confirmed that all new image URLs are accessible, as they all returned a 200 HTTP status code. This indicates that the images are likely correctly representing the described steps and are available for users to view.
Scripts Executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Verify accessibility of new image URLs curl -o /dev/null --silent --head --write-out '%{http_code}\n' https://cdn.jsdelivr.net/gh/apolloconfig/apollo-quick-start@master/images/apollo-login.jpg curl -o /dev/null --silent --head --write-out '%{http_code}\n' https://cdn.jsdelivr.net/gh/apolloconfig/apollo-quick-start@master/images/apollo-sample-home.jpg curl -o /dev/null --silent --head --write-out '%{http_code}\n' https://cdn.jsdelivr.net/gh/apolloconfig/apollo-quick-start@master/images/apollo-create-sample-app.jpg curl -o /dev/null --silent --head --write-out '%{http_code}\n' https://cdn.jsdelivr.net/gh/apolloconfig/apollo-quick-start@master/images/apollo-create-sample-config.jpg curl -o /dev/null --silent --head --write-out '%{http_code}\n' https://cdn.jsdelivr.net/gh/apolloconfig/apollo-quick-start@master/images/sample-app-config.jpg curl -o /dev/null --silent --head --write-out '%{http_code}\n' https://cdn.jsdelivr.net/gh/apolloconfig/apollo-quick-start@master/images/sample-app-release-detail.jpgLength of output: 1010
docs/en/deployment/quick-start.md (4)
52-52
: The project reference has been updated toapollo-quick-start
. Ensure that all links and references throughout the documentation are consistent with this change.
72-72
: The inclusion ofdatabase-discovery
in the environment variable profiles is a significant update. Ensure that the documentation elsewhere is updated to reflect how to use this new profile effectively.
77-77
: The documentation now includes detailed steps for initializing the Apollo Configuration Center with different database configurations. This is a valuable addition for users. Ensure that these steps are tested thoroughly to prevent any issues for new users following the guide.Also applies to: 91-91, 105-105, 124-124, 142-142, 169-169
193-193
: The update to visual aids with new image URLs is a great improvement for the learning experience. Verify that all new URLs are accessible and that the images correctly represent the described steps.Also applies to: 198-198, 202-202, 206-206, 210-210, 214-214, 235-235, 247-247, 249-249, 254-254, 261-261
Verification successful
The verification process confirms that all new image URLs are accessible, as indicated by the HTTP status code 200 for each URL tested. This ensures that the images are correctly accessible and can be used as visual aids in the documentation.
Scripts Executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Verify accessibility of new image URLs curl -o /dev/null --silent --head --write-out '%{http_code}\n' https://cdn.jsdelivr.net/gh/apolloconfig/apollo-quick-start@master/images/apollo-login-en.jpg curl -o /dev/null --silent --head --write-out '%{http_code}\n' https://cdn.jsdelivr.net/gh/apolloconfig/apollo-quick-start@master/images/apollo-sample-home-en.jpg curl -o /dev/null --silent --head --write-out '%{http_code}\n' https://cdn.jsdelivr.net/gh/apolloconfig/apollo-quick-start@master/images/apollo-create-sample-app-en.jpg curl -o /dev/null --silent --head --write-out '%{http_code}\n' https://cdn.jsdelivr.net/gh/apolloconfig/apollo-quick-start@master/images/apollo-create-sample-config-en.jpg curl -o /dev/null --silent --head --write-out '%{http_code}\n' https://cdn.jsdelivr.net/gh/apolloconfig/apollo-quick-start@master/images/sample-app-config-en.jpg curl -o /dev/null --silent --head --write-out '%{http_code}\n' https://cdn.jsdelivr.net/gh/apolloconfig/apollo-quick-start@master/images/sample-app-release-detail-en.jpgLength of output: 1028
beb76bf
to
d5b6b16
Compare
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.
Actionable comments posted: 1
Review Status
Configuration used: CodeRabbit UI
Files selected for processing (2)
- docs/en/deployment/quick-start.md (12 hunks)
- docs/zh/deployment/quick-start.md (12 hunks)
Additional Context Used
Additional comments not posted (10)
docs/zh/deployment/quick-start.md (5)
52-52
: The project repository URL has been updated to reflect the rebranding fromapollo-build-scripts
toapollo-quick-start
. This change is crucial for users to download the correct quick start project.
72-72
: The inclusion ofdatabase-discovery
in theSPRING_PROFILES_ACTIVE
environment variable is a significant update for enabling database service discovery. This change aligns with the PR's objective to enhance database service discovery capabilities.
78-78
: The environment variable settings have been adjusted for database initialization and startup. This change is part of the updates to streamline the setup process for users.
199-199
: The update to the image URL for the login page illustration is a valuable improvement for visual guidance. Ensuring that the image URLs are up-to-date enhances the user-friendliness of the documentation.
203-203
: The update to the image URL for the home page illustration is another example of the effort to keep the documentation visually engaging and informative. This change contributes to the overall goal of making the quick start guide more accessible and user-friendly.docs/en/deployment/quick-start.md (5)
52-52
: The project repository URL has been updated to reflect the rebranding fromapollo-build-scripts
toapollo-quick-start
. This change is crucial for users to download the correct quick start project.
72-72
: The inclusion ofdatabase-discovery
in theSPRING_PROFILES_ACTIVE
environment variable is a significant update for enabling database service discovery. This change aligns with the PR's objective to enhance database service discovery capabilities.
77-77
: The environment variable settings have been adjusted for database initialization and startup. This change is part of the updates to streamline the setup process for users.
198-198
: The update to the image URL for the login page illustration is a valuable improvement for visual guidance. Ensuring that the image URLs are up-to-date enhances the user-friendliness of the documentation.
202-202
: The update to the image URL for the home page illustration is another example of the effort to keep the documentation visually engaging and informative. This change contributes to the overall goal of making the quick start guide more accessible and user-friendly.
d5b6b16
to
057d401
Compare
What's the purpose of this PR
update the quick start doc to reflect the latest changes
Follow this checklist to help us incorporate your contribution quickly and easily:
mvn clean test
to make sure this pull request doesn't break anything.CHANGES
log.Summary by CodeRabbit