-
-
Notifications
You must be signed in to change notification settings - Fork 364
docs: convert markdown anchors to kebab-case #1148
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
base: master
Are you sure you want to change the base?
Conversation
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.
Welcome to AsyncAPI. Thanks a lot for creating your first pull request. Please check out our contributors guide useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.
|
Hi @Harsh-Sahu43, Thanks a lot for the work! We're review the changes ASAP. |
|
Thanks a lot for the quick response, @char0n. |
|
@Harsh-Sahu43 please also open a PR in the website (write it is just a draft for this PR) and edit https://github.com/asyncapi/website/blob/master/markdown/docs/reference/specification/v3.0.0.md with the new version you worked on (removed |
|
Thanks @derberg for the review and guidance. I’ve opened a draft PR in asyncapi/website to validate the kebab-case anchor If you think it would be helpful, I’m happy to investigate this website-side |
|
changes in your draft pr in website are not the same as in this PR logs you made modification to {channelId} by removing |
|
|
I have updated the PR to restore the escaped literal {channelId}. The anchor updates in this PR are now fully aligned with asyncapi/website#4738. A new Deploy Preview should reflect the fix once the build completes. Please let me know if you would like any further adjustments. |
|
@Harsh-Sahu43 please check your PR in website again, the preview is still not available |



This PR converts markdown anchors and their internal references from camelCase to kebab-case to restore GitHub navigation behavior.
Changes are limited to anchor names and references only. No content or semantics were modified.
Fixes #1144