mint.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  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/faq",
  59. "get-started/examples"
  60. ]
  61. },
  62. {
  63. "group": "Components",
  64. "pages": [
  65. "components/llms",
  66. "components/embedding-models",
  67. "components/vector-databases"
  68. ]
  69. },
  70. {
  71. "group": "Data sources",
  72. "pages": [
  73. "data-sources/overview",
  74. {
  75. "group": "Supported data sources",
  76. "pages": [
  77. "data-sources/csv",
  78. "data-sources/json",
  79. "data-sources/docs-site",
  80. "data-sources/docx",
  81. "data-sources/mdx",
  82. "data-sources/notion",
  83. "data-sources/pdf-file",
  84. "data-sources/qna",
  85. "data-sources/sitemap",
  86. "data-sources/text",
  87. "data-sources/web-page",
  88. "data-sources/openapi",
  89. "data-sources/youtube-video"
  90. ]
  91. },
  92. "data-sources/data-type-handling"
  93. ]
  94. },
  95. {
  96. "group": "Advanced",
  97. "pages": ["advanced/configuration"]
  98. },
  99. {
  100. "group": "REST API",
  101. "pages": [
  102. "rest-api/getting-started",
  103. "rest-api/create",
  104. "rest-api/get-all-apps",
  105. "rest-api/add-data",
  106. "rest-api/get-data",
  107. "rest-api/query",
  108. "rest-api/deploy",
  109. "rest-api/delete",
  110. "rest-api/check-status"
  111. ]
  112. },
  113. {
  114. "group": "Use Cases",
  115. "pages": [
  116. "examples/full_stack",
  117. "examples/discord_bot",
  118. "examples/slack_bot",
  119. "examples/telegram_bot",
  120. "examples/whatsapp_bot",
  121. "examples/poe_bot"
  122. ]
  123. },
  124. {
  125. "group": "Community",
  126. "pages": ["community/connect-with-us", "community/showcase"]
  127. },
  128. {
  129. "group": "Integrations",
  130. "pages": ["integration/langsmith"]
  131. },
  132. {
  133. "group": "Contribute",
  134. "pages": [
  135. "contribution/guidelines",
  136. "contribution/dev",
  137. "contribution/docs",
  138. "contribution/python",
  139. "contribution/javascript"
  140. ]
  141. },
  142. {
  143. "group": "Product",
  144. "pages": ["product/release-notes"]
  145. }
  146. ],
  147. "footerSocials": {
  148. "website": "https://embedchain.ai",
  149. "github": "https://github.com/embedchain/embedchain",
  150. "slack": "https://join.slack.com/t/embedchain/shared_invite/zt-22uwz3c46-Zg7cIh5rOBteT_xe1jwLDw",
  151. "discord": "https://discord.gg/6PzXDgEjG5",
  152. "twitter": "https://twitter.com/embedchain",
  153. "linkedin": "https://www.linkedin.com/company/embedchain"
  154. },
  155. "isWhiteLabeled": true,
  156. "analytics": {
  157. "posthog": {
  158. "apiKey": "phc_PHQDA5KwztijnSojsxJ2c1DuJd52QCzJzT2xnSGvjN2",
  159. "apiHost": "https://app.embedchain.ai/ingest"
  160. }
  161. },
  162. "feedback": {
  163. "suggestEdit": true,
  164. "raiseIssue": true,
  165. "thumbsRating": true
  166. },
  167. "search": {
  168. "prompt": "✨ Search embedchain docs..."
  169. },
  170. "api": {
  171. "baseUrl": "http://localhost:8080"
  172. }
  173. }