mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 15:19:10 +02:00
Simplify docs nav
This commit is contained in:
parent
337c2f8db5
commit
e245155bc5
9 changed files with 20 additions and 40 deletions
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
mode: center
|
||||
icon: "list-check"
|
||||
---
|
||||
|
||||
<Update label="v2.8.0" description="2024-06-10">
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
title: "FastMCP Updates"
|
||||
sidebarTitle: "Updates"
|
||||
icon: "sparkles"
|
||||
tag: "New!"
|
||||
tag: NEW
|
||||
---
|
||||
|
||||
<Update label="FastMCP 2.8" description="June 11, 2025" tags={["Releases", "Blog Posts"]}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue