From 3a3ceafdb4e5d607d77d44eb87e67ccfaadeaa9e Mon Sep 17 00:00:00 2001 From: speakeasy-bot Date: Mon, 1 Jul 2024 15:42:54 +0000 Subject: [PATCH] Update openapi file in mint.json --- mint.json | 45 +-------------------------------------------- 1 file changed, 1 insertion(+), 44 deletions(-) diff --git a/mint.json b/mint.json index 4790e8d..0163bba 100644 --- a/mint.json +++ b/mint.json @@ -1,44 +1 @@ -{ - "$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/" - - } -} +{"$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"}} \ No newline at end of file