Files
plex-mintlify-docs/mint.json

45 lines
1.0 KiB
JSON

{
"$schema": "https://mintlify.com/schema.json",
"anchors": [
{
"icon": "discord",
"name": "Community",
"url": "https://discord.gg/CYuDKV9uK3"
}
],
"colors": {
"dark": "#219ebc",
"light": "#8ecae6",
"primary": "#219ebc"
},
"favicon": "/favicon.svg",
"footerSocials": {
"github": "https://github.com/lukehagar",
"linkedin": "https://www.linkedin.com/in/lukehagar/"
},
"name": "Plex API Documentation",
"navigation": [
{
"group": "Getting Started",
"pages": [
"Intro",
"Open-API-Specification",
"SDKs",
"other-resources"
]
}
],
"openapi": "https://spec.speakeasy.com/plexapi/plexapi/merge-code-samples-into-spec-with-code-samples",
"tabs": [
{
"name": "Plex API Reference",
"openapi": "/openapi-with-code-samples.yaml",
"url": "api-reference"
}
],
"theme": "prism",
"topbarCtaButton": {
"name": "Suggest an edit",
"url": "https://github.com/LukeHagar/plex-api-spec"
}
}