mint.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. {
  2. "$schema": "https://mintlify.com/schema.json",
  3. "name": "Embedchain",
  4. "logo": {
  5. "dark": "/logo/dark.svg",
  6. "light": "/logo/light.svg"
  7. },
  8. "favicon": "/favicon.png",
  9. "colors": {
  10. "primary": "#12A7D3",
  11. "light": "#81D7F7",
  12. "dark": "#004E7A"
  13. },
  14. "topbarLinks": [
  15. {
  16. "name": "Twitter",
  17. "url": "https://twitter.com/embedchain"
  18. },
  19. {
  20. "name":"Slack",
  21. "url":"https://join.slack.com/t/embedchain/shared_invite/zt-22uwz3c46-Zg7cIh5rOBteT_xe1jwLDw"
  22. },
  23. {
  24. "name": "Discord",
  25. "url": "https://discord.gg/6PzXDgEjG5"
  26. }
  27. ],
  28. "topbarCtaButton": {
  29. "name": "GitHub",
  30. "url": "https://embedchain.ai"
  31. },
  32. "navigation": [
  33. {
  34. "group": "Get started",
  35. "pages": ["get-started/quickstart", "get-started/introduction", "get-started/faq", "get-started/examples"]
  36. },
  37. {
  38. "group": "Components",
  39. "pages": ["components/llms", "components/embedding-models", "components/vector-databases"]
  40. },
  41. {
  42. "group": "Data sources",
  43. "pages": [
  44. "data-sources/overview",
  45. {
  46. "group": "Supported data sources",
  47. "pages": [
  48. "data-sources/csv",
  49. "data-sources/json",
  50. "data-sources/docs-site",
  51. "data-sources/docx",
  52. "data-sources/mdx",
  53. "data-sources/notion",
  54. "data-sources/pdf-file",
  55. "data-sources/qna",
  56. "data-sources/sitemap",
  57. "data-sources/text",
  58. "data-sources/web-page",
  59. "data-sources/openapi",
  60. "data-sources/youtube-video"
  61. ]
  62. },
  63. "data-sources/data-type-handling"
  64. ]
  65. },
  66. {
  67. "group": "Advanced",
  68. "pages": ["advanced/configuration"]
  69. },
  70. {
  71. "group": "Examples",
  72. "pages": ["examples/full_stack", "examples/api_server", "examples/discord_bot", "examples/slack_bot", "examples/telegram_bot", "examples/whatsapp_bot", "examples/poe_bot"]
  73. },
  74. {
  75. "group": "Pipelines",
  76. "pages": ["pipelines/quickstart"]
  77. },
  78. {
  79. "group": "Community",
  80. "pages": [
  81. "community/connect-with-us",
  82. "community/showcase"
  83. ]
  84. },
  85. {
  86. "group": "Integrations",
  87. "pages": ["integration/langsmith"]
  88. },
  89. {
  90. "group": "Contribute",
  91. "pages": [
  92. "contribution/guidelines",
  93. "contribution/dev",
  94. "contribution/docs",
  95. "contribution/python",
  96. "contribution/javascript"
  97. ]
  98. },
  99. {
  100. "group": "Product",
  101. "pages": [
  102. "product/release-notes"
  103. ]
  104. }
  105. ],
  106. "footerSocials": {
  107. "website": "https://embedchain.ai",
  108. "github": "https://github.com/embedchain/embedchain",
  109. "slack":"https://join.slack.com/t/embedchain/shared_invite/zt-22uwz3c46-Zg7cIh5rOBteT_xe1jwLDw",
  110. "discord": "https://discord.gg/6PzXDgEjG5",
  111. "twitter": "https://twitter.com/embedchain",
  112. "linkedin": "https://www.linkedin.com/company/embedchain"
  113. },
  114. "backgroundImage": "/background.png",
  115. "isWhiteLabeled": true,
  116. "feedback.thumbsRating": true
  117. }