mint.json 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. {
  2. "$schema": "https://mintlify.com/schema.json",
  3. "name": "Embedchain",
  4. "logo": {
  5. "dark": "/logo/dark.svg",
  6. "light": "/logo/light.svg",
  7. "href": "https://embedchain.ai/"
  8. },
  9. "favicon": "/favicon.png",
  10. "colors": {
  11. "primary": "#3B2FC9",
  12. "light": "#6673FF",
  13. "dark": "#3B2FC9",
  14. "background": {
  15. "dark": "#0f1117",
  16. "light": "#fff"
  17. }
  18. },
  19. "modeToggle": {
  20. "default": "dark"
  21. },
  22. "openapi": ["/rest-api.json"],
  23. "metadata": {
  24. "og:image": "/images/og.png",
  25. "twitter:site": "@embedchain"
  26. },
  27. "anchors": [
  28. {
  29. "name": "Embedchain Platform",
  30. "icon": "tv",
  31. "url": "https://app.embedchain.ai/"
  32. },
  33. {
  34. "name": "Join our slack",
  35. "icon": "slack",
  36. "url": "https://join.slack.com/t/embedchain/shared_invite/zt-22uwz3c46-Zg7cIh5rOBteT_xe1jwLDw"
  37. }
  38. ],
  39. "topbarLinks": [
  40. {
  41. "name": "Create account",
  42. "url": "https://app.embedchain.ai/login/"
  43. }
  44. ],
  45. "topbarCtaButton": {
  46. "name": "Get started",
  47. "url": "https://app.embedchain.ai"
  48. },
  49. "primaryTab": {
  50. "name": "Docs"
  51. },
  52. "navigation": [
  53. {
  54. "group": "Get started",
  55. "pages": [
  56. "get-started/quickstart",
  57. "get-started/introduction",
  58. "get-started/openai-assistant",
  59. "get-started/faq",
  60. "get-started/examples"
  61. ]
  62. },
  63. {
  64. "group": "Components",
  65. "pages": [
  66. "components/llms",
  67. "components/embedding-models",
  68. "components/vector-databases"
  69. ]
  70. },
  71. {
  72. "group": "Data sources",
  73. "pages": [
  74. "data-sources/overview",
  75. {
  76. "group": "Supported data sources",
  77. "pages": [
  78. "data-sources/csv",
  79. "data-sources/json",
  80. "data-sources/docs-site",
  81. "data-sources/docx",
  82. "data-sources/mdx",
  83. "data-sources/notion",
  84. "data-sources/pdf-file",
  85. "data-sources/qna",
  86. "data-sources/sitemap",
  87. "data-sources/text",
  88. "data-sources/web-page",
  89. "data-sources/openapi",
  90. "data-sources/youtube-video",
  91. "data-sources/discourse",
  92. "data-sources/substack",
  93. "data-sources/discord"
  94. ]
  95. },
  96. "data-sources/data-type-handling"
  97. ]
  98. },
  99. {
  100. "group": "Advanced",
  101. "pages": ["advanced/configuration"]
  102. },
  103. {
  104. "group": "REST API",
  105. "pages": [
  106. "rest-api/getting-started",
  107. "rest-api/create",
  108. "rest-api/get-all-apps",
  109. "rest-api/add-data",
  110. "rest-api/get-data",
  111. "rest-api/query",
  112. "rest-api/deploy",
  113. "rest-api/delete",
  114. "rest-api/check-status"
  115. ]
  116. },
  117. {
  118. "group": "Use Cases",
  119. "pages": [
  120. "examples/full_stack",
  121. "examples/discord_bot",
  122. "examples/slack_bot",
  123. "examples/telegram_bot",
  124. "examples/whatsapp_bot",
  125. "examples/poe_bot"
  126. ]
  127. },
  128. {
  129. "group": "Community",
  130. "pages": ["community/connect-with-us", "community/showcase"]
  131. },
  132. {
  133. "group": "Integrations",
  134. "pages": ["integration/langsmith"]
  135. },
  136. {
  137. "group": "Contribute",
  138. "pages": [
  139. "contribution/guidelines",
  140. "contribution/dev",
  141. "contribution/docs",
  142. "contribution/python",
  143. "contribution/javascript"
  144. ]
  145. },
  146. {
  147. "group": "Product",
  148. "pages": ["product/release-notes"]
  149. }
  150. ],
  151. "footerSocials": {
  152. "website": "https://embedchain.ai",
  153. "github": "https://github.com/embedchain/embedchain",
  154. "slack": "https://join.slack.com/t/embedchain/shared_invite/zt-22uwz3c46-Zg7cIh5rOBteT_xe1jwLDw",
  155. "discord": "https://discord.gg/6PzXDgEjG5",
  156. "twitter": "https://twitter.com/embedchain",
  157. "linkedin": "https://www.linkedin.com/company/embedchain"
  158. },
  159. "isWhiteLabeled": true,
  160. "analytics": {
  161. "posthog": {
  162. "apiKey": "phc_PHQDA5KwztijnSojsxJ2c1DuJd52QCzJzT2xnSGvjN2",
  163. "apiHost": "https://app.embedchain.ai/ingest"
  164. }
  165. },
  166. "feedback": {
  167. "suggestEdit": true,
  168. "raiseIssue": true,
  169. "thumbsRating": true
  170. },
  171. "search": {
  172. "prompt": "✨ Search embedchain docs..."
  173. },
  174. "api": {
  175. "baseUrl": "http://localhost:8080"
  176. }
  177. }