-
-
Notifications
You must be signed in to change notification settings - Fork 814
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
fix: add specification explorer to mobile view and fix spelling inconsistency #3737
fix: add specification explorer to mobile view and fix spelling inconsistency #3737
Conversation
WalkthroughThis change updates the navigation learning items by adding a new entry for the "Specification Explorer" with a defined URL, icon, background class, title, and description. It also adjusts the title for the existing "Migrations" item by changing it to "Migration". The modifications ensure that the navigation resource list accurately reflects the intended resources. Changes
Sequence Diagram(s)sequenceDiagram
participant U as User
participant N as Navigation Component
participant LI as Learning Items List
U->>N: Load navigation menu
N->>LI: Render learning items ("Specification Explorer", "Migration", etc.)
U->>N: Click on "Specification Explorer"
N->>U: Redirect to /docs/reference/specification/v3.0.0-explorer
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 180000ms (1)
🔇 Additional comments (3)
✨ Finishing Touches
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
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
Documentation and Community
|
✅ Deploy Preview for asyncapi-website ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3737 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 20 20
Lines 732 732
=========================================
Hits 732 732 ☔ View full report in Codecov by Sentry. |
/rtm |
This PR fixes two issues:
These issues are now resolved to ensure a consistent navigation experience across devices.
Before:-
After:-
Fixes #3727
Summary by CodeRabbit
New Features
Refactor