[AI] Add Models entry to homepage AI sidebar#31178
Conversation
Review✅ No style-guide issues found in commit CommandsOnly codeowners can run commands. Post a comment with the command to trigger it.
|
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
There was a problem hiding this comment.
Pull request overview
Adds a “Models” shortcut to the curated homepage left-rail sidebar under Build → AI, aligning the homepage navigation with the existing /ai/ section sidebar so the unified AI model catalog is reachable directly from /.
Changes:
- Add a new AI sidebar item labeled Models linking to
/ai/models/as the first entry under Build → AI.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Review complete for PR #31178. Labels applied: Verdict: No issues found. Approved. Summary: This PR adds a |
|
@ethulia @kodster28, it looks like the models sidebar link got dropped, so this PR replaces it. |
|
Preview URL: https://d08e1cb4.preview.developers.cloudflare.com |
Adds a
Modelsentry pointing to/ai/models/as the first item under Build → AI in the homepage left-rail sidebar (src/pages/index.astro).Resulting order: Models, Workers AI, AI Gateway, Agents, Sandbox SDK, Vectorize, AI Search, AI Crawl Control.
The per-section
/ai/sidebar already surfaces Models (viasrc/content/docs/ai/models/index.mdxwithsidebar.order: 2); this PR adds parity to the homepage curated sidebar so the Models catalog is reachable one click away from/.Independent of #31176 (the Hosted-vs-Proxied filter on
/workers-ai/models/); different files, no overlap.