Skip to content

Commit 447ab16

Browse files
committed
docs: avoid inline HTML in API reference
1 parent f71ef33 commit 447ab16

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

api/v1alpha1/types_shared.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ type GatewayParentRef struct {
144144
// CertsSpec configures additional CA certificate mounts.
145145
type CertsSpec struct {
146146
// Secrets lists Secret key selectors for CA certificates.
147-
// Each is mounted at /etc/ssl/certs/<name>.crt.
147+
// Each is mounted at `/etc/ssl/certs/{name}.crt`.
148148
Secrets []CertSecretSelector `json:"secrets,omitempty"`
149149
}
150150

docs/reference/api/codercontrolplane.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ CertsSpec configures additional CA certificate mounts.
7474

7575
| Field | Type | Description |
7676
| --- | --- | --- |
77-
| `secrets` | [CertSecretSelector](#certsecretselector) array | Secrets lists Secret key selectors for CA certificates. Each is mounted at /etc/ssl/certs/<name>.crt. |
77+
| `secrets` | [CertSecretSelector](#certsecretselector) array | Secrets lists Secret key selectors for CA certificates. Each is mounted at `/etc/ssl/certs/\{name\}.crt`. |
7878

7979
### ExposeSpec
8080

0 commit comments

Comments
 (0)