Skip to content

Commit db90c8a

Browse files
authored
chore: fix index gray-matter (#1210)
1 parent 9827332 commit db90c8a

File tree

39 files changed

+159
-196
lines changed

39 files changed

+159
-196
lines changed

admin/access-control/index.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
---
2-
title: Access control
3-
description: Learn how to change how Coder users sign in.
4-
---
1+
# Access control
52

63
The **Authentication** tab allows you to choose how your users log in and gain
74
access to Coder. Currently, you can choose between **Built-In Authentication**
@@ -14,8 +11,8 @@ to manually create users who log in with their email address and temporary
1411
password. Coder will ask them to change their password after they log in the
1512
first time.
1613

17-
The default user session expiry time is one week for users logging in via built-in
18-
authentication. This is non-configurable.
14+
The default user session expiry time is one week for users logging in via
15+
built-in authentication. This is non-configurable.
1916

2017
## OIDC authentication
2118

admin/access-control/users/index.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
---
2-
title: "User management"
3-
description: Learn how to add, delete and manage Coder users.
4-
---
1+
# User management
52

63
[Site managers](user-roles#site-manager-permissions) can create and manage users
74
from the **Users** page, which is accessible at **Manage** > **Users**.

admin/index.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
---
2-
title: "Admin"
3-
---
1+
# Admin
42

53
<children></children>

admin/organizations/index.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
---
2-
title: Organizations
3-
description: Learn about Coder organizations.
4-
---
1+
# Organizations
52

63
Organizations are groups that tie together users, workspaces, and images. You
74
must assign all of your images and workspaces to a specific organization. An

admin/registries/index.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
---
2-
title: "Registries"
3-
description: Learn how to hook into Docker Registries.
4-
---
1+
# Registries
52

63
Coder hooks into public and private Docker Registries to pull images and manage
74
image metadata.

admin/satellites/index.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
---
2-
title: Satellites
3-
description: Learn about satellite deployments to reduce global latency.
4-
---
1+
# Satellites
52

63
Workspace providers allow a single Coder deployment to provision and manage
74
workspaces across multiple Kubernetes clusters and namespaces, including those

admin/workspace-management/cvms/index.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
---
2-
title: Docker in workspaces
3-
description: Learn about supporting Docker inside workspaces.
4-
---
1+
# Docker in workspaces
52

63
[Container-based virtual machines (CVMs)](../../../workspaces/cvms.md) allow
74
users to run system-level programs, such as Docker and systemd, in their
@@ -78,8 +75,8 @@ container is what provides
7875
another directory like `/mycompanyname`
7976

8077
- Coder requires an older version of `containerd.io` because it contains a
81-
version of `runc` that works with Sysbox correctly. See our [enterprise-base
82-
Dockerfile](https://github.com/coder/enterprise-images/blob/main/images/base/Dockerfile.ubuntu)
78+
version of `runc` that works with Sysbox correctly. See our
79+
[enterprise-base Dockerfile](https://github.com/coder/enterprise-images/blob/main/images/base/Dockerfile.ubuntu)
8380
for an example or install the following in your Dockerfile
8481
`containerd.io=1.5.11-1`. In a future release, Coder will update to the latest
8582
Sysbox version that supports the latest `runc`.

admin/workspace-management/index.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
---
2-
title: "Workspace management"
3-
description: Learn how to manage workspaces from an admin level.
4-
---
1+
# Workspace management
52

63
Administrative users can modify a variety of workspace-related behaviors.
74

Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
---
2-
title: Deployment
3-
description: Learn how to deploy a workspace provider to a cluster.
4-
---
1+
# Deployment
52

63
<children></children>

admin/workspace-providers/index.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
---
2-
title: Workspace providers
3-
description: Learn how workspace providers can improve the developer experience.
4-
---
1+
# Workspace providers
52

63
Workspace providers are logical groups of resources to which developers can
74
deploy workspaces. They enable a single Coder deployment to provision and manage

changelog/1.30.0.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
---
2-
title: "1.30.0"
3-
description: "Released on 04/27/2022"
4-
---
1+
# 1.30.0
52

63
### Breaking changes ❗
74

changelog/1.31.0.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
---
2-
title: "1.31.0"
3-
description: "Released on 05/26/2022"
4-
---
1+
# 1.31.0
52

63
### Breaking changes ❗
74

changelog/1.32.0.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
---
2-
title: "1.32.0"
3-
description: "Released on 06/22/2022"
4-
---
1+
# 1.32.0
52

63
### Breaking changes ❗
74

@@ -18,7 +15,8 @@ There are no breaking changes in 1.32.0.
1815
- web: removed 1 MB upload limit on dev URLs.
1916
- infra: exposed workspace build times as a Prometheus endpoint metric.
2017
- infra: doubled the UID and GID map size for cached CVMs from 65k to 131k.
21-
- web: added offline documentation accessible to those with air-gapped deployments.
18+
- web: added offline documentation accessible to those with air-gapped
19+
deployments.
2220

2321
### Bug fixes 🐛
2422

changelog/1.33.0.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
---
2-
title: "1.33.0"
3-
description: "Released on 07/27/2022"
4-
---
1+
# 1.33.0
52

63
### Breaking changes ❗
74

changelog/1.34.0.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
---
2-
title: "1.34.0"
3-
description: "Released on 08/31/2022"
4-
---
1+
# 1.34.0
52

63
### Breaking changes ❗
74

@@ -16,7 +13,8 @@ There are no breaking changes 1.34.0.
1613
- infra: added automatic user deprovisioning via SCIM.
1714
- infra: updated sysbox to v0.5.2. Fixed an issue where CVMs would not work with
1815
latest Docker versions inside the user container.
19-
- infra: added ability to toggle on/off the coderd `DEBUG` logs in the Helm chart.
16+
- infra: added ability to toggle on/off the coderd `DEBUG` logs in the Helm
17+
chart.
2018
- cli: added a warning to the CLI when attempting to access a workspace that
2119
requires a rebuild.
2220
- cli: added --duration flag to coder tokens create to control token lifetime.

changelog/1.35.0.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
---
2-
title: "1.35.0"
3-
description: "Released on 9/28/2022"
4-
---
1+
# 1.35.0
52

63
### Breaking changes ❗
74

changelog/1.36.0.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
---
2-
title: "1.36.0"
3-
description: "Released on 10/26/2022"
4-
---
1+
# 1.36.0
52

63
### Breaking changes ❗
74

changelog/1.37.0.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
---
2-
title: "1.37.0"
3-
description: "Released on 11/23/2022"
4-
---
1+
# 1.37.0
52

63
### Breaking changes ❗
74

changelog/1.38.0.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
---
2-
title: "1.38.0"
3-
description: "Released on 01/04/2023"
4-
---
1+
# 1.38.0
52

63
### Breaking changes ❗
74

changelog/archive/index.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
---
2-
title: "Archives"
3-
Description: "For release 1.21.x and earlier."
4-
---
1+
# Archives
52

63
<children></children>

changelog/index.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
---
2-
title: "Changelog"
3-
description:
4-
"Coder releases annotated with breaking changes, new features, and fixes."
5-
---
1+
# Changelog
62

73
## Release schedule
84

cli/index.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
---
2-
title: "Command line"
3-
---
1+
# Command line
42

53
Coder provides an [open-source CLI](https://github.com/coder/coder-cli) that
64
allows you to interact with your workspaces using your local machine.

getting-started/index.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
---
2-
title: "Getting started"
3-
description: Get started with Coder.
4-
---
1+
# Getting started
52

63
We’re excited for you to be part of the growing community of Coder users, and we
74
wanted to provide this onboarding guide to help you get started.

guides/admin/index.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
---
2-
title: "Admin"
3-
description: Learn about admin tasks for Coder.
4-
---
1+
# Admin
52

63
<children></children>

guides/customization/index.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
---
2-
title: "Customization"
3-
description: Learn about tasks related to customizing Coder.
4-
---
1+
# Customization
52

63
<children></children>

guides/deployments/index.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
---
2-
title: "Deployment"
3-
description: Learn about tasks related to deploying Coder.
4-
---
1+
# Deployment
52

63
<children></children>

guides/index.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
---
2-
title: "Guides"
3-
description: Coder customization and advanced use cases.
4-
---
1+
# Guides
52

63
<children><children>

guides/tls-certificates/index.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
---
2-
title: TLS certificates
3-
description: Learn how to use cert-manager to set up TLS certificates.
4-
---
1+
# TLS certificates
52

63
<children></children>

guides/troubleshooting/index.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
---
2-
title: "Troubleshooting"
3-
description: Learn how to troubleshoot Coder-related errors.
4-
---
1+
# Troubleshooting
52

63
<children></children>

images/index.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
---
2-
title: "Images"
3-
description: Learn about reproducibility in Coder.
4-
---
1+
# Images
52

63
Coder creates development environments called
74
[workspaces](../workspaces/index.md) using container images as the blueprints.

index.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
---
2-
title: "Home"
3-
description: "Explore our guides and examples to get started with Coder."
4-
---
1+
# Home
52

63
Coder v1 is a self-hosted platform that allows organizations to securely
74
provision developer workspaces (featuring remote IDEs and all related resources)

0 commit comments

Comments
 (0)