docs.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. {
  2. "$schema": "https://mintlify.com/docs.json",
  3. "theme": "linden",
  4. "name": "Cline",
  5. "description": "AI-powered coding assistant for VSCode",
  6. "colors": {
  7. "primary": "#9D4EDD",
  8. "light": "#F0E6FF",
  9. "dark": "#000000"
  10. },
  11. "logo": {
  12. "light": "/assets/robot_panel_light.png",
  13. "dark": "/assets/robot_panel_dark.png"
  14. },
  15. "favicon": {
  16. "light": "/assets/robot_panel_light.png",
  17. "dark": "/assets/robot_panel_dark.png"
  18. },
  19. "background": {
  20. "color": {
  21. "light": "#F0E6FF",
  22. "dark": "#000000"
  23. },
  24. "decoration": "gradient"
  25. },
  26. "styling": {
  27. "eyebrows": "breadcrumbs",
  28. "codeblocks": "system"
  29. },
  30. "appearance": {
  31. "default": "system",
  32. "strict": false
  33. },
  34. "fonts": {
  35. "family": "Roboto",
  36. "weight": 400
  37. },
  38. "navbar": {
  39. "links": [
  40. {
  41. "label": "GitHub",
  42. "href": "https://github.com/cline/cline"
  43. },
  44. {
  45. "label": "Discord",
  46. "href": "https://discord.gg/cline"
  47. }
  48. ],
  49. "primary": {
  50. "type": "button",
  51. "label": "Install Cline",
  52. "href": "https://cline.bot/install?utm_source=website&utm_medium=header"
  53. }
  54. },
  55. "navigation": {
  56. "groups": [
  57. {
  58. "group": "Getting Started",
  59. "pages": [
  60. "getting-started/for-new-coders",
  61. "getting-started/installing-cline",
  62. "getting-started/installing-dev-essentials",
  63. "getting-started/model-selection-guide",
  64. "getting-started/our-favorite-tech-stack",
  65. "getting-started/understanding-context-management",
  66. "getting-started/what-is-cline"
  67. ]
  68. },
  69. {
  70. "group": "Improving Your Prompting Skills",
  71. "pages": ["prompting/prompt-engineering-guide", "prompting/cline-memory-bank"]
  72. },
  73. {
  74. "group": "Exploring Cline's Tools",
  75. "pages": [
  76. "exploring-clines-tools/cline-tools-guide",
  77. "exploring-clines-tools/plan-and-act-modes-a-guide-to-effective-ai-development",
  78. "exploring-clines-tools/checkpoints",
  79. "exploring-clines-tools/new-task-tool",
  80. "exploring-clines-tools/remote-browser-support",
  81. "exploring-clines-tools/slash-commands"
  82. ]
  83. },
  84. {
  85. "group": "Enterprise Solutions",
  86. "pages": [
  87. "enterprise-solutions/cloud-provider-integration",
  88. "enterprise-solutions/custom-instructions",
  89. "enterprise-solutions/mcp-servers",
  90. "enterprise-solutions/security-concerns"
  91. ]
  92. },
  93. {
  94. "group": "MCP Servers",
  95. "pages": [
  96. "mcp/mcp-overview",
  97. "mcp/adding-mcp-servers-from-github",
  98. "mcp/configuring-mcp-servers",
  99. "mcp/connecting-to-a-remote-server",
  100. "mcp/mcp-marketplace",
  101. "mcp/mcp-server-development-protocol",
  102. "mcp/mcp-transport-mechanisms"
  103. ]
  104. },
  105. {
  106. "group": "Custom Model Configurations",
  107. "pages": [
  108. "custom-model-configs/aws-bedrock-with-credentials-authentication",
  109. "custom-model-configs/aws-bedrock-with-profile-authentication",
  110. "custom-model-configs/gcp-vertex-ai",
  111. "custom-model-configs/litellm-and-cline-using-codestral"
  112. ]
  113. },
  114. {
  115. "group": "Running Models Locally",
  116. "pages": [
  117. "running-models-locally/read-me-first",
  118. "running-models-locally/lm-studio",
  119. "running-models-locally/ollama"
  120. ]
  121. },
  122. {
  123. "group": "More Info",
  124. "pages": ["more-info/telemetry"]
  125. }
  126. ]
  127. },
  128. "footer": {
  129. "socials": {
  130. "x": "https://x.com/cline",
  131. "github": "https://github.com/cline/cline",
  132. "discord": "https://discord.gg/cline"
  133. }
  134. },
  135. "search": {
  136. "prompt": "Search Cline documentation..."
  137. },
  138. "contextual": {
  139. "options": ["copy"]
  140. }
  141. }