123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- {
- "$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"
- },
- {
- "name":"Slack",
- "url":"https://join.slack.com/t/embedchain/shared_invite/zt-22uwz3c46-Zg7cIh5rOBteT_xe1jwLDw"
- }
- ],
- "topbarCtaButton": {
- "name": "GitHub",
- "url": "https://embedchain.ai"
- },
- "navigation": [
- {
- "group": "Get started",
- "pages": ["get-start/quickstart", "get-start/introduction", "get-start/faq"]
- },
- {
- "group": "Advanced",
- "pages": ["advanced/app_types", "advanced/interface_types", "advanced/query_configuration", "advanced/configuration", "advanced/testing", "advanced/vector_database"]
- },
- {
- "group": "Data Sources",
- "pages": [
- "data-sources/how-to-add-data",
- "data-sources/data-type-handling",
- {
- "group": "Supported Data Sources",
- "pages": [
- "data-sources/csv",
- "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/youtube-video"
- ]
- },
- "data-sources/request-new-format"
- ]
- },
- {
- "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": "Integration",
- "pages": ["integration/langsmith"]
- },
- {
- "group": "Contribute",
- "pages": [
- "contribution/guidelines",
- "contribution/dev",
- "contribution/docs",
- "contribution/python",
- "contribution/javascript"
- ]
- },
- {
- "group": "Product",
- "pages": [
- "product/release-notes"
- ]
- }
- ],
- "footerSocials": {
- "twitter": "https://twitter.com/embedchain",
- "github": "https://github.com/embedchain/embedchain",
- "linkedin": "https://www.linkedin.com/company/embedchain",
- "website": "https://embedchain.ai",
- "slack":"https://join.slack.com/t/embedchain/shared_invite/zt-22uwz3c46-Zg7cIh5rOBteT_xe1jwLDw"
- },
- "backgroundImage": "/background.png",
- "isWhiteLabeled": true
- }
|