chore(merge): merge from git

This commit is contained in:
dvelo 2025-03-01 13:01:03 -06:00
commit 54d63c4084

@ -1,102 +1,96 @@
{ {
"$schema": "https://mintlify.com/docs.json", "$schema": "https://mintlify.com/docs.json",
"theme": "mint", "theme": "mint",
"name": "Mint Starter Kit", "name": "Mint Starter Kit",
"colors": { "colors": {
"primary": "#16A34A", "primary": "#16A34A",
"light": "#07C983", "light": "#07C983",
"dark": "#15803D" "dark": "#15803D"
}, },
"favicon": "/favicon.svg", "favicon": "/favicon.svg",
"navigation": { "navigation": {
"tabs": [ "tabs": [
{ {
"tab": "Guides", "tab": "Guides",
"groups": [ "groups": [
{ {
"group": "Get Started", "group": "Get Started",
"pages": [ "pages": ["introduction", "quickstart", "development"]
"introduction", },
"quickstart", {
"development" "group": "Essentials",
] "pages": [
}, "essentials/markdown",
{ "essentials/code",
"group": "Essentials", "essentials/images",
"pages": [ "essentials/settings",
"essentials/markdown", "essentials/navigation",
"essentials/code", "essentials/reusable-snippets"
"essentials/images", ]
"essentials/settings", }
"essentials/navigation", ]
"essentials/reusable-snippets" },
] {
} "tab": "API Reference",
] "groups": [
}, {
{ "group": "API Documentation",
"tab": "API Reference", "pages": ["api-reference/introduction"]
"groups": [ },
{ {
"group": "API Documentation", "group": "Endpoint Examples",
"pages": [ "pages": [
"api-reference/introduction" "api-reference/endpoint/get",
] "api-reference/endpoint/create",
}, "api-reference/endpoint/delete",
{ "api-reference/endpoint/webhook"
"group": "Endpoint Examples", ]
"pages": [ }
"api-reference/endpoint/get", ]
"api-reference/endpoint/create", }
"api-reference/endpoint/delete", ],
"api-reference/endpoint/webhook" "global": {
] "anchors": [
} {
] "anchor": "Documentation",
} "href": "https://mintlify.com/docs",
], "icon": "book-open-cover"
"global": { },
"anchors": [ {
{ "anchor": "Community",
"anchor": "Documentation", "href": "https://mintlify.com/community",
"href": "https://mintlify.com/docs", "icon": "slack"
"icon": "book-open-cover" },
}, {
{ "anchor": "Blog",
"anchor": "Community", "href": "https://mintlify.com/blog",
"href": "https://mintlify.com/community", "icon": "newspaper"
"icon": "slack" }
}, ]
{ }
"anchor": "Blog", },
"href": "https://mintlify.com/blog", "logo": {
"icon": "newspaper" "light": "/logo/light.svg",
} "dark": "/logo/dark.svg"
] },
} "navbar": {
}, "links": [
"logo": { {
"light": "/logo/light.svg", "label": "Support",
"dark": "/logo/dark.svg" "href": "mailto:hi@mintlify.com"
}, }
"navbar": { ],
"links": [ "primary": {
{ "type": "button",
"label": "Support", "label": "Dashboard",
"href": "mailto:hi@mintlify.com" "href": "https://dashboard.mintlify.com"
} }
], },
"primary": { "footer": {
"type": "button", "socials": {
"label": "Dashboard", "x": "https://x.com/mintlify",
"href": "https://dashboard.mintlify.com" "github": "https://github.com/mintlify",
} "linkedin": "https://linkedin.com/company/mintlify"
}, }
"footer": { }
"socials": { }
"x": "https://x.com/mintlify",
"github": "https://github.com/mintlify",
"linkedin": "https://linkedin.com/company/mintlify"
}
}
}