mint.json 3.9 KB

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