mint.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  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": "#12A7D3",
  11. "light": "#81D7F7",
  12. "dark": "#004E7A"
  13. },
  14. "topbarLinks": [
  15. {
  16. "name": "Twitter",
  17. "url": "https://twitter.com/embedchain"
  18. },
  19. {
  20. "name": "Discord",
  21. "url": "https://discord.gg/6PzXDgEjG5"
  22. },
  23. {
  24. "name":"Slack",
  25. "url":"https://join.slack.com/t/embedchain/shared_invite/zt-22uwz3c46-Zg7cIh5rOBteT_xe1jwLDw"
  26. }
  27. ],
  28. "topbarCtaButton": {
  29. "name": "GitHub",
  30. "url": "https://embedchain.ai"
  31. },
  32. "navigation": [
  33. {
  34. "group": "Get started",
  35. "pages": ["get-start/quickstart", "get-start/introduction", "get-start/faq"]
  36. },
  37. {
  38. "group": "Advanced",
  39. "pages": ["advanced/app_types", "advanced/interface_types", "advanced/query_configuration", "advanced/configuration", "advanced/testing", "advanced/vector_database"]
  40. },
  41. {
  42. "group": "Data Sources",
  43. "pages": [
  44. "data-sources/how-to-add-data",
  45. "data-sources/data-type-handling",
  46. {
  47. "group": "Supported Data Sources",
  48. "pages": [
  49. "data-sources/csv",
  50. "data-sources/docs-site",
  51. "data-sources/docx",
  52. "data-sources/mdx",
  53. "data-sources/notion",
  54. "data-sources/pdf-file",
  55. "data-sources/qna",
  56. "data-sources/sitemap",
  57. "data-sources/text",
  58. "data-sources/web-page",
  59. "data-sources/youtube-video"
  60. ]
  61. },
  62. "data-sources/request-new-format"
  63. ]
  64. },
  65. {
  66. "group": "Examples",
  67. "pages": ["examples/full_stack", "examples/api_server", "examples/discord_bot", "examples/slack_bot", "examples/telegram_bot", "examples/whatsapp_bot", "examples/poe_bot"]
  68. },
  69. {
  70. "group": "Community",
  71. "pages": [
  72. "community/connect-with-us",
  73. "community/showcase"
  74. ]
  75. },
  76. {
  77. "group": "Integration",
  78. "pages": ["integration/langsmith"]
  79. },
  80. {
  81. "group": "Contribute",
  82. "pages": [
  83. "contribution/guidelines",
  84. "contribution/dev",
  85. "contribution/docs",
  86. "contribution/python",
  87. "contribution/javascript"
  88. ]
  89. },
  90. {
  91. "group": "Product",
  92. "pages": [
  93. "product/release-notes"
  94. ]
  95. }
  96. ],
  97. "footerSocials": {
  98. "twitter": "https://twitter.com/embedchain",
  99. "github": "https://github.com/embedchain/embedchain",
  100. "linkedin": "https://www.linkedin.com/company/embedchain",
  101. "website": "https://embedchain.ai",
  102. "slack":"https://join.slack.com/t/embedchain/shared_invite/zt-22uwz3c46-Zg7cIh5rOBteT_xe1jwLDw"
  103. },
  104. "backgroundImage": "/background.png",
  105. "isWhiteLabeled": true
  106. }