-
-
Notifications
You must be signed in to change notification settings - Fork 280
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: set proper indentation for the TOC #853
Conversation
This is not going to fix website. TOC from original markdown file is removed when it is pushed to website repo -> https://github.com/asyncapi/spec/blob/master/.github/workflows/new-spec-release.yml#L55 right-hand side nav/toc in the website is generated dynamically. Separate issue/PR is needed there |
That's actually what I needed to know. Thanks! This PR is still valid for fixing the TOC in the spec document, even though it is a little detail. I'm changing the PR description to make it clear. |
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.
LGTM
FYI, issue created in website repo: asyncapi/website#1030 |
/rtm |
Kudos, SonarCloud Quality Gate passed! |
/rtm |
1 similar comment
/rtm |
/rtm |
🎉 This PR is included in version 2.6.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 3.0.0-next-major-spec.18 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
The TOC has some wrong indentation. This PR fixes that.
Note: this doesn't affect website navigation bar.