Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
112 changes: 56 additions & 56 deletions docs.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,36 @@
{
"$schema": "https://mintlify.com/docs.json",
"theme": "almond",
"$schema": "https://mintlify.com/docs.json",
"name": "Mintlify",
"colors": {
"primary": "#166E3F",
"light": "#26BD6C",
"dark": "#166E3F"
},
"logo": {
"light": "/logo/light.svg",
"dark": "/logo/dark.svg",
"href": "https://mintlify.com/docs"
},
"favicon": "/favicon.ico",
"icons": {
"library": "lucide"
"api": {
"mdx": {
"auth": {
"method": "bearer"
}
}
},
"navbar": {
"primary": {
"type": "button",
"label": "Get started",
"href": "https://mintlify.com/start"
}
},
"navigation": {
"languages": [
{
"language": "en",
"tabs": [
{
"tab": "Documentation",
Expand Down Expand Up @@ -310,10 +327,10 @@
}
]
}
],
"language": "en"
]
},
{
"language": "fr",
"tabs": [
{
"tab": "Documentation",
Expand Down Expand Up @@ -610,10 +627,10 @@
}
]
}
],
"language": "fr"
]
},
{
"language": "es",
"tabs": [
{
"tab": "Documentación",
Expand Down Expand Up @@ -649,7 +666,7 @@
"es/customize/custom-scripts",
"es/customize/react-components",
{
"group": "Acceso al dashboard",
"group": "Acceso al panel",
"pages": [
"es/dashboard/sso",
"es/dashboard/permissions",
Expand Down Expand Up @@ -724,7 +741,7 @@
]
},
{
"group": "Implementar",
"group": "Desplegar",
"icon": "boxes",
"pages": [
"es/deploy/deployments",
Expand Down Expand Up @@ -752,7 +769,7 @@
"icon": "wrench",
"pages": [
{
"group": "IA",
"group": "AI",
"pages": [
"es/ai/assistant",
"es/ai/agent",
Expand All @@ -763,7 +780,7 @@
]
},
{
"group": "Analytics",
"group": "Analíticas",
"pages": [
"es/analytics/overview",
"es/analytics/feedback",
Expand All @@ -776,7 +793,7 @@
"group": "Integraciones",
"pages": [
{
"group": "Analytics",
"group": "Analíticas",
"pages": [
"es/integrations/analytics/overview",
"es/integrations/analytics/amplitude",
Expand All @@ -797,7 +814,7 @@
]
},
{
"group": "SDK",
"group": "SDKs",
"pages": [
"es/integrations/sdks/speakeasy",
"es/integrations/sdks/stainless"
Expand Down Expand Up @@ -828,7 +845,7 @@
"tab": "Guías",
"groups": [
{
"group": "IA",
"group": "AI",
"icon": "bot",
"pages": [
"es/guides/geo",
Expand All @@ -838,14 +855,14 @@
]
},
{
"group": "Documentación de la API",
"group": "Documentación de API",
"icon": "file-json",
"pages": [
"es/guides/migrating-from-mdx"
]
},
{
"group": "Analytics",
"group": "Analíticas",
"icon": "chart-line",
"pages": [
"es/guides/improving-docs"
Expand All @@ -862,17 +879,17 @@
]
},
{
"tab": "Referencia de la API",
"tab": "Referencia de API",
"groups": [
{
"group": "Referencia de la API",
"group": "Referencia de API",
"icon": "file-json",
"pages": [
"es/api/introduction"
]
},
{
"group": "Administrador",
"group": "Admin",
"icon": "activity",
"pages": [
"es/api/update/trigger",
Expand All @@ -889,7 +906,7 @@
]
},
{
"group": "assistant",
"group": "Asistente",
"icon": "bot-message-square",
"pages": [
"es/api/assistant/create-assistant-message",
Expand All @@ -899,21 +916,21 @@
]
},
{
"tab": "Cambios",
"tab": "Registro de cambios",
"groups": [
{
"group": "Cambios",
"group": "Registro de cambios",
"icon": "calendar",
"pages": [
"es/changelog"
]
}
]
}
],
"language": "es"
]
},
{
"language": "zh",
"tabs": [
{
"tab": "文档",
Expand Down Expand Up @@ -1210,30 +1227,10 @@
}
]
}
],
"language": "zh"
]
}
]
},
"logo": {
"light": "/logo/light.svg",
"dark": "/logo/dark.svg",
"href": "https://mintlify.com/docs"
},
"api": {
"mdx": {
"auth": {
"method": "bearer"
}
}
},
"navbar": {
"primary": {
"type": "button",
"label": "Get started",
"href": "https://mintlify.com/start"
}
},
"footer": {
"socials": {
"x": "https://x.com/mintlify",
Expand Down Expand Up @@ -1315,17 +1312,8 @@
}
]
},
"thumbnails": {
"background": "/images/thumbnail/background.svg"
},
"contextual": {
"options": [
"copy",
"chatgpt",
"claude",
"cursor",
"vscode"
]
"icons": {
"library": "lucide"
},
"redirects": [
{
Expand Down Expand Up @@ -1688,5 +1676,17 @@
"koala": {
"publicApiKey": "pk_76a6caa274e800f3ceff0b2bc6b9b9d82ab8"
}
},
"contextual": {
"options": [
"copy",
"chatgpt",
"claude",
"cursor",
"vscode"
]
},
"thumbnails": {
"background": "/images/thumbnail/background.svg"
}
}
Loading