Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
你可以配置认证参数,让用户使用其实际的 API key。
docs.json
"api": { "mdx": { "auth": { "method": "bearer" } } }
--- title: "Your page title" authMethod: "bearer" ---
"api": { "mdx": { "auth": { "method": "basic" } } }
--- title: "Your page title" authMethod: "basic" ---
"api": { "mdx": { "auth": { "method": "key", "name": "x-api-key" } } }
--- title: "Your page title" authMethod: "key" ---
--- title: "Your page title" authMethod: "none" ---