Skip to content

Conversation

@asyncapi-bot
Copy link
Contributor

@asyncapi-bot asyncapi-bot commented Oct 10, 2025

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

Summary by CodeRabbit

  • Documentation
    • Added a new guide for publishing recorded AsyncAPI meetings as podcasts.
    • Includes an FAQ covering what the feature is for, who can use it, and required YouTube video ID input.
    • Explains how to find the YouTube video ID with URL examples.
    • Provides step-by-step instructions to run the workflow that uploads to Spotify for Podcasters.
    • Includes optional steps for editing podcast metadata in Spotify.

@netlify
Copy link

netlify bot commented Oct 10, 2025

Deploy Preview for asyncapi-website ready!

Name Link
🔨 Latest commit 723f700
🔍 Latest deploy log https://app.netlify.com/projects/asyncapi-website/deploys/68e92f2e292fdc0008c7fc62
😎 Deploy Preview https://deploy-preview-4462--asyncapi-website.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Oct 10, 2025

Walkthrough

Adds 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

Cohort / File(s) Summary
Docs: Podcast publishing guide
markdown/docs/community/060-meetings-and-communication/publishing-podcasts.md
New Markdown page with front matter, FAQ-style explanation, YouTube ID notes, and step-by-step workflow to upload meeting recordings to Spotify for Podcasters, plus optional metadata editing steps.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested reviewers

  • thulieblack
  • TRohit20
  • bandantonio
  • CBID2
  • asyncapi-bot-eve

Poem

A hop, a skip, a publish—ta-da!
From streams to pods, we spread hurrah.
Paste the ID, let workflows spin,
Spotify awaits—press begin.
Little bunny clicks “Save,” then grins:
Meetings in ears, not just chins.
🐇🎧

Pre-merge checks and finishing touches

❌ Failed checks (1 inconclusive)
Check name Status Explanation Resolution
Title Check ❓ Inconclusive The current title “docs(community): update latest community documentation” is overly generic and does not clearly convey the primary change, which is the addition of a new guide for publishing AsyncAPI meeting recordings as podcasts. Please revise the title to succinctly describe the main change, for example “docs(community): add guide for publishing AsyncAPI meeting recordings as podcasts.”
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch update-community-docs-0ab57fa3b4a382f6e171f70e6fbf84b5d4611392

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

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov
Copy link

codecov bot commented Oct 10, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (4b2284c) to head (723f700).
⚠️ Report is 1 commits behind head on master.

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.
📢 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.

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: 1

📜 Review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 4b2284c and 723f700.

📒 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

Comment on lines +35 to +38
- 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
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

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.

@asyncapi-bot
Copy link
Contributor Author

⚡️ Lighthouse report for the changes in this PR:

Category Score
🔴 Performance 38
🟢 Accessibility 98
🟢 Best practices 92
🟢 SEO 100
🔴 PWA 33

Lighthouse ran on https://deploy-preview-4462--asyncapi-website.netlify.app/

@asyncapi-bot asyncapi-bot merged commit 19e3c34 into master Oct 10, 2025
38 checks passed
@asyncapi-bot asyncapi-bot deleted the update-community-docs-0ab57fa3b4a382f6e171f70e6fbf84b5d4611392 branch October 10, 2025 16:12
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.

3 participants