Skip to content

Conversation

@asyncapi-bot
Copy link
Contributor

@asyncapi-bot asyncapi-bot commented Mar 6, 2025

Updated community documentation is available and this PR introduces update to community folder on the website

Summary by CodeRabbit

  • New Features
    • Expanded the community resource list with an additional link to the style guide.
  • Documentation
    • Launched an onboarding guide for maintainers that outlines responsibilities and the process for taking on leadership roles.
    • Introduced a comprehensive formatting guide detailing best practices for producing clear, consistent, and accessible documentation.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Mar 6, 2025

Walkthrough

This pull request adds a new entry in the JSON configuration file and introduces two new documentation pages. The configuration update extends the list of available resources by including a style guide reference. Additionally, a new onboarding guide for maintainers and a formatting guide for documentation standards are added under the community documentation section.

Changes

File(s) Change Summary
config/edit-page-config.json Added a new JSON entry with "value": "community/styleguide" and its associated href linking to the style guide repository.
markdown/docs/community/onboarding-guide/Onboarding-maintainer-guide.md, markdown/docs/community/styleguide/formatting.md Introduced two new documentation files: one providing an onboarding guide for maintainers and another detailing formatting standards for documentation.

Possibly related PRs

Suggested labels

autoapproved, autoupdate

Suggested reviewers

  • derberg
  • quetzalliwrites
  • magicmatatjahu
  • akshatnema
  • BhaswatiRoy
  • sambhavgupta0705
  • anshgoyalevil
  • Mayaleeeee
  • TRohit20
  • VaishnaviNandakumar
  • devilkiller-ag
  • asyncapi-bot-eve

Poem

I hopped through lines of code today,
Adding guides along the way.
A style guide entry, crisp and neat,
And documents to make our docs complete.
With every change, the path is bright,
A rabbit's cheer in digital light!
🐰✨


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.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@netlify
Copy link

netlify bot commented Mar 6, 2025

Deploy Preview for asyncapi-website failed.

Name Link
🔨 Latest commit 837f12d
🔍 Latest deploy log https://app.netlify.com/sites/asyncapi-website/deploys/67c9b50e21ae910008380905

@asyncapi-bot
Copy link
Contributor Author

Markdown Check Results

We found issues in the following markdown files:

[2025-03-06 02:47:08.868 PM] �[33mwarn�[39m: 	Errors in file community/onboarding-guide/Onboarding-maintainer-guide.md:
[2025-03-06 02:47:08.870 PM] �[33mwarn�[39m: 	 - Title is missing or not a string
[2025-03-06 02:47:08.870 PM] �[33mwarn�[39m: 	 - Weight is missing or not a number

@codecov
Copy link

codecov bot commented Mar 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (d6a213a) to head (837f12d).

Additional details and impacted files
@@            Coverage Diff            @@
##            master     #3818   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           21        21           
  Lines          667       667           
  Branches       113       113           
=========================================
  Hits           667       667           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@thulieblack thulieblack closed this Mar 6, 2025
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (4)
markdown/docs/community/styleguide/formatting.md (4)

15-25: Improve Consistency in Bullet List Formatting and Style
Consider the following adjustments to enhance consistency and clarity in the "Notes and warning blocks" section:

  • Replace asterisks (*) with dashes (-) in the bullet lists to follow markdownlint's recommended style.
  • At line 18, capitalize Markdown when referring to the documentation language.
  • At line 19, add a comma after “Currently” for improved readability.

Example diff:

- Use an `>` in markdown to indicate the nature of the note or warning.
+ Use an `>` in Markdown to indicate the nature of the note or warning.

- Use the following syntax to apply a style. Currently our documentation supports **Remember** `<Remember>`:
+ Use the following syntax to apply a style. Currently, our documentation supports **Remember** `<Remember>`:

-  * Surround the text you want to style with an opening <Remember> tag and a closing </Remember> tag.
-  * Note that the word 'Remember' does not need to be included within the tags, as it automatically provides the necessary styling.
-  * Use the following syntax to apply a style:
+  - Surround the text you want to style with an opening <Remember> tag and a closing </Remember> tag.
+  - Note that the word 'Remember' does not need to be included within the tags, as it automatically provides the necessary styling.
+  - Use the following syntax to apply a style:
🧰 Tools
🪛 LanguageTool

[style] ~16-~16: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...ing to introduce the note or warning. - Use short paragraphs or bullet points to co...

(ENGLISH_WORD_REPEAT_BEGINNING_RULE)


[grammar] ~18-~18: Did you mean the formatting language “Markdown” (= proper noun)?
Context: ...uage simple and direct. - Use an > in markdown to indicate the nature of the note or w...

(MARKDOWN_NNP)


[uncategorized] ~19-~19: A comma may be missing after the conjunctive/linking adverb ‘Currently’.
Context: ... the following syntax to apply a style. Currently our documentation supports Remember...

(SENT_START_CONJUNCTIVE_LINKING_ADVERB_COMMA)

🪛 markdownlint-cli2 (0.17.2)

20-20: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


21-21: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


22-22: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


23-23: Spaces inside code span elements
null

(MD038, no-space-in-code)


32-43: Specify Language for Fenced Code Blocks
To meet markdownlint guidelines, add a language identifier to fenced code blocks. For example, change the code block delimiter on line 38 as shown below:

-  ```
+  ```bash

This will ensure proper syntax highlighting in examples.

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

38-38: Fenced code blocks should have a language specified
null

(MD040, fenced-code-language)


55-63: Add Language Identifier to JavaScript Code Block
The JavaScript snippet demonstrating a function should include a language specifier for clarity. For instance, modify the opening fence on line 55:

- ```
+ ```javascript

This enhances readability and aligns with best practices for code block annotations.

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

55-55: Fenced code blocks should have a language specified
null

(MD040, fenced-code-language)


67-75: Consistent Unordered List Marker
For consistency with the rest of the document and to satisfy markdownlint rules, replace asterisks with dashes in unordered lists. For example, update the items on lines 67 and 75 as follows:

-  * Use this syntax to apply a style:
+  - Use this syntax to apply a style:
 
-  * The output:
+  - The output:
🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

67-67: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


75-75: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)

📜 Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between d6a213a and 837f12d.

📒 Files selected for processing (3)
  • config/edit-page-config.json (1 hunks)
  • markdown/docs/community/onboarding-guide/Onboarding-maintainer-guide.md (1 hunks)
  • markdown/docs/community/styleguide/formatting.md (1 hunks)
🧰 Additional context used
🪛 LanguageTool
markdown/docs/community/styleguide/formatting.md

[style] ~16-~16: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...ing to introduce the note or warning. - Use short paragraphs or bullet points to co...

(ENGLISH_WORD_REPEAT_BEGINNING_RULE)


[grammar] ~18-~18: Did you mean the formatting language “Markdown” (= proper noun)?
Context: ...uage simple and direct. - Use an > in markdown to indicate the nature of the note or w...

(MARKDOWN_NNP)


[uncategorized] ~19-~19: A comma may be missing after the conjunctive/linking adverb ‘Currently’.
Context: ... the following syntax to apply a style. Currently our documentation supports Remember...

(SENT_START_CONJUNCTIVE_LINKING_ADVERB_COMMA)

🪛 markdownlint-cli2 (0.17.2)
markdown/docs/community/styleguide/formatting.md

20-20: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


21-21: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


22-22: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


23-23: Spaces inside code span elements
null

(MD038, no-space-in-code)


38-38: Fenced code blocks should have a language specified
null

(MD040, fenced-code-language)


55-55: Fenced code blocks should have a language specified
null

(MD040, fenced-code-language)


67-67: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


75-75: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)

⏰ Context from checks skipped due to timeout of 180000ms (2)
  • GitHub Check: Automerge PR autoapproved by a bot
  • GitHub Check: Lighthouse CI
🔇 Additional comments (4)
config/edit-page-config.json (1)

22-29: New JSON Entry for Community Styleguide Added
The new entry for "community/styleguide" is correctly added with the expected URL. Please verify that the link points to the intended documentation directory and follows the project's URL conventions.

markdown/docs/community/onboarding-guide/Onboarding-maintainer-guide.md (1)

1-68: Comprehensive Onboarding Guide for Maintainers
This new document is well-structured and clearly outlines the responsibilities, steps, and resources for AsyncAPI maintainers. The headings, bullet lists, and embedded links help create an accessible and informative guide for new contributors.

markdown/docs/community/styleguide/formatting.md (2)

1-5: YAML Front Matter is Properly Configured
The YAML metadata block correctly defines the title, description, and weight for the document.


7-11: Introduction Section is Clear
The introduction provides a concise overview of documentation formatting and outlines the elements that contribute to the document's readability.

@akshatnema akshatnema deleted the update-community-docs-5288a808571f2c70b4b7e665cdbf4111f77b2f0d branch August 3, 2025 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants