Update mint.json

This commit is contained in:
Luke Hagar
2024-06-20 15:02:46 -05:00
parent ffd9341941
commit 97f4d54159

View File

@@ -1,15 +1,15 @@
{
"$schema": "https://mintlify.com/schema.json",
"name": "Plex Developer Documentation",
"name": "Plex API Documentation",
"openapi": ["./plex-spec.yaml"],
"favicon": "/favicon.svg",
"colors": {
"primary": "#0D9373",
"light": "#07C983",
"dark": "#0D9373",
"primary": "#03045e",
"light": "#0077b6",
"dark": "#00b4d8",
"anchors": {
"from": "#0D9373",
"to": "#07C983"
"from": "#90e0ef",
"to": "#caf0f8"
}
},