Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 270f193

Browse files
committed
chore: prioritize clouds in platforms list
1 parent 35d506e commit 270f193

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,6 @@
8181
"path": "./platforms/README.md",
8282
"icon_path": "./images/icons/star.svg",
8383
"children": [
84-
{
85-
"title": "Docker",
86-
"description": "Set up Coder with Docker",
87-
"path": "./platforms/docker.md",
88-
"icon_path": "./images/icons/docker.svg"
89-
},
9084
{
9185
"title": "AWS",
9286
"description": "Set up Coder on an AWS EC2 VM",
@@ -117,6 +111,12 @@
117111
}
118112
]
119113
},
114+
{
115+
"title": "Docker",
116+
"description": "Set up Coder with Docker",
117+
"path": "./platforms/docker.md",
118+
"icon_path": "./images/icons/docker.svg"
119+
},
120120
{
121121
"title": "Other platforms",
122122
"description": "Set up Coder on an another provider",

0 commit comments

Comments
 (0)