Skip to content

Commit d42c3bd

Browse files
authored
Merge branch 'restructure-new' into new-install-restructure
2 parents 9ee7f8e + d72574b commit d42c3bd

File tree

16 files changed

+508
-59
lines changed

16 files changed

+508
-59
lines changed

docs/admin/README.md

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,3 @@
11
# Administration
22

3-
Guides for day 2+ operations with Coder, including preparing for production and scaling to thousands of daily active users.
4-
5-
## Prerequisites
6-
7-
## Table of contents
8-
9-
- Infrastructure & Scale
10-
- Kubernetes Best Practices
11-
- Reference Architectures (up to 3000 users)
12-
- VM Best Practices
13-
- Optimize networking & latency
14-
- Add workspace regions
15-
- Add Kubernetes clusters
16-
- Scale testing your Coder deployment
17-
- User Management
18-
- Set up OpenID Connect (SSO)
19-
- Configure Group & Role Sync
20-
- Configure Template Permissions
21-
- Workspace Management
22-
- Keep workspaces up to date
23-
- Clean up unused workspaces
24-
- Template & Image Management
25-
- Building golden images
26-
- Add Dev Container support (custom dependencies)
27-
- Manage templates with Ci/Cd pipelines
28-
- Security
29-
- Auditing Coder users
30-
- Managing cloud secrets
31-
- Manage workspace secrets
32-
- Security flags
33-
- Monitoring
34-
- Configure server logging
35-
- Troubleshooting Templates
36-
- Monitoring via Prometheus / Grafana
37-
- Analytics
38-
- Measure user adoption (weekly active users)
39-
- Identifying Coder power users
40-
- Reading template usage metrics
41-
423
<children></children>

docs/admin/infrastructure/architecture.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,10 @@ Users will likely need to pull source code and other artifacts from a git
107107
provider. The Coder control plane and workspaces will need network connectivity
108108
to the git provider.
109109

110-
- [GitHub](#TODO)
111-
- [GitHub Enterprise](#TODO)
112-
- [GitLab](#TODO)
113-
- [BitBucket](#TODO)
114-
- [BitBucket](#TODO)
115-
- [Other Providers](#TODO)
110+
- [GitHub Enterprise](../configure.md#github-enterprise)
111+
- [GitLab](../configure.md#gitlab-self-managed)
112+
- [BitBucket](../configure.md#bitbucket-server)
113+
- [Other Providers](../configure.md#external-authentication)
116114

117115
### Artifact Manager (Optional)
118116

docs/admin/security/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
TODO

docs/admin/templates/creating-templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ coder templates push
6666

6767
> ⚠️ Note: If `template push` fails, Coder is likely not authorized to deploy
6868
> infrastructure in the given location. Learn how to configure
69-
> [provisioner authentication](#TODO).
69+
> [provisioner authentication](../provisioners.md).
7070
7171
You can edit the metadata of the template such as the display name with the
7272
[`templates edit`](../../reference/cli/templates_edit.md) command:

0 commit comments

Comments
 (0)