-
-
Notifications
You must be signed in to change notification settings - Fork 980
docs(community): update latest community documentation #4462
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
docs(community): update latest community documentation #4462
Conversation
✅ Deploy Preview for asyncapi-website ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
WalkthroughAdds a new documentation page describing how to publish recorded AsyncAPI meetings as podcasts, including required YouTube ID input, workflow steps to upload to Spotify for Podcasters, and optional metadata edits. No code or API changes. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
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. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #4462 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 22 22
Lines 778 778
Branches 144 144
=========================================
Hits 778 778 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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 details
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
markdown/docs/community/060-meetings-and-communication/publishing-podcasts.md(1 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.18.1)
markdown/docs/community/060-meetings-and-communication/publishing-podcasts.md
35-35: Bare URL used
(MD034, no-bare-urls)
36-36: Bare URL used
(MD034, no-bare-urls)
37-37: Bare URL used
(MD034, no-bare-urls)
38-38: Bare URL used
(MD034, no-bare-urls)
57-57: Bare URL used
(MD034, no-bare-urls)
⏰ Context from checks skipped due to timeout of 180000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (4)
- GitHub Check: Automerge PR autoapproved by a bot
- GitHub Check: Test NodeJS PR - windows-latest
- GitHub Check: Test NodeJS PR - macos-13
- GitHub Check: Lighthouse CI
| - https://www.youtube.com/watch?v=VIDEO_ID | ||
| - https://www.youtu.be/VIDEO_ID | ||
| - https://www.youtube.com/shorts/VIDEO_ID | ||
| - https://www.youtube.com/embed/VIDEO_ID |
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.
Replace bare URLs with autolinks to satisfy markdownlint.
markdownlint (MD034) flags the bare URLs in the lists. Wrap them in angle brackets (or use standard link syntax) so the linter passes without altering the docs’ meaning.
- - https://www.youtube.com/watch?v=VIDEO_ID
- - https://www.youtu.be/VIDEO_ID
- - https://www.youtube.com/shorts/VIDEO_ID
- - https://www.youtube.com/embed/VIDEO_ID
+ - <https://www.youtube.com/watch?v=VIDEO_ID>
+ - <https://www.youtu.be/VIDEO_ID>
+ - <https://www.youtube.com/shorts/VIDEO_ID>
+ - <https://www.youtube.com/embed/VIDEO_ID>
@@
-1. Go to https://creators.spotify.com/.
+1. Go to <https://creators.spotify.com/>.Based on static analysis hints.
Also applies to: 57-57
🧰 Tools
🪛 markdownlint-cli2 (0.18.1)
35-35: Bare URL used
(MD034, no-bare-urls)
36-36: Bare URL used
(MD034, no-bare-urls)
37-37: Bare URL used
(MD034, no-bare-urls)
38-38: Bare URL used
(MD034, no-bare-urls)
🤖 Prompt for AI Agents
In markdown/docs/community/060-meetings-and-communication/publishing-podcasts.md
around lines 35 to 38 (and also apply the same change at line 57), the bulletin
lists contain bare URLs which trigger markdownlint MD034; update each bare URL
by wrapping it in angle brackets (e.g. <https://...>) or convert to standard
link syntax so they become autolinks, leaving the visible targets unchanged and
preserving list formatting.
|
⚡️ Lighthouse report for the changes in this PR:
Lighthouse ran on https://deploy-preview-4462--asyncapi-website.netlify.app/ |
Updated community documentation is available and this PR introduces update to community folder on the website
Summary by CodeRabbit