Skip to content

Commit f6d50ea

Browse files
celestial-vaultElephant Lumps
andauthored
Setup docs (RooCodeInc#3230)
* rename old docs folder * set up mintlify docs base * add back script --------- Co-authored-by: Elephant Lumps <[email protected]>
1 parent 70cc437 commit f6d50ea

File tree

23 files changed

+13404
-5770
lines changed

23 files changed

+13404
-5770
lines changed

docs/assets/robot_panel_dark.png

902 Bytes
Loading

docs/assets/robot_panel_light.png

666 Bytes
Loading

docs/docs.json

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
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+
"pages": ["introduction"]
57+
},
58+
"footer": {
59+
"socials": {
60+
"x": "https://x.com/cline",
61+
"github": "https://github.com/cline/cline",
62+
"discord": "https://discord.gg/cline"
63+
}
64+
},
65+
"search": {
66+
"prompt": "Search Cline documentation..."
67+
},
68+
"contextual": {
69+
"options": ["copy"]
70+
}
71+
}

docs/introduction.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: "Hello World"
3+
description: "This is the introduction to the documentation"
4+
---
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)