-
-
Notifications
You must be signed in to change notification settings - Fork 983
fix(docs): consistency in AsyncAPI documentation #3707
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
Fixes #3385 Make AsyncAPI documentation more consistent by standardizing formatting and word usage. * **Application.md** - Change "micro-service" to "microservice". * **Adding-messages.md** - Capitalize "components" to "Components". * **Adding-operations.md** - Capitalize "operations" to "Operations". * **Define-payload.md** - Remove unnecessary blank lines. * **Extending-specification.md** - Capitalize "Specification extensions" to "Specification Extensions". * **Reusability-with-traits.md** - Capitalize "traits" to "Traits".
✅ Deploy Preview for asyncapi-website ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3707 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 20 20
Lines 732 732
=========================================
Hits 732 732 ☔ View full report in Codecov by Sentry. |
WalkthroughThe changes consist of minor updates to AsyncAPI documentation files. Grammar corrections, capitalization adjustments, and a few content enhancements have been applied to improve consistency and clarity. One document now includes expanded explanations and examples for payload schemas, while other files received minor stylistic fixes without altering their underlying logic. Changes
Suggested labels
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (6)
💤 Files with no reviewable changes (1)
✅ Files skipped from review due to trivial changes (5)
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
|
|
@Recxsmacx fix the lint error by changing the title, add proper prefix to it |
|
done @vishvamsinh28 |
|
I would prefer going ahead with #3386 which has better code changes and was opened earlier |
Fixes #3385
Make AsyncAPI documentation more consistent by standardizing formatting and word usage.
Application.md
Adding-messages.md
Adding-operations.md
Define-payload.md
Extending-specification.md
Reusability-with-traits.md
Summary by CodeRabbit