mint.json 4.1 KB

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