137 lines
3.3 KiB
JSON
137 lines
3.3 KiB
JSON
{
|
|
"$schema": "https://mintlify.com/schema.json",
|
|
"name": "Embedchain",
|
|
"logo": {
|
|
"dark": "/logo/dark.svg",
|
|
"light": "/logo/light.svg"
|
|
},
|
|
"favicon": "/favicon.png",
|
|
"colors": {
|
|
"primary": "#2B48EE",
|
|
"light": "#2B48EE",
|
|
"dark": "#2B48EE",
|
|
"background": {
|
|
"dark": "#020415"
|
|
}
|
|
},
|
|
"metadata": {
|
|
"og:image": "/og.png",
|
|
"twitter:site": "@embedchain"
|
|
},
|
|
"topAnchor": {
|
|
"name": "Documentation",
|
|
"icon": "book-open"
|
|
},
|
|
"topbarLinks": [
|
|
{
|
|
"name": "Twitter",
|
|
"url": "https://twitter.com/embedchain"
|
|
},
|
|
{
|
|
"name":"Slack",
|
|
"url":"https://join.slack.com/t/embedchain/shared_invite/zt-22uwz3c46-Zg7cIh5rOBteT_xe1jwLDw"
|
|
},
|
|
{
|
|
"name": "Discord",
|
|
"url": "https://discord.gg/6PzXDgEjG5"
|
|
}
|
|
],
|
|
"topbarCtaButton": {
|
|
"name": "Get started",
|
|
"url": "https://app.embedchain.ai"
|
|
},
|
|
"primaryTab": {
|
|
"name": "Docs"
|
|
},
|
|
"navigation": [
|
|
{
|
|
"group": "Get started",
|
|
"pages": ["get-started/quickstart", "get-started/introduction", "get-started/faq", "get-started/examples"]
|
|
},
|
|
{
|
|
"group": "Components",
|
|
"pages": ["components/llms", "components/embedding-models", "components/vector-databases"]
|
|
},
|
|
{
|
|
"group": "Data sources",
|
|
"pages": [
|
|
"data-sources/overview",
|
|
{
|
|
"group": "Supported data sources",
|
|
"pages": [
|
|
"data-sources/csv",
|
|
"data-sources/json",
|
|
"data-sources/docs-site",
|
|
"data-sources/docx",
|
|
"data-sources/mdx",
|
|
"data-sources/notion",
|
|
"data-sources/pdf-file",
|
|
"data-sources/qna",
|
|
"data-sources/sitemap",
|
|
"data-sources/text",
|
|
"data-sources/web-page",
|
|
"data-sources/openapi",
|
|
"data-sources/youtube-video"
|
|
]
|
|
},
|
|
"data-sources/data-type-handling"
|
|
]
|
|
},
|
|
{
|
|
"group": "Advanced",
|
|
"pages": ["advanced/configuration"]
|
|
},
|
|
{
|
|
"group": "Examples",
|
|
"pages": ["examples/full_stack", "examples/api_server", "examples/discord_bot", "examples/slack_bot", "examples/telegram_bot", "examples/whatsapp_bot", "examples/poe_bot"]
|
|
},
|
|
{
|
|
"group": "Community",
|
|
"pages": [
|
|
"community/connect-with-us",
|
|
"community/showcase"
|
|
]
|
|
},
|
|
{
|
|
"group": "Integrations",
|
|
"pages": ["integration/langsmith"]
|
|
},
|
|
{
|
|
"group": "Contribute",
|
|
"pages": [
|
|
"contribution/guidelines",
|
|
"contribution/dev",
|
|
"contribution/docs",
|
|
"contribution/python",
|
|
"contribution/javascript"
|
|
]
|
|
},
|
|
{
|
|
"group": "Product",
|
|
"pages": [
|
|
"product/release-notes"
|
|
]
|
|
}
|
|
|
|
],
|
|
|
|
"footerSocials": {
|
|
"website": "https://embedchain.ai",
|
|
"github": "https://github.com/embedchain/embedchain",
|
|
"slack":"https://join.slack.com/t/embedchain/shared_invite/zt-22uwz3c46-Zg7cIh5rOBteT_xe1jwLDw",
|
|
"discord": "https://discord.gg/6PzXDgEjG5",
|
|
"twitter": "https://twitter.com/embedchain",
|
|
"linkedin": "https://www.linkedin.com/company/embedchain"
|
|
},
|
|
"backgroundImage": "/background.png",
|
|
"isWhiteLabeled": true,
|
|
"feedback": {
|
|
"suggestEdit": true,
|
|
"raiseIssue": true,
|
|
"thumbsRating": true
|
|
},
|
|
"search": {
|
|
"prompt": "✨ Search embedchain docs..."
|
|
}
|
|
}
|