Documentation
Set up your documentation
You can set authentication parameters to let users use their real API keys.
"api": { "mdx": { "auth": { "method": "bearer" } } }
"api": { "mdx": { "auth": { "method": "basic" } } }
"api": { "mdx": { "auth": { "method": "key", "name": "x-api-key" } } }
--- title: "Your page title" authMethod: "none" ---
Was this page helpful?