Skip to content

Commit 8f09e0c

Browse files
committed
refactor: move coder docs to usage
1 parent ba678e9 commit 8f09e0c

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

docs/coder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Coder
22

3-
To install code-server in a Coder workspace, we suggest using the `install.sh`
3+
To install and run code-server in a Coder workspace, we suggest using the `install.sh`
44
script in your template like so:
55

66
```terraform

docs/manifest.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
2-
"versions": ["v4.8.0"],
2+
"versions": [
3+
"v4.8.0"
4+
],
35
"routes": [
46
{
57
"title": "Home",
@@ -19,11 +21,6 @@
1921
"icon_path": "assets/images/icons/wrench.svg",
2022
"path": "./install.md",
2123
"children": [
22-
{
23-
"title": "Coder",
24-
"description": "How to install code-server in Coder",
25-
"path": "./coder.md"
26-
},
2724
{
2825
"title": "npm",
2926
"description": "How to install code-server using npm",
@@ -42,6 +39,11 @@
4239
"icon_path": "assets/images/icons/usage.svg",
4340
"path": "./guide.md",
4441
"children": [
42+
{
43+
"title": "Coder",
44+
"description": "How to run code-server in Coder",
45+
"path": "./coder.md"
46+
},
4547
{
4648
"title": "--link",
4749
"description": "How to run code-server --link",
@@ -116,4 +118,4 @@
116118
]
117119
}
118120
]
119-
}
121+
}

0 commit comments

Comments
 (0)