Restructure top-level IA around products and a shared Platform tab - #2270
Open
sg-writer wants to merge 1 commit into
Open
Restructure top-level IA around products and a shared Platform tab#2270sg-writer wants to merge 1 commit into
sg-writer wants to merge 1 commit into
Conversation
Rework the site navigation so products and shared platform features are no longer conflated under "Gateway". Navigation (docs.json): - Add a Platform tab owning the shared primitives: Endpoints (agent + cloud unified), Traffic Policy, Domains & TLS, Identity & Access, Observability, ngrok Agent, and Kubernetes Operator. - Slim Gateway to the product itself: overview, examples, and the use-case guides (API Gateway, Device Gateway, Site-to-Site, Webhooks-to-On-Prem, Security) moved in from Guides. - Promote Integrations to its own top-level tab; fold Changelogs into Reference. - Dissolve the Guides tab; redirect /guides to /start. - De-duplicate nav wirings (33 down to 1) and resolve merge orphans. Slugs and redirects (URL-stable): - Move gateway/ endpoint pages to endpoints/, gateway/ domain+TLS pages to domains/, and guides/ use-cases to gateway/ (85 pages). - Add redirects for every moved slug; sweep 574 internal links across 173 files. - Move section img/ directories alongside their pages. Cleanup: - Fix pre-existing broken links (images, relative paths, dead anchors) and Vale errors surfaced by the checks; exclude .skills/ from the docs build.
There was a problem hiding this comment.
[StyleRules.FirstPerson] Avoid first-person pronouns such as 'us'—speak to 'you' the reader instead.
There was a problem hiding this comment.
[StyleRules.FirstPerson] Avoid first-person pronouns such as 'our'—speak to 'you' the reader instead.
There was a problem hiding this comment.
[StyleRules.FirstPerson] Avoid first-person pronouns such as 'us'—speak to 'you' the reader instead.
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Restructures the top-level information architecture so products and shared platform features are no longer conflated under a single "Gateway" tab.
Navigation
/guides→/start).Tab order: Start · Platform · Gateway · AI Gateway · Share Localhost · Integrations · Reference · Pricing · About
Slugs & redirects (URL-stable)
gateway/endpoint pages →endpoints/,gateway/domain+TLS pages →domains/,guides/use-cases →gateway/(85 pages).img/dirs moved with their pages.Cleanup
.skills/from the docs build.Verification
mint broken-links: no broken links foundScope / notes
mint devfails acontextual.optionsschema check onmain(config lists AI-assistant options newer than the pinnedmint); untouched here and worth a separate fix.