Reorder API Gateway setup and quickstart docs in sidebar#354
Reorder API Gateway setup and quickstart docs in sidebar#354kavishannip wants to merge 1 commit into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughSummary
WalkthroughThe API Gateway navigation is reordered for the Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
Purpose
In the API Gateway sidebar navigation menu, the Quick Start guide was located after the Setup section, causing users to encounter complex architectural details before getting a hands-on introduction. This PR reorders the sidebar menu so that the Quick Start guide comes immediately after the Overview, and the Setup section is relocated towards the bottom of the API Gateway section.
Resolves #330
Checklist
llms.txt(located aten/docs/llms.txt) is updated for AI readiness content.Goals
next,1.1.0, and1.0.0).Approach
nav:tree entries inen/mkdocs.ymlunderAPI Gatewayfor versionsnext,1.1.0, and1.0.0.Quick Start Guideright belowOverview.Setupto appear afterManagement APIand right beforePerformance.UI Preview / Screenshots
Before:


After:
User stories
As a developer reading the API Gateway documentation, I want to find the Quick Start guide immediately after the Overview page so that I can set up and try out the Gateway quickly without being blocked by complex infrastructure configuration details.
Release note
Reordered the API Gateway sidebar navigation to place the Quick Start Guide immediately after the Overview page and move detailed Setup documentation towards the bottom of the section.
Documentation
N/A - This PR directly updates the documentation navigation layout in
en/mkdocs.yml.Training
N/A
Certification
N/A - No impact on certification exams.
Marketing
N/A
Automation tests
Security checks
Samples
N/A
Related PRs
N/A
Migrations (if applicable)
N/A
Test environment
Learning
Analyzed MkDocs Material navigation configuration (
en/mkdocs.yml) for multi-version section structures.