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

Skip to content

Commit cb838c8

Browse files
stirbyEdwardAngert
andauthored
chore(docs): removes dead navigation options (#14864)
Reverts manifest additions here d7ecab5#diff-0cbcfff19a4479219e722863d8f59891658d042d3fac32fe9d9a75d650ce0524 --------- Co-authored-by: EdwardAngert <[email protected]>
1 parent e977a97 commit cb838c8

File tree

3 files changed

+5
-83
lines changed

3 files changed

+5
-83
lines changed

docs/admin/monitoring/metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ If you don't have an Prometheus server installed, you can follow the Prometheus
88
[Getting started](https://prometheus.io/docs/prometheus/latest/getting_started/)
99
guide.
1010

11-
### Seting up metrics
11+
### Setting up metrics
1212

1313
To set up metrics monitoring, please read our
1414
[Prometheus integration guide](../integrations/prometheus.md). The following

docs/manifest.json

Lines changed: 1 addition & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -138,85 +138,6 @@
138138
}
139139
]
140140
},
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-
},
220141
{
221142
"title": "Administration",
222143
"description": "Guides for template and deployment administrators",
@@ -497,7 +418,7 @@
497418
{
498419
"title": "Troubleshooting",
499420
"description": "Troubleshoot networking issues in Coder",
500-
"path": "./networking/troubleshooting.md"
421+
"path": "./admin/networking/troubleshooting.md"
501422
}
502423
]
503424
},

docs/user-guides/workspace-access/jetbrains.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ IDEs are supported for remote development:
1616
## JetBrains Gateway
1717

1818
JetBrains Gateway is a compact desktop app that allows you to work remotely with
19-
a JetBrains IDE without even downloading one.
20-
Visit the [JetBrains website](https://www.jetbrains.com/remote-development/gateway/) to learn more about Gateway.]
19+
a JetBrains IDE without even downloading one. Visit the
20+
[JetBrains website](https://www.jetbrains.com/remote-development/gateway/) to
21+
learn more about Gateway.]
2122

2223
Gateway can connect to a Coder workspace by using Coder's Gateway plugin or
2324
manually setting up an SSH connection.

0 commit comments

Comments
 (0)