55 lines
1.5 KiB
JSON
55 lines
1.5 KiB
JSON
{
|
|
"$schema": "https://mintlify.com/schema.json",
|
|
"name": "Embedchain",
|
|
"logo": {
|
|
"dark": "/logo/dark.svg",
|
|
"light": "/logo/light.svg"
|
|
},
|
|
"favicon": "/favicon.png",
|
|
"colors": {
|
|
"primary": "#12A7D3",
|
|
"light": "#81D7F7",
|
|
"dark": "#004E7A"
|
|
},
|
|
"topbarLinks": [
|
|
{
|
|
"name": "Twitter",
|
|
"url": "https://twitter.com/embedchain"
|
|
},
|
|
{
|
|
"name": "Discord",
|
|
"url": "https://discord.gg/6PzXDgEjG5"
|
|
}
|
|
],
|
|
"topbarCtaButton": {
|
|
"name": "GitHub",
|
|
"url": "https://embedchain.ai"
|
|
},
|
|
"navigation": [
|
|
{
|
|
"group": "Getting started",
|
|
"pages": ["quickstart", "introduction"]
|
|
},
|
|
{
|
|
"group": "Advanced",
|
|
"pages": ["advanced/app_types", "advanced/interface_types", "advanced/adding_data", "advanced/data_types", "advanced/query_configuration", "advanced/configuration", "advanced/testing", "advanced/vector_database", "advanced/showcase"]
|
|
},
|
|
{
|
|
"group": "Examples",
|
|
"pages": ["examples/full_stack", "examples/api_server", "examples/discord_bot", "examples/slack_bot", "examples/telegram_bot", "examples/whatsapp_bot"]
|
|
},
|
|
{
|
|
"group": "Contribution Guidelines",
|
|
"pages": ["contribution/dev", "contribution/docs"]
|
|
}
|
|
|
|
],
|
|
"footerSocials": {
|
|
"twitter": "https://twitter.com/embedchain",
|
|
"github": "https://github.com/embedchain/embedchain",
|
|
"linkedin": "https://www.linkedin.com/company/embedchain"
|
|
},
|
|
"backgroundImage": "/background.png",
|
|
"isWhiteLabeled": true
|
|
}
|