|
138 | 138 | }
|
139 | 139 | ]
|
140 | 140 | },
|
141 |
| - { |
142 |
| - "title": "Workspaces", |
143 |
| - "description": "Learn about Coder workspaces.", |
144 |
| - "path": "./workspaces.md", |
145 |
| - "icon_path": "./images/icons/layers.svg" |
146 |
| - }, |
147 |
| - { |
148 |
| - "title": "IDEs", |
149 |
| - "description": "Learn how to use your IDE of choice with Coder", |
150 |
| - "path": "./ides.md", |
151 |
| - "icon_path": "./images/icons/code.svg", |
152 |
| - "children": [ |
153 |
| - { |
154 |
| - "title": "Web IDEs", |
155 |
| - "description": "Learn how to configure web IDEs in your templates", |
156 |
| - "path": "./ides/web-ides.md" |
157 |
| - }, |
158 |
| - { |
159 |
| - "title": "JetBrains Gateway", |
160 |
| - "description": "Learn how to configure JetBrains Gateway for your workspaces", |
161 |
| - "path": "./ides/gateway.md" |
162 |
| - }, |
163 |
| - { |
164 |
| - "title": "JetBrains Fleet", |
165 |
| - "description": "Learn how to configure JetBrains Fleet for your workspaces", |
166 |
| - "path": "./ides/fleet.md" |
167 |
| - }, |
168 |
| - { |
169 |
| - "title": "Emacs", |
170 |
| - "description": "Learn how to configure Emacs with TRAMP in Coder", |
171 |
| - "path": "./ides/emacs-tramp.md" |
172 |
| - }, |
173 |
| - { |
174 |
| - "title": "Remote Desktops", |
175 |
| - "description": "Learn how to use Remote Desktops with Coder", |
176 |
| - "path": "./ides/remote-desktops.md" |
177 |
| - }, |
178 |
| - { |
179 |
| - "title": "VSCode Extensions", |
180 |
| - "description": "Learn how to use extensions in VSCode with Coder", |
181 |
| - "path": "./ides/vscode-extensions.md" |
182 |
| - } |
183 |
| - ] |
184 |
| - }, |
185 |
| - { |
186 |
| - "title": "Networking", |
187 |
| - "description": "Learn about networking in Coder", |
188 |
| - "path": "./networking/index.md", |
189 |
| - "icon_path": "./images/icons/networking.svg", |
190 |
| - "children": [ |
191 |
| - { |
192 |
| - "title": "Port Forwarding", |
193 |
| - "description": "Learn how to forward ports in Coder", |
194 |
| - "path": "./networking/port-forwarding.md" |
195 |
| - }, |
196 |
| - { |
197 |
| - "title": "STUN and NAT", |
198 |
| - "description": "Learn how Coder establishes direct connections", |
199 |
| - "path": "./networking/stun.md" |
200 |
| - }, |
201 |
| - { |
202 |
| - "title": "Troubleshooting", |
203 |
| - "description": "Troubleshoot networking issues in Coder", |
204 |
| - "path": "./networking/troubleshooting.md" |
205 |
| - } |
206 |
| - ] |
207 |
| - }, |
208 |
| - { |
209 |
| - "title": "Dotfiles", |
210 |
| - "description": "Learn how to personalize your workspace", |
211 |
| - "path": "./dotfiles.md", |
212 |
| - "icon_path": "./images/icons/art-pad.svg" |
213 |
| - }, |
214 |
| - { |
215 |
| - "title": "Secrets", |
216 |
| - "description": "Learn how to use secrets in your workspace", |
217 |
| - "path": "./secrets.md", |
218 |
| - "icon_path": "./images/icons/secrets.svg" |
219 |
| - }, |
220 | 141 | {
|
221 | 142 | "title": "Administration",
|
222 | 143 | "description": "Guides for template and deployment administrators",
|
|
497 | 418 | {
|
498 | 419 | "title": "Troubleshooting",
|
499 | 420 | "description": "Troubleshoot networking issues in Coder",
|
500 |
| - "path": "./networking/troubleshooting.md" |
| 421 | + "path": "./admin/networking/troubleshooting.md" |
501 | 422 | }
|
502 | 423 | ]
|
503 | 424 | },
|
|
0 commit comments