From 8b25f3f78cefb72d35e7d5c3bd3fc1a0351dfdda Mon Sep 17 00:00:00 2001 From: Luke Hagar Date: Mon, 1 Jul 2024 15:51:45 +0000 Subject: [PATCH] re-formatted mint.json --- mint.json | 46 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/mint.json b/mint.json index 0163bba..ec774f7 100644 --- a/mint.json +++ b/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"}} \ No newline at end of file +{ + "$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