mint.json 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  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://github.com/embedchain/embedchain"
  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": [
  23. "/rest-api.json"
  24. ],
  25. "metadata": {
  26. "og:image": "/images/og.png",
  27. "twitter:site": "@embedchain"
  28. },
  29. "tabs": [
  30. {
  31. "name": "Examples",
  32. "url": "examples"
  33. },
  34. {
  35. "name": "API Reference",
  36. "url": "api-reference"
  37. }
  38. ],
  39. "anchors": [
  40. {
  41. "name": "Talk to founders",
  42. "icon": "calendar",
  43. "url": "https://cal.com/taranjeetio/ec"
  44. },
  45. {
  46. "name": "Join our slack",
  47. "icon": "slack",
  48. "url": "https://join.slack.com/t/embedchain/shared_invite/zt-22uwz3c46-Zg7cIh5rOBteT_xe1jwLDw"
  49. },
  50. {
  51. "name": "Join our discord",
  52. "icon": "discord",
  53. "url": "https://discord.gg/CUU9FPhRNt"
  54. }
  55. ],
  56. "topbarLinks": [
  57. {
  58. "name": "GitHub",
  59. "url": "https://github.com/embedchain/embedchain"
  60. }
  61. ],
  62. "topbarCtaButton": {
  63. "name": "Join our slack",
  64. "url": "https://join.slack.com/t/embedchain/shared_invite/zt-22uwz3c46-Zg7cIh5rOBteT_xe1jwLDw"
  65. },
  66. "primaryTab": {
  67. "name": "Documentation"
  68. },
  69. "navigation": [
  70. {
  71. "group": "Get Started",
  72. "pages": [
  73. "get-started/introduction",
  74. "get-started/quickstart",
  75. "get-started/deployment",
  76. {
  77. "group": "🔗 Integrations",
  78. "pages": [
  79. "integration/langsmith"
  80. ]
  81. },
  82. "get-started/faq"
  83. ]
  84. },
  85. {
  86. "group": "Use cases",
  87. "pages": [
  88. "use-cases/chatbots",
  89. "use-cases/question-answering",
  90. "use-cases/semantic-search"
  91. ]
  92. },
  93. {
  94. "group": "Components",
  95. "pages": [
  96. {
  97. "group": "Data sources",
  98. "pages": [
  99. "components/data-sources/overview",
  100. {
  101. "group": "Data types",
  102. "pages": [
  103. "components/data-sources/csv",
  104. "components/data-sources/json",
  105. "components/data-sources/docs-site",
  106. "components/data-sources/docx",
  107. "components/data-sources/mdx",
  108. "components/data-sources/notion",
  109. "components/data-sources/pdf-file",
  110. "components/data-sources/qna",
  111. "components/data-sources/sitemap",
  112. "components/data-sources/text",
  113. "components/data-sources/web-page",
  114. "components/data-sources/openapi",
  115. "components/data-sources/youtube-video",
  116. "components/data-sources/discourse",
  117. "components/data-sources/substack",
  118. "components/data-sources/discord",
  119. "components/data-sources/beehiiv",
  120. "components/data-sources/directory"
  121. ]
  122. },
  123. "components/data-sources/data-type-handling"
  124. ]
  125. },
  126. "components/llms",
  127. "components/vector-databases",
  128. "components/embedding-models"
  129. ]
  130. },
  131. {
  132. "group": "Community",
  133. "pages": [
  134. "community/connect-with-us"
  135. ]
  136. },
  137. {
  138. "group": "Examples",
  139. "pages": [
  140. {
  141. "group": "REST API Service",
  142. "pages": [
  143. "examples/rest-api/getting-started",
  144. "examples/rest-api/create",
  145. "examples/rest-api/get-all-apps",
  146. "examples/rest-api/add-data",
  147. "examples/rest-api/get-data",
  148. "examples/rest-api/query",
  149. "examples/rest-api/deploy",
  150. "examples/rest-api/delete",
  151. "examples/rest-api/check-status"
  152. ]
  153. },
  154. "examples/full_stack",
  155. "examples/openai-assistant",
  156. "examples/opensource-assistant"
  157. ]
  158. },
  159. {
  160. "group": "Chatbots",
  161. "pages": [
  162. "examples/discord_bot",
  163. "examples/slack_bot",
  164. "examples/telegram_bot",
  165. "examples/whatsapp_bot",
  166. "examples/poe_bot"
  167. ]
  168. },
  169. {
  170. "group": "Showcase",
  171. "pages": [
  172. "examples/showcase"
  173. ]
  174. },
  175. {
  176. "group": "API Reference",
  177. "pages": [
  178. "api-reference/pipeline/overview",
  179. {
  180. "group": "Pipeline methods",
  181. "pages": [
  182. "api-reference/pipeline/add",
  183. "api-reference/pipeline/query",
  184. "api-reference/pipeline/chat",
  185. "api-reference/pipeline/search",
  186. "api-reference/pipeline/deploy",
  187. "api-reference/pipeline/reset",
  188. "api-reference/pipeline/delete"
  189. ]
  190. },
  191. "api-reference/store/openai-assistant",
  192. "api-reference/store/ai-assistants",
  193. "api-reference/advanced/configuration"
  194. ]
  195. },
  196. {
  197. "group": "Contributing",
  198. "pages": [
  199. "contribution/guidelines",
  200. "contribution/dev",
  201. "contribution/docs",
  202. "contribution/python",
  203. "contribution/javascript"
  204. ]
  205. },
  206. {
  207. "group": "Product",
  208. "pages": [
  209. "product/release-notes"
  210. ]
  211. }
  212. ],
  213. "footerSocials": {
  214. "website": "https://embedchain.ai",
  215. "github": "https://github.com/embedchain/embedchain",
  216. "slack": "https://join.slack.com/t/embedchain/shared_invite/zt-22uwz3c46-Zg7cIh5rOBteT_xe1jwLDw",
  217. "discord": "https://discord.gg/6PzXDgEjG5",
  218. "twitter": "https://twitter.com/embedchain",
  219. "linkedin": "https://www.linkedin.com/company/embedchain"
  220. },
  221. "isWhiteLabeled": true,
  222. "analytics": {
  223. "posthog": {
  224. "apiKey": "phc_PHQDA5KwztijnSojsxJ2c1DuJd52QCzJzT2xnSGvjN2",
  225. "apiHost": "https://app.embedchain.ai/ingest"
  226. }
  227. },
  228. "feedback": {
  229. "suggestEdit": true,
  230. "raiseIssue": true,
  231. "thumbsRating": true
  232. },
  233. "search": {
  234. "prompt": "✨ Search embedchain docs..."
  235. },
  236. "api": {
  237. "baseUrl": "http://localhost:8080"
  238. },
  239. "redirects": [
  240. {
  241. "source": "/changelog/command-line",
  242. "destination": "/get-started/introduction"
  243. }
  244. ]
  245. }