mint.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  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. "metadata": {
  18. "og:image": "/og.png",
  19. "twitter:site": "@embedchain"
  20. },
  21. "topAnchor": {
  22. "name": "Documentation",
  23. "icon": "book-open"
  24. },
  25. "topbarLinks": [
  26. {
  27. "name": "Twitter",
  28. "url": "https://twitter.com/embedchain"
  29. },
  30. {
  31. "name":"Slack",
  32. "url":"https://join.slack.com/t/embedchain/shared_invite/zt-22uwz3c46-Zg7cIh5rOBteT_xe1jwLDw"
  33. },
  34. {
  35. "name": "Discord",
  36. "url": "https://discord.gg/6PzXDgEjG5"
  37. }
  38. ],
  39. "topbarCtaButton": {
  40. "name": "Get started",
  41. "url": "https://app.embedchain.ai"
  42. },
  43. "primaryTab": {
  44. "name": "Docs"
  45. },
  46. "navigation": [
  47. {
  48. "group": "Get started",
  49. "pages": ["get-started/quickstart", "get-started/introduction", "get-started/faq", "get-started/examples"]
  50. },
  51. {
  52. "group": "Components",
  53. "pages": ["components/llms", "components/embedding-models", "components/vector-databases"]
  54. },
  55. {
  56. "group": "Data sources",
  57. "pages": [
  58. "data-sources/overview",
  59. {
  60. "group": "Supported data sources",
  61. "pages": [
  62. "data-sources/csv",
  63. "data-sources/json",
  64. "data-sources/docs-site",
  65. "data-sources/docx",
  66. "data-sources/mdx",
  67. "data-sources/notion",
  68. "data-sources/pdf-file",
  69. "data-sources/qna",
  70. "data-sources/sitemap",
  71. "data-sources/text",
  72. "data-sources/web-page",
  73. "data-sources/openapi",
  74. "data-sources/youtube-video"
  75. ]
  76. },
  77. "data-sources/data-type-handling"
  78. ]
  79. },
  80. {
  81. "group": "Advanced",
  82. "pages": ["advanced/configuration"]
  83. },
  84. {
  85. "group": "Examples",
  86. "pages": ["examples/full_stack", "examples/api_server", "examples/discord_bot", "examples/slack_bot", "examples/telegram_bot", "examples/whatsapp_bot", "examples/poe_bot"]
  87. },
  88. {
  89. "group": "Community",
  90. "pages": [
  91. "community/connect-with-us",
  92. "community/showcase"
  93. ]
  94. },
  95. {
  96. "group": "Integrations",
  97. "pages": ["integration/langsmith"]
  98. },
  99. {
  100. "group": "Contribute",
  101. "pages": [
  102. "contribution/guidelines",
  103. "contribution/dev",
  104. "contribution/docs",
  105. "contribution/python",
  106. "contribution/javascript"
  107. ]
  108. },
  109. {
  110. "group": "Product",
  111. "pages": [
  112. "product/release-notes"
  113. ]
  114. }
  115. ],
  116. "footerSocials": {
  117. "website": "https://embedchain.ai",
  118. "github": "https://github.com/embedchain/embedchain",
  119. "slack":"https://join.slack.com/t/embedchain/shared_invite/zt-22uwz3c46-Zg7cIh5rOBteT_xe1jwLDw",
  120. "discord": "https://discord.gg/6PzXDgEjG5",
  121. "twitter": "https://twitter.com/embedchain",
  122. "linkedin": "https://www.linkedin.com/company/embedchain"
  123. },
  124. "backgroundImage": "/background.png",
  125. "isWhiteLabeled": true,
  126. "feedback": {
  127. "suggestEdit": true,
  128. "raiseIssue": true,
  129. "thumbsRating": true
  130. },
  131. "search": {
  132. "prompt": "✨ Search embedchain docs..."
  133. }
  134. }