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

Skip to content

Commit e066db5

Browse files
committed
Merge branch 'restructure-new' of https://github.com/coder/coder into restructure-new
2 parents 339486a + 4c072e0 commit e066db5

File tree

17 files changed

+47
-569
lines changed

17 files changed

+47
-569
lines changed

docs/admin/infrastructure/validated-architectures/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@ web interface, the CLI tool, or directly calling API methods.
6868

6969
### Workspace
7070

71-
A [workspace](../../../user-guides/workspace-creation.md) refers to an isolated
72-
development environment where users can write, build, and run code. Workspaces
73-
are fully configurable and can be tailored to specific project requirements,
74-
providing developers with a consistent and efficient development environment.
75-
Workspaces can be autostarted and autostopped, enabling efficient resource
76-
management.
71+
A [workspace](../../../user-guides/workspace-management.md) refers to an
72+
isolated development environment where users can write, build, and run code.
73+
Workspaces are fully configurable and can be tailored to specific project
74+
requirements, providing developers with a consistent and efficient development
75+
environment. Workspaces can be autostarted and autostopped, enabling efficient
76+
resource management.
7777

7878
Users can connect to workspaces using SSH or via workspace applications like
7979
`code-server`, facilitating collaboration and remote access. Additionally,

docs/admin/monitoring/health-check.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ number of details about the health of your Coder deployment.
66
![Health check in Coder Dashboard](../../images/admin/monitoring/health-check.png)
77

88
You can view it at `https://${CODER_URL}/health`, or you can alternatively view
9-
the [JSON response directly](../api/debug.md#debug-info-deployment-health).
9+
the
10+
[JSON response directly](../../reference/api/debug.md#debug-info-deployment-health).
1011

1112
The deployment health page is broken up into the following sections:
1213

docs/admin/monitoring/logs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ Connect logs are all captured in the `coderd` logs.
2525
## `provisionerd` Logs
2626

2727
Logs for [external provisioners](../provisioners.md) are structured
28-
[and configured](../../reference/cli/provisionerd_start.md#--log-human)
29-
similarly to `coderd` logs. Use these logs to troubleshoot and monitor the
30-
Terraform operations behind workspaces and templates.
28+
[and configured](../../reference/cli/provisioner_start.md#--log-human) similarly
29+
to `coderd` logs. Use these logs to troubleshoot and monitor the Terraform
30+
operations behind workspaces and templates.
3131

3232
## Workspace Logs
3333

docs/admin/monitoring/notifications/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ flags.
7373

7474
Notifications can currently be delivered by either SMTP or webhook. Each message
7575
can only be delivered to one method, and this method is configured globally with
76-
[`CODER_NOTIFICATIONS_METHOD`](../../../reference/cli/server#--notifications-method)
76+
[`CODER_NOTIFICATIONS_METHOD`](../../../reference/cli/server.md#--notifications-method)
7777
(default: `smtp`).
7878

7979
Enterprise customers can configure which method to use for each of the supported

docs/admin/templates/creating-templates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ templates for additional clouds (e.g. Hetzner, Alibaba) or orchestrators
152152
Refer to the following resources:
153153

154154
- [Tutorial: Create a template from scratch](../../tutorials/template-from-scratch.md)
155-
- [Extending templates](./editing-templates.md): Features and concepts around
156-
templates (agents, parameters, variables, etc)
155+
- [Extending templates](./extending-templates/index.md): Features and concepts
156+
around templates (agents, parameters, variables, etc)
157157
- [Coder Registry](https://registry.coder.com/templates): Official and community
158158
templates for Coder
159159
- [Coder Terraform Provider Reference](https://registry.terraform.io/providers/coder/coder)

docs/admin/templates/managing-templates/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ them. Templates can also be [managed with git](./change-management.md), allowing
1212
any developer to propose changes to a template.
1313

1414
You can give different users and groups access to templates with
15-
[role-based access control](../admin/rbac.md).
15+
[role-based access control](../template-permissions.md).
1616

1717
## Starter templates
1818

docs/admin/users/oidc-auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ CODER_OIDC_ICON_URL=https://gitea.io/images/gitea.png
119119
```
120120

121121
To change the icon and text above the OpenID Connect button, see application
122-
name and logo url in [appearance](./appearance.md) settings.
122+
name and logo url in [appearance](../setup/appearance.md) settings.
123123

124124
## Disable Built-in Authentication
125125

docs/admin/users/organizations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Successfully created provisioner key data-cluster! Save this authentication toke
7474
Next, start the provisioner with the key on your desired platform. In this
7575
example, we'll start it using the Coder CLI on a host with Docker. For
7676
instructions on using other platforms like Kubernetes, see our
77-
[provisioner documentation](../admin/provisioners.md).
77+
[provisioner documentation](../provisioners.md).
7878

7979
```sh
8080
export CODER_URL=https://<your-coder-url>

docs/admin/users/quotas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ For example: A template is configured with a cost of 5 credits per day, and the
99
user is granted 15 credits, which can be consumed by both started and stopped
1010
workspaces. This budget limits the user to 3 concurrent workspaces.
1111

12-
Quotas are scoped to [Groups](./groups.md) in Enterprise and
12+
Quotas are scoped to [Groups](./groups-roles.md) in Enterprise and
1313
[organizations](./organizations.md) in Premium.
1414

1515
## Definitions

docs/admin/users/sessions-tokens.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ Use the following command:
4444
coder tokens create --name=my-token --lifetime=720h
4545
```
4646

47-
See the help docs for [`coder tokens create`](../../reference/cli/tokens_create)
48-
for more info.
47+
See the help docs for
48+
[`coder tokens create`](../../reference/cli/tokens_create.md) for more info.
4949

5050
</div>
5151

docs/changelogs/v2.0.0.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ We are thrilled to release Coder v2.0.0. You can safely upgrade from any
22
previous [coder/coder](https://github.com/coder/coder) release, but we feel like
33
we have outgrown development (v0.x) releases:
44

5+
<!-- markdown-link-check-disable -->
6+
57
- 1600+ users develop on Coder every day
68
- A single 4-core Coder server can
79
[happily support](https://coder.com/docs/admin/scaling/scale-utility#recent-scale-tests) 1000+ users
@@ -64,6 +66,7 @@ [email protected]!
6466
Stream Kubernetes event logs to the Coder agent logs to reveal Kuernetes-level
6567
issues such as ResourceQuota limitations, invalid images, etc.
6668
![Kubernetes quota](https://raw.githubusercontent.com/coder/coder/main/docs/platforms/kubernetes/coder-logstream-kube-logs-quota-exceeded.png)
69+
6770
- [OIDC Role Sync](https://coder.com/docs/admin/users/oidc-auth.md#group-sync-enterprise-premium)
6871
(Enterprise): Sync roles from your OIDC provider to Coder roles (e.g.
6972
`Template Admin`) (#8595) (@Emyrk)
@@ -150,3 +153,5 @@ Compare:
150153
Refer to our docs to [install](https://coder.com/docs/install) or
151154
[upgrade](https://coder.com/docs/admin/upgrade) Coder, or use a
152155
release asset below.
156+
157+
<!-- markdown-link-check-enable -->

docs/changelogs/v2.1.5.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
[display app](https://registry.terraform.io/providers/coder/coder/latest/docs/resources/agent#nested-schema-for-display_apps).
88
Keep reading for more details.
99

10+
<!-- markdown-link-check-disable -->
11+
1012
### Features
1113

1214
- You can install Coder with
@@ -71,3 +73,5 @@
7173
Refer to our docs to [install](https://coder.com/docs/install) or
7274
[upgrade](https://coder.com/docs/admin/upgrade) Coder, or use a
7375
release asset below.
76+
77+
<!-- markdown-link-check-enable -->

0 commit comments

Comments
 (0)