docs: rework Get Started + product landing pages#748
Open
CahidArda wants to merge 9 commits into
Open
Conversation
…le showcase, and migrate sections
…/integrations/demos/console to product pages
…add lang icons; restore Concepts; tune landing grid columns
…brand lang icons; concept icons
…via width:0 instead of display:none)
|
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
Reworks the docs Get Started page and all product landing pages into richer hubs. The main landing (
introduction.mdx) becomes a custommode: framepage (full-width content, sidebar kept), and each product page nowsurfaces its SDKs, integrations, demos, and console features. Reusable content is
driven by a single shared catalog so the data lives in one place.
Changes
introduction.mdx): custom hero + sections — Products (3-col),Agent Resources (MCP Server, Skills, CLI, Context7), Concepts, Migrate to
Upstash (stub), Community. Full-width via a scoped CSS override that reclaims
the empty ToC column without breaking the sticky sidebar.
SDKs / Integrations / Demos (filtered to that product) plus a "Do more from the
console" tab set with dashboard screenshots (stubs where screenshots don't
exist yet — Redis data browser, Box CLI/logs).
snippets/catalog.jsx): single source of truth forSDKs/integrations/demos, each card showing a programming-language icon
(TypeScript / Python / Ruby).
img/icons/*.svg), language icons(
img/icons/lang/*.svg), Context7 logo; custom card/layout styles instyle.css.snippets/landing.jsx(Hero, ProductGrid, AgentResources, Concepts,Community) and
snippets/migrate.jsx.