Docs redesign #1044
Merged
Merged
Conversation
- Create new docs-v2 directory with modern docs.json configuration - Implement 3-tab navigation: Overview, Documentation, Community - Structure Documentation section following diataxis framework: - Tutorials (learning-oriented) - Learn/Explanations (understanding-oriented) - How-to Guides (task-oriented) - Reference (information-oriented) - Add 44 stub files for team members to populate - Update package.json with docs-v2 scripts - Use modern docs.json format with proper tabs support 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
…structure feat: create docs-v2 structure with diataxis framework
…structure Create new docs structure on top of `docs` and purge `docs-v2`
- Added logo2.jpg to the overview page - Created two-column layout with text on left, logo on right - Applied invert filter to flip logo colors from white-on-black to black-on-white - Added rounded corners to logo image 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Place "Connect your AI applications" content on left with MCP logo on right. Ensure consistent section widths across the page for better visual alignment. Add responsive design for mobile screens. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
dsp-ant
approved these changes
Jul 25, 2025
dsp-ant
left a comment
Member
There was a problem hiding this comment.
let's just ship it and improve from there
Member
|
Big thank you for doing this inna! Really appreciated! |
Member
|
@jonathanhefner are we okay with merging it as is and following up? |
jonathanhefner
pushed a commit
that referenced
this pull request
Jul 28, 2025
It appears that this was mistakenly left behind when the site was redesigned in #1044. The `<Card>` components containing the link information for each SDK are defined in the `docs/docs/sdk.mdx` file: https://github.com/modelcontextprotocol/modelcontextprotocol/blob/0695a49/docs/docs/sdk.mdx So the `.mdx` files under the `docs/links/sdks` directory no longer seem necessary.
jonathanhefner
added a commit
to jonathanhefner/modelcontextprotocol
that referenced
this pull request
Jul 28, 2025
Follow-up to modelcontextprotocol#1044. The schema reference page is currently generated only for the 2025-06-18 and draft versions of the spec.
jonathanhefner
added a commit
to jonathanhefner/modelcontextprotocol
that referenced
this pull request
Jul 28, 2025
These were accidentally removed in modelcontextprotocol#1044.
jonathanhefner
added a commit
to jonathanhefner/modelcontextprotocol
that referenced
this pull request
Jul 29, 2025
This was accidentally removed in modelcontextprotocol#1044 and missed in modelcontextprotocol#1074.
Member
|
Related to this change, I've noticed a Mintlify bug: search returns results for all versions unless the version picker has been loaded. Here is a demonstration: mintlify-versioned-search-bug.mp4I've reported the bug to Mintlify, but I wanted to mention it here for visibility. |
This was referenced Mar 25, 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.
1. Navigation Restructure
2. New Documentation Pages
Concepts
/docs/learn/architecture.mdx- Comprehensive architecture overview with participants, layers, and step-by-step examples/docs/learn/server-concepts.mdx- Server building blocks (Tools, Resources, Prompts) with travel planning examples/docs/learn/client-concepts.mdx- Client capabilities (Sampling, Roots, Elicitation) with flow diagramsOther
/docs/getting-started/intro.mdx- New introduction with "Choose Your Path" card navigation/docs/sdk.mdx- Dedicated page listing all 9 official SDKs/docs/tutorials/use-remote-mcp-server.mdx- Step-by-step tutorial with screenshots