📝 docs(web-render): add overview/router landing page (RENDER-21)#53
Merged
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
There was a problem hiding this comment.
Pull request overview
Adds a new “Overview” landing page for the Web Render API docs and updates navigation/redirects so users land on an endpoint router instead of the AI chat page.
Changes:
- Adds
web-render/overview.mdxwith CardGroup-based routing to key Web Render endpoints and supporting pages. - Updates
docs.jsonto make/web-render/overviewthe new landing destination (including the/unblockerredirect) and adds a “Get started” nav group.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| web-render/overview.mdx | New landing page that routes users to major Web Render docs sections. |
| docs.json | Updates redirect + sidebar grouping to make the new overview page the entry point. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
giannimassive
approved these changes
Jul 3, 2026
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
Adds an overview/landing page for the Web Render API docs so visitors land on
an intro with a router to every endpoint, instead of dropping straight into the
AI chat page.
Changes
web-render/overview.mdx— a card-based router grouped intoEndpoints (AI chat, Browsing, Search), Configuration (Geotargeting,
Scheduling), and account management (Pricing, Reporting), plus a link into the
API reference. Uses the whitelabel config snippet so it renders per brand.
docs.json) — adds a "Get started" group withoverviewas thefirst entry in the Web Render API tab, making it the new landing page.