-
-
Notifications
You must be signed in to change notification settings - Fork 148
docs: weights and frontmatter 3rd attempt #2001
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: weights and frontmatter 3rd attempt #2001
Conversation
…tionalization guide
WalkthroughThis update introduces front matter metadata (title and weight) to several Markdown documentation files and standardizes document titles by replacing colons with hyphens. No changes were made to the main content, structure, or logic of the affected documents. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
Note ⚡️ Unit Test Generation is now available in beta!Learn more here, or try it out under "Finishing Touches" below. ✨ 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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. 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
CodeRabbit Configuration File (
|
@thulieblack Let's try one more time 🤞 |
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: 0
🧹 Nitpick comments (2)
docs/020-governance-and-policies/PROJECT_FUNDING.md (1)
6-6
: Promote H2 to H1 for consistency with other pages
After a front-matter block, most pages start with a single-#
heading so the generated page title matches the metadata. Leaving this as##
may down-rank the headline and break automated ToC extraction.-## Enhancing Event-Driven Architectures - Support AsyncAPI Initiative +# Enhancing Event-Driven Architectures - Support AsyncAPI Initiativedocs/community-glossary.md (1)
6-8
: Add a top-level heading to avoid a blank title in rendered output
Because the file starts straight with body text, some generators display an empty title. Consider inserting an H1 that mirrors the front-matter title.🚧 This document is under construction. + +# Community Glossary
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (5)
docs/020-governance-and-policies/PROJECT_FUNDING.md
(1 hunks)docs/030-project-vision-strategy-goals/2025_marketing_strategy.md
(1 hunks)docs/COC-incident-resolution-procedures.md
(1 hunks)docs/CODE_OF_CONDUCT_COMMITTEE.md
(1 hunks)docs/community-glossary.md
(1 hunks)
🔇 Additional comments (5)
docs/020-governance-and-policies/PROJECT_FUNDING.md (1)
1-4
: Front-matter looks correct – no blocking issues.
The YAML block parses cleanly and the weight (80) continues to fit the existing ordering convention.docs/community-glossary.md (1)
1-4
: Metadata added and parses fine – no blockers.
weight: 997
slots the page just ahead of the CoC docs that follow.docs/030-project-vision-strategy-goals/2025_marketing_strategy.md (1)
2-2
: Title tweak aligns with new naming style – looks good.
No further action needed.docs/CODE_OF_CONDUCT_COMMITTEE.md (1)
1-4
: Front-matter validates & ordering (weight 998) is coherent.
Good to go.docs/COC-incident-resolution-procedures.md (1)
1-4
: Front-matter block added correctly – no syntax issues detected.
weight: 999
will place this page last within its section, matching intent.
/rtm |
@thulieblack 😔 Sorry, I was 100% sure that I committed those changes. I hope this will be the final attempt #2005 |
@asyncapi/bounty_team |
Description
Related issue(s)
See also asyncapi/website#4269
Summary by CodeRabbit