Documentation Index
Fetch the complete documentation index at: https://omer-914cc1c6.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
你可以在 docs.json 中添加一种认证方式,将其全局应用于每个页面;也可以按页面单独设置。
当同时存在全局与页面级设置时,页面的认证方式会覆盖全局设置。
"api": {
"mdx": {
"auth": {
"method": "bearer"
}
}
}
"api": {
"mdx": {
"auth": {
"method": "basic"
}
}
}
"api": {
"mdx": {
"auth": {
"method": "key",
"name": "x-api-key"
}
}
}
在 docs.json 中设置默认值后,可通过将认证方式设为 “none” 来为特定端点禁用认证。
---
title: "Your page title"
authMethod: "none"
---