diff --git a/docs/docs.json b/docs/docs.json index 8f11677d5..c5eb8c980 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -19,11 +19,12 @@ "light": "#4cc9f0", "primary": "#2d00f7" }, + "fonts": { + "heading": { "family": "Google Sans" }, + "body": { "family": "BlinkMacSystemFont" } + }, "contextual": { - "options": [ - "copy", - "view" - ] + "options": ["copy", "view"] }, "description": "The fast, Pythonic way to build MCP servers and clients.", "errors": { @@ -149,10 +150,7 @@ { "group": "Essentials", "icon": "cube", - "pages": [ - "clients/client", - "clients/transports" - ] + "pages": ["clients/client", "clients/transports"] }, { "group": "Core Operations", @@ -178,10 +176,7 @@ { "group": "Authentication", "icon": "user-shield", - "pages": [ - "clients/auth/oauth", - "clients/auth/bearer" - ] + "pages": ["clients/auth/oauth", "clients/auth/bearer"] } ] }, @@ -235,10 +230,7 @@ { "group": "API Integration", "icon": "globe", - "pages": [ - "integrations/fastapi", - "integrations/openapi" - ] + "pages": ["integrations/fastapi", "integrations/openapi"] } ] }, @@ -473,5 +465,13 @@ "thumbnails": { "appearance": "light", "background": "/assets/brand/thumbnail-background.png" + }, + "styling": { + "codeblocks": { + "theme": { + "light": "snazzy-light", + "dark": "material-theme-palenight" + } + } } } diff --git a/docs/getting-started/welcome.mdx b/docs/getting-started/welcome.mdx index 738f5d3ca..1b8847236 100644 --- a/docs/getting-started/welcome.mdx +++ b/docs/getting-started/welcome.mdx @@ -3,7 +3,6 @@ title: "Welcome to FastMCP 2.0!" sidebarTitle: "Welcome!" description: The fast, Pythonic way to build MCP servers and clients. icon: hand-wave -mode: wide ---