Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 549f6c3

Browse files
committedOct 1, 2024
Fix broken links and improve formatting in docs
Ensure documentation links are current and adjust line spacing for better readability across multiple integration and tutorial pages.
1 parent 8fa7bd3 commit 549f6c3

File tree

7 files changed

+33
-27
lines changed

7 files changed

+33
-27
lines changed
 

‎docs/admin/integrations/jfrog-artifactory.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,8 @@ concepts apply to all compute types.
162162

163163
## Offline Deployments
164164

165-
See the [offline deployments](../templates/extending-templates/modules.md#offline-installations)
165+
See the
166+
[offline deployments](../templates/extending-templates/modules.md#offline-installations)
166167
section for instructions on how to use coder-modules in an offline environment
167168
with Artifactory.
168169

‎docs/admin/integrations/jfrog-xray.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,8 @@ using Coder's [JFrog Xray Integration](https://github.com/coder/coder-xray).
2626
with a user that has the read
2727
[permission](https://jfrog.com/help/r/jfrog-platform-administration-documentation/permissions)
2828
for the repositories you want to scan.
29-
1. Create a Coder
30-
[token](../../reference/cli/tokens_create#tokens-create)
31-
with a user that has the
32-
[`owner`](../users#roles) role.
29+
1. Create a Coder [token](../../reference/cli/tokens_create#tokens-create) with
30+
a user that has the [`owner`](../users#roles) role.
3331
1. Create Kubernetes secrets for the JFrog Xray and Coder tokens.
3432

3533
```bash

‎docs/admin/integrations/multiple-kube-clusters.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,9 @@ If you deployed Coder on a VM, copy the kubeconfig file to
5858

5959
You can start from our
6060
[example template](https://github.com/coder/coder/tree/main/examples/templates/kubernetes).
61-
From there, add [template parameters](../templates/extending-templates/parameters.md) to
62-
allow developers to pick their desired cluster.
61+
From there, add
62+
[template parameters](../templates/extending-templates/parameters.md) to allow
63+
developers to pick their desired cluster.
6364

6465
```tf
6566
# main.tf

‎docs/admin/networking/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,13 @@ with security policies. In these cases, pass the `--browser-only` flag to
169169
With browser-only connections, developers can only connect to their workspaces
170170
via the web terminal and [web IDEs](../../user-guides/workspace-access/web-ides.md).
171171

172+
### Workspace Proxies (enterprise)
173+
174+
Workspace proxies are a Coder Enterprise feature that allows you to provide
175+
low-latency browser experiences for geo-distributed teams.
176+
177+
To learn more, see [Workspace Proxies](./workspace-proxies.md).
178+
172179
## Up next
173180

174181
- Learn about [Port Forwarding](./port-forwarding.md)

‎docs/admin/networking/workspace-proxies.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ the workspace proxy usable. If the proxy deployment is successful,
5858

5959
```
6060
$ coder wsproxy ls
61-
NAME URL STATUS STATUS
61+
NAME URL STATUS STATUS
6262
brazil-saopaulo https://brazil.example.com ok
6363
europe-frankfurt https://europe.example.com ok
6464
sydney https://sydney.example.com ok

‎docs/tutorials/faqs.md

+15-16
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Frequently asked questions on Coder OSS and Enterprise deployments. These FAQs
44
come from our community and enterprise customers, feel free to
5-
[contribute to this page](https://github.com/coder/coder/edit/main/docs/faqs.md).
5+
[contribute to this page](https://github.com/coder/coder/edit/main/docs/tutorials/faqs.md).
66

77
For other community resources, see our
88
[Github discussions](https://github.com/coder/coder/discussions), or join our
@@ -20,8 +20,7 @@ In the UI, click the Deployment tab -> Licenses and upload the `jwt` license
2020
file.
2121

2222
> To add the license with the CLI, first
23-
> [install the Coder CLI](./install/index.md#install-script) and server to the
24-
> latest release.
23+
> [install the Coder CLI](../install/cli.md) and server to the latest release.
2524
2625
If the license is a text string:
2726

@@ -41,8 +40,8 @@ The primary developer use case is a local IDE connecting over SSH to a Coder
4140
workspace.
4241

4342
Coder's networking stack has intelligence to attempt a peer-to-peer or
44-
[Direct connection](https://coder.com/docs/networking#direct-connections)
45-
between the local IDE and the workspace. However, this requires some additional
43+
[Direct connection](../admin/networking/README.md#direct-connections) between
44+
the local IDE and the workspace. However, this requires some additional
4645
protocols like UDP and being able to reach a STUN server to echo the IP
4746
addresses of the local IDE machine and workspace, for sharing using a Wireguard
4847
Coordination Server. By default, Coder assumes Internet and attempts to reach
@@ -56,11 +55,11 @@ to establish these direct connections.
5655
Setting the following flags as shown disables this logic to simplify
5756
troubleshooting.
5857

59-
| Flag | Value | Meaning |
60-
| -------------------------------------------------------------------------------------------------------------- | ----------- | ------------------------------------- |
61-
| [`CODER_BLOCK_DIRECT`](https://coder.com/docs/reference/cli/server#--block-direct-connections) | `true` | Blocks direct connections |
62-
| [`CODER_DERP_SERVER_STUN_ADDRESSES`](https://coder.com/docs/reference/cli/server#--derp-server-stun-addresses) | `"disable"` | Disables STUN |
63-
| [`CODER_DERP_FORCE_WEBSOCKETS`](https://coder.com/docs/reference/cli/server#--derp-force-websockets) | `true` | Forces websockets over Tailscale DERP |
58+
| Flag | Value | Meaning |
59+
| ------------------------------------------------------------------------------------------ | ----------- | ------------------------------------- |
60+
| [`CODER_BLOCK_DIRECT`](../reference/cli/server#--block-direct-connections) | `true` | Blocks direct connections |
61+
| [`CODER_DERP_SERVER_STUN_ADDRESSES`](../reference/cli/server#--derp-server-stun-addresses) | `"disable"` | Disables STUN |
62+
| [`CODER_DERP_FORCE_WEBSOCKETS`](../reference/cli/server#--derp-force-websockets) | `true` | Forces websockets over Tailscale DERP |
6463

6564
### How do I configure NGINX as the reverse proxy in front of Coder?
6665

@@ -124,9 +123,9 @@ resource "coder_app" "code-server" {
124123
An important concept to understand is that Coder creates workspaces which have
125124
an agent that must be able to reach the `coder server`.
126125

127-
If the [`CODER_ACCESS_URL`](https://coder.com/docs/admin/configure#access-url)
128-
is not accessible from a workspace, the workspace may build, but the agent
129-
cannot reach Coder, and thus the missing icons. e.g., Terminal, IDEs, Apps.
126+
If the [`CODER_ACCESS_URL`](../admin/configure.md#access-url) is not accessible
127+
from a workspace, the workspace may build, but the agent cannot reach Coder, and
128+
thus the missing icons. e.g., Terminal, IDEs, Apps.
130129

131130
> By default, `coder server` automatically creates an Internet-accessible
132131
> reverse proxy so that workspaces you create can reach the server.
@@ -154,9 +153,9 @@ of these values can lead to existing workspaces failing to start. This issue
154153
occurs because the Terraform state will not be in sync with the new template.
155154

156155
However, a lesser-known CLI sub-command,
157-
[`coder update`](https://coder.com/docs/reference/cli/update), can resolve this
158-
issue. This command re-prompts users to re-enter the input variables,
159-
potentially saving the workspace from a failed status.
156+
[`coder update`](../reference/cli/update), can resolve this issue. This command
157+
re-prompts users to re-enter the input variables, potentially saving the
158+
workspace from a failed status.
160159

161160
```sh
162161
coder update --always-prompt <workspace name>

‎docs/tutorials/templates/cloning-git-repositories.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ module "git-clone" {
4444
> [template editor UI](../../admin/templates/creating-templates.md#web-ui).
4545
4646
You can also use
47-
[template parameters](../../admin/templates/extending-templates/parameters.md) to customize
48-
the Git URL and make it dynamic for use cases where a template supports multiple
49-
projects.
47+
[template parameters](../../admin/templates/extending-templates/parameters.md)
48+
to customize the Git URL and make it dynamic for use cases where a template
49+
supports multiple projects.
5050

5151
```tf
5252
data "coder_parameter" "git_repo" {

0 commit comments

Comments
 (0)
Failed to load comments.