diff --git a/docs/changelog.mdx b/docs/changelog.mdx index d99e49e83..284b86344 100644 --- a/docs/changelog.mdx +++ b/docs/changelog.mdx @@ -1,5 +1,5 @@ --- -mode: center +icon: "list-check" --- diff --git a/docs/clients/auth/bearer.mdx b/docs/clients/auth/bearer.mdx index edc41e32d..478e1a957 100644 --- a/docs/clients/auth/bearer.mdx +++ b/docs/clients/auth/bearer.mdx @@ -3,7 +3,7 @@ title: Bearer Token Authentication sidebarTitle: Bearer Auth description: Authenticate your FastMCP client with a Bearer token. icon: key -tag: "New!" +tag: NEW --- import { VersionBadge } from "/snippets/version-badge.mdx" diff --git a/docs/clients/auth/oauth.mdx b/docs/clients/auth/oauth.mdx index e9d2e5a29..31b7fbdf4 100644 --- a/docs/clients/auth/oauth.mdx +++ b/docs/clients/auth/oauth.mdx @@ -3,7 +3,7 @@ title: OAuth Authentication sidebarTitle: OAuth description: Authenticate your FastMCP client via OAuth 2.1. icon: window -tag: "New!" +tag: NEW --- import { VersionBadge } from "/snippets/version-badge.mdx" diff --git a/docs/docs.json b/docs/docs.json index 2f5933cc1..3f17a0342 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -53,10 +53,13 @@ "pages": [ "getting-started/welcome", "getting-started/installation", - "getting-started/quickstart", - "updates" + "getting-started/quickstart" ] }, + { + "group": "What's New", + "pages": ["updates", "changelog"] + }, { "group": "Servers", "pages": [ @@ -74,9 +77,7 @@ { "group": "Authentication", "icon": "shield-check", - "pages": [ - "servers/auth/bearer" - ] + "pages": ["servers/auth/bearer"] }, "servers/middleware", "servers/openapi", @@ -85,10 +86,7 @@ { "group": "Deployment", "icon": "upload", - "pages": [ - "deployment/running-server", - "deployment/asgi" - ] + "pages": ["deployment/running-server", "deployment/asgi"] } ] }, @@ -100,10 +98,7 @@ { "group": "Authentication", "icon": "user-shield", - "pages": [ - "clients/auth/oauth", - "clients/auth/bearer" - ] + "pages": ["clients/auth/oauth", "clients/auth/bearer"] }, "clients/advanced-features" ] @@ -127,15 +122,9 @@ "patterns/testing", "patterns/cli" ] - } - ], - "icon": "book" - }, - { - "anchor": "Tutorials", - "groups": [ + }, { - "group": "MCP", + "group": "Tutorials", "pages": [ "tutorials/mcp", "tutorials/create-mcp-server", @@ -143,21 +132,12 @@ ] } ], - "icon": "graduation-cap" - }, - { - "anchor": "Changelog", - "icon": "list-check", - "pages": [ - "changelog" - ] + "icon": "book" }, { "anchor": "Community", "icon": "users", - "pages": [ - "community/showcase" - ] + "pages": ["community/showcase"] }, { "anchor": "SDK Reference", diff --git a/docs/integrations/anthropic.mdx b/docs/integrations/anthropic.mdx index c5cdaea69..e9ebe8601 100644 --- a/docs/integrations/anthropic.mdx +++ b/docs/integrations/anthropic.mdx @@ -3,7 +3,7 @@ title: Anthropic API + FastMCP sidebarTitle: Anthropic API description: Call FastMCP servers from the Anthropic API icon: message-smile -tag: "New!" +tag: NEW --- import { VersionBadge } from "/snippets/version-badge.mdx" diff --git a/docs/integrations/gemini.mdx b/docs/integrations/gemini.mdx index 1959e8fa3..ab9e68ce0 100644 --- a/docs/integrations/gemini.mdx +++ b/docs/integrations/gemini.mdx @@ -3,7 +3,7 @@ title: Gemini SDK + FastMCP sidebarTitle: Gemini SDK description: Call FastMCP servers from the Google Gemini SDK icon: message-smile -tag: "New!" +tag: NEW --- import { VersionBadge } from "/snippets/version-badge.mdx" diff --git a/docs/integrations/openai.mdx b/docs/integrations/openai.mdx index b68ebcc18..ba0d00941 100644 --- a/docs/integrations/openai.mdx +++ b/docs/integrations/openai.mdx @@ -3,7 +3,7 @@ title: OpenAI API + FastMCP sidebarTitle: OpenAI API description: Call FastMCP servers from the OpenAI API icon: message-smile -tag: "New!" +tag: NEW --- import { VersionBadge } from "/snippets/version-badge.mdx" diff --git a/docs/servers/auth/bearer.mdx b/docs/servers/auth/bearer.mdx index 257238bc1..900bebe5a 100644 --- a/docs/servers/auth/bearer.mdx +++ b/docs/servers/auth/bearer.mdx @@ -3,7 +3,7 @@ title: Bearer Token Authentication sidebarTitle: Bearer Auth description: Secure your FastMCP server's HTTP endpoints by validating JWT Bearer tokens. icon: key -tag: "New!" +tag: NEW --- import { VersionBadge } from "/snippets/version-badge.mdx" diff --git a/docs/updates.mdx b/docs/updates.mdx index 28d25ccb7..27f7afb39 100644 --- a/docs/updates.mdx +++ b/docs/updates.mdx @@ -2,7 +2,7 @@ title: "FastMCP Updates" sidebarTitle: "Updates" icon: "sparkles" -tag: "New!" +tag: NEW ---