mirror of
https://github.com/LukeHagar/plex-mintlify-docs.git
synced 2025-12-06 04:20:40 +00:00
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"$schema": "https://mintlify.com/schema.json",
|
|
"name": "Plex API Documentation",
|
|
"openapi": "https://raw.githubusercontent.com/LukeHagar/plex-api-spec/main/plex-media-server-spec-dereferenced.yaml",
|
|
"favicon": "/favicon.svg",
|
|
"colors": {
|
|
"primary": "#219ebc",
|
|
"light": "#8ecae6",
|
|
"dark": "#219ebc"
|
|
},
|
|
"theme": "prism",
|
|
"topbarCtaButton": {
|
|
"name": "Suggest an edit",
|
|
"url": "https://github.com/LukeHagar/plex-api-spec"
|
|
},
|
|
|
|
"anchors": [
|
|
{
|
|
"name": "Community",
|
|
"icon": "discord",
|
|
"url": "https://discord.gg/CYuDKV9uK3"
|
|
}
|
|
],
|
|
|
|
"tabs": [
|
|
{
|
|
"name": "Plex API Reference",
|
|
"url": "api-reference",
|
|
"openapi": "https://raw.githubusercontent.com/LukeHagar/plex-api-spec/main/plex-media-server-spec-dereferenced.yaml"
|
|
}
|
|
],
|
|
|
|
"navigation": [
|
|
{
|
|
"group": "Getting Started",
|
|
"pages": ["Intro", "Open-API-Specification", "SDKs", "other-resources"]
|
|
}
|
|
],
|
|
"footerSocials": {
|
|
"github": "https://github.com/lukehagar",
|
|
"linkedin": "https://www.linkedin.com/in/lukehagar/"
|
|
|
|
}
|
|
}
|