mint.json 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  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. ]
  94. },
  95. "data-sources/data-type-handling"
  96. ]
  97. },
  98. {
  99. "group": "Advanced",
  100. "pages": ["advanced/configuration"]
  101. },
  102. {
  103. "group": "REST API",
  104. "pages": [
  105. "rest-api/getting-started",
  106. "rest-api/create",
  107. "rest-api/get-all-apps",
  108. "rest-api/add-data",
  109. "rest-api/get-data",
  110. "rest-api/query",
  111. "rest-api/deploy",
  112. "rest-api/delete",
  113. "rest-api/check-status"
  114. ]
  115. },
  116. {
  117. "group": "Use Cases",
  118. "pages": [
  119. "examples/full_stack",
  120. "examples/discord_bot",
  121. "examples/slack_bot",
  122. "examples/telegram_bot",
  123. "examples/whatsapp_bot",
  124. "examples/poe_bot"
  125. ]
  126. },
  127. {
  128. "group": "Community",
  129. "pages": ["community/connect-with-us", "community/showcase"]
  130. },
  131. {
  132. "group": "Integrations",
  133. "pages": ["integration/langsmith"]
  134. },
  135. {
  136. "group": "Contribute",
  137. "pages": [
  138. "contribution/guidelines",
  139. "contribution/dev",
  140. "contribution/docs",
  141. "contribution/python",
  142. "contribution/javascript"
  143. ]
  144. },
  145. {
  146. "group": "Product",
  147. "pages": ["product/release-notes"]
  148. }
  149. ],
  150. "footerSocials": {
  151. "website": "https://embedchain.ai",
  152. "github": "https://github.com/embedchain/embedchain",
  153. "slack": "https://join.slack.com/t/embedchain/shared_invite/zt-22uwz3c46-Zg7cIh5rOBteT_xe1jwLDw",
  154. "discord": "https://discord.gg/6PzXDgEjG5",
  155. "twitter": "https://twitter.com/embedchain",
  156. "linkedin": "https://www.linkedin.com/company/embedchain"
  157. },
  158. "isWhiteLabeled": true,
  159. "analytics": {
  160. "posthog": {
  161. "apiKey": "phc_PHQDA5KwztijnSojsxJ2c1DuJd52QCzJzT2xnSGvjN2",
  162. "apiHost": "https://app.embedchain.ai/ingest"
  163. }
  164. },
  165. "feedback": {
  166. "suggestEdit": true,
  167. "raiseIssue": true,
  168. "thumbsRating": true
  169. },
  170. "search": {
  171. "prompt": "✨ Search embedchain docs..."
  172. },
  173. "api": {
  174. "baseUrl": "http://localhost:8080"
  175. }
  176. }