Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35d506e commit 270f193Copy full SHA for 270f193
docs/manifest.json
@@ -81,12 +81,6 @@
81
"path": "./platforms/README.md",
82
"icon_path": "./images/icons/star.svg",
83
"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
- },
90
{
91
"title": "AWS",
92
"description": "Set up Coder on an AWS EC2 VM",
@@ -117,6 +111,12 @@
117
111
}
118
112
]
119
113
},
114
+ {
115
+ "title": "Docker",
116
+ "description": "Set up Coder with Docker",
+ "path": "./platforms/docker.md",
+ "icon_path": "./images/icons/docker.svg"
+ },
120
121
"title": "Other platforms",
122
"description": "Set up Coder on an another provider",
0 commit comments