docs.json 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  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/task-management",
  66. "getting-started/understanding-context-management",
  67. "getting-started/what-is-cline"
  68. ]
  69. },
  70. {
  71. "group": "Improving Your Prompting Skills",
  72. "pages": ["prompting/prompt-engineering-guide", "prompting/cline-memory-bank"]
  73. },
  74. {
  75. "group": "Features",
  76. "pages": [
  77. "features/auto-approve",
  78. "features/checkpoints",
  79. "features/cline-rules",
  80. "features/drag-and-drop",
  81. "features/plan-and-act",
  82. "features/slash-commands/workflows",
  83. "features/editing-messages",
  84. {
  85. "group": "@ Mentions",
  86. "pages": [
  87. "features/at-mentions/overview",
  88. "features/at-mentions/file-mentions",
  89. "features/at-mentions/terminal-mentions",
  90. "features/at-mentions/problem-mentions",
  91. "features/at-mentions/git-mentions",
  92. "features/at-mentions/url-mentions"
  93. ]
  94. },
  95. {
  96. "group": "Slash Commands",
  97. "pages": [
  98. "features/slash-commands/new-task",
  99. "features/slash-commands/new-rule",
  100. "features/slash-commands/smol",
  101. "features/slash-commands/report-bug"
  102. ]
  103. },
  104. {
  105. "group": "Commands & Shortcuts",
  106. "pages": [
  107. "features/commands-and-shortcuts/overview",
  108. "features/commands-and-shortcuts/code-commands",
  109. "features/commands-and-shortcuts/terminal-integration",
  110. "features/commands-and-shortcuts/git-integration",
  111. "features/commands-and-shortcuts/keyboard-shortcuts"
  112. ]
  113. }
  114. ]
  115. },
  116. {
  117. "group": "Exploring Cline's Tools",
  118. "pages": [
  119. "exploring-clines-tools/cline-tools-guide",
  120. "exploring-clines-tools/new-task-tool",
  121. "exploring-clines-tools/remote-browser-support"
  122. ]
  123. },
  124. {
  125. "group": "Enterprise Solutions",
  126. "pages": [
  127. "enterprise-solutions/cloud-provider-integration",
  128. "enterprise-solutions/custom-instructions",
  129. "enterprise-solutions/mcp-servers",
  130. "enterprise-solutions/security-concerns"
  131. ]
  132. },
  133. {
  134. "group": "MCP Servers",
  135. "pages": [
  136. "mcp/mcp-overview",
  137. "mcp/adding-mcp-servers-from-github",
  138. "mcp/configuring-mcp-servers",
  139. "mcp/connecting-to-a-remote-server",
  140. "mcp/mcp-marketplace",
  141. "mcp/mcp-server-development-protocol",
  142. "mcp/mcp-transport-mechanisms"
  143. ]
  144. },
  145. {
  146. "group": "Provider Configuration",
  147. "pages": [
  148. "provider-config/anthropic",
  149. "provider-config/claude-code",
  150. "provider-config/aws-bedrock-with-apikey-authentication",
  151. "provider-config/aws-bedrock-with-credentials-authentication",
  152. "provider-config/aws-bedrock-with-profile-authentication",
  153. "provider-config/gcp-vertex-ai",
  154. "provider-config/litellm-and-cline-using-codestral",
  155. "provider-config/vscode-language-model-api",
  156. "provider-config/xai-grok",
  157. "provider-config/mistral-ai",
  158. "provider-config/deepseek",
  159. "provider-config/ollama",
  160. "provider-config/openai",
  161. "provider-config/openai-compatible",
  162. "provider-config/openrouter",
  163. "provider-config/requesty"
  164. ]
  165. },
  166. {
  167. "group": "Running Models Locally",
  168. "pages": [
  169. "running-models-locally/read-me-first",
  170. "running-models-locally/lm-studio",
  171. "running-models-locally/ollama"
  172. ]
  173. },
  174. {
  175. "group": "Troubleshooting",
  176. "pages": ["troubleshooting/terminal-quick-fixes", "troubleshooting/terminal-integration-guide"]
  177. },
  178. {
  179. "group": "More Info",
  180. "pages": ["more-info/telemetry"]
  181. }
  182. ]
  183. },
  184. "footer": {
  185. "socials": {
  186. "x": "https://x.com/cline",
  187. "github": "https://github.com/cline/cline",
  188. "discord": "https://discord.gg/cline"
  189. }
  190. },
  191. "search": {
  192. "prompt": "Search Cline documentation..."
  193. },
  194. "contextual": {
  195. "options": ["copy"]
  196. }
  197. }