mirror of
https://github.com/LukeHagar/plex-mintlify-docs.git
synced 2025-12-06 04:20:40 +00:00
re-formatted mint.json
This commit is contained in:
46
mint.json
46
mint.json
@@ -1 +1,45 @@
|
||||
{"$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":"/openapi-with-code-samples.json","tabs":[{"name":"Plex API Reference","openapi":"https://raw.githubusercontent.com/LukeHagar/plex-api-spec/main/plex-media-server-spec-dereferenced.yaml","url":"api-reference"}],"theme":"prism","topbarCtaButton":{"name":"Suggest an edit","url":"https://github.com/LukeHagar/plex-api-spec"}}
|
||||
{
|
||||
"$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": "/openapi-with-code-samples.json",
|
||||
"tabs": [
|
||||
{
|
||||
"name": "Plex API Reference",
|
||||
"openapi": "https://raw.githubusercontent.com/LukeHagar/plex-api-spec/main/plex-media-server-spec-dereferenced.yaml",
|
||||
"url": "api-reference"
|
||||
}
|
||||
],
|
||||
"theme": "prism",
|
||||
"topbarCtaButton": {
|
||||
"name": "Suggest an edit",
|
||||
"url": "https://github.com/LukeHagar/plex-api-spec"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user