docs: missing closing quote in image alt attribute#2067
docs: missing closing quote in image alt attribute#2067asyncapi-bot merged 1 commit intoasyncapi:masterfrom
Conversation
WalkthroughCorrected an HTML attribute in docs/060-meetings-and-communication/MEETINGS_ORGANIZATION.md by fixing an incomplete alt value in an image tag within the Restream-first section. No other content or code changes. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Pre-merge checks (3 passed)✅ Passed checks (3 passed)
Poem
Tip 👮 Agentic pre-merge checks are now available in preview!Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs.
Example: reviews:
pre_merge_checks:
custom_checks:
- name: "Undocumented Breaking Changes"
mode: "warning"
instructions: |
Pass/fail criteria: All breaking changes to public APIs, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints must be documented in the "Breaking Change" section of the PR description and in CHANGELOG.md. Exclude purely internal or private changes (e.g., code not exported from package entry points or explicitly marked as internal).Please share your feedback with us on this Discord post. ✨ Finishing Touches🧪 Generate unit tests
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 |
|
@thulieblack Fix for asyncapi/website#4404 |
There was a problem hiding this comment.
Actionable comments posted: 0
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (2)
docs/060-meetings-and-communication/MEETINGS_ORGANIZATION.md (2)
50-52: Typo: RMTP → RTMP (and minor formatting).
Protocol is RTMP. Also add spacing around commas and correct “vMix” casing for consistency with Line 52.Apply this diff:
-1. Log into [Restream.io](https://app.restream.io/home) and select `Encoder|RMTP (Stream from OBS,Zoom,VMix,etc.)` option: +1. Log into [Restream.io](https://app.restream.io/home) and select `Encoder | RTMP (Stream from OBS, Zoom, vMix, etc.)` option:
167-167: Spelling: “Commitee” → “Committee”.
User-facing docs; fix the typo.Apply this diff:
-... Technical Steering Commitee ... +... Technical Steering Committee ...
🧹 Nitpick comments (2)
docs/060-meetings-and-communication/MEETINGS_ORGANIZATION.md (2)
140-141: Grammar nit: “Login” (noun) vs “Log in” (verb).
Use “Log in to YouTube…”.Apply this diff:
-1. Login to YouTube and add the recorded live stream to the respective YouTube Playlist. +1. Log in to YouTube and add the recorded live stream to the respective YouTube Playlist.
1-5: Add a docs linter to prevent regressions like unclosed quotes.
Consider enabling remark-lint/markdownlint and an HTML validator (e.g., HTMLProofer in CI) to catch malformed HTML in Markdown.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
docs/060-meetings-and-communication/MEETINGS_ORGANIZATION.md(1 hunks)
🔇 Additional comments (2)
docs/060-meetings-and-communication/MEETINGS_ORGANIZATION.md (2)
131-131: Fix is correct — closes the alt quote and unblocks the docs build.
Alt text now properly quoted and the img tag is valid HTML.
84-86: Incomplete sentence — please finish the thought.
The line ends with “It is because by ” and doesn’t explain the reason.Suggested wording (adjust as needed based on actual process): “You must start with YouTube first, even though Restream can stream there directly, because live captions must be enabled on the YouTube event and then selected in Restream.”
|
/rtm |
Description
Fixed missing closing quote that fails website build for documentation
Related issue(s)
Related to #2035
See also asyncapi/website#4404
Summary by CodeRabbit