Skip to content

Commit ce04dc3

Browse files
authored
chore(docs): upgrading docusaurus (#594)
Signed-off-by: Miguel Martinez Trivino <[email protected]>
1 parent a80be32 commit ce04dc3

File tree

5 files changed

+3670
-24783
lines changed

5 files changed

+3670
-24783
lines changed

docs/docs/guides/dependency-track/dependency-track.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ You can also use interpolation to calculate the project name dynamically based o
176176
...
177177
```
178178

179-
You can then use the `{{ .Material.Annotations.Component }}` or `{{ .Attestation.Annotations.Asset }} templates during attachment, for example
179+
You can then use the `{{ .Material.Annotations.Component }}` or `{{ .Attestation.Annotations.Asset }}` templates during attachment, for example
180180

181181
```bash
182182
$ chainloop integration attached add \

docs/docs/guides/deployment/k8s/k8s.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ During installation, you'll need to provide
5757

5858
- Open ID Connect Identity Provider (IDp) settings i.e [Auth0 settings](https://auth0.com/docs/get-started/applications/application-settings#basic-information)
5959
- Connection settings for a secrets storage backend, either [Hashicorp Vault](https://www.vaultproject.io/) or [AWS Secrets Manager](https://aws.amazon.com/secrets-manager)
60-
- ECDSA (ES512) key-pair used for Controlplane <-> CAS Authentication
60+
- ECDSA (ES512) key-pair used for Controlplane \<-> CAS Authentication
6161

6262
Instructions on how to create the ECDSA keypair can be found [here](#generate-a-ecdsa-key-pair).
6363

@@ -165,7 +165,7 @@ During installation, you'll need to provide
165165

166166
- Open ID Connect Identity Provider (IDp) settings i.e [Auth0 settings](https://auth0.com/docs/get-started/applications/application-settings#basic-information)
167167
- ~~Connection settings for a secrets storage backend, either [Hashicorp Vault](https://www.vaultproject.io/) or [AWS Secrets Manager](https://aws.amazon.com/secrets-manager)~~
168-
- ~~ECDSA (ES512) key-pair used for Controlplane <-> CAS Authentication~~
168+
- ~~ECDSA (ES512) key-pair used for Controlplane \<-> CAS Authentication~~
169169

170170
#### Installation Examples
171171

@@ -440,7 +440,7 @@ chainloop config save \
440440
441441
| Name | Description | Value |
442442
| ------------------ | ---------------------------------------------------------------------- | ----- |
443-
| `casJWTPrivateKey` | ECDSA (ES512) private key used for Controlplane <-> CAS Authentication | `""` |
443+
| `casJWTPrivateKey` | ECDSA (ES512) private key used for Controlplane \<-> CAS Authentication | `""` |
444444
| `casJWTPublicKey` | ECDSA (ES512) public key | `""` |
445445
446446
### Control Plane
@@ -483,12 +483,12 @@ chainloop config save \
483483
| `controlplane.service.type` | Service type | `ClusterIP` |
484484
| `controlplane.service.port` | Service port | `80` |
485485
| `controlplane.service.targetPort` | Service target Port | `http` |
486-
| `controlplane.service.nodePorts.http` | Node port for HTTP. NOTE: choose port between <30000-32767> | |
486+
| `controlplane.service.nodePorts.http` | Node port for HTTP. NOTE: choose port between \<30000-32767> | |
487487
| `controlplane.serviceAPI.type` | Service type | `ClusterIP` |
488488
| `controlplane.serviceAPI.port` | Service port | `80` |
489489
| `controlplane.serviceAPI.targetPort` | Service target Port | `grpc` |
490490
| `controlplane.serviceAPI.annotations` | Service annotations | |
491-
| `controlplane.serviceAPI.nodePorts.http` | Node port for HTTP. NOTE: choose port between <30000-32767> | |
491+
| `controlplane.serviceAPI.nodePorts.http` | Node port for HTTP. NOTE: choose port between \<30000-32767> | |
492492
| `controlplane.ingress.enabled` | Enable ingress record generation for %%MAIN_CONTAINER_NAME%% | `false` |
493493
| `controlplane.ingress.pathType` | Ingress path type | `ImplementationSpecific` |
494494
| `controlplane.ingress.hostname` | Default host for the ingress record | `cp.dev.local` |
@@ -549,12 +549,12 @@ chainloop config save \
549549
| `cas.service.type` | Service type | `ClusterIP` |
550550
| `cas.service.port` | Service port | `80` |
551551
| `cas.service.targetPort` | Service target Port | `http` |
552-
| `cas.service.nodePorts.http` | Node port for HTTP. NOTE: choose port between <30000-32767> | |
552+
| `cas.service.nodePorts.http` | Node port for HTTP. NOTE: choose port between \<30000-32767> | |
553553
| `cas.serviceAPI.type` | Service type | `ClusterIP` |
554554
| `cas.serviceAPI.port` | Service port | `80` |
555555
| `cas.serviceAPI.targetPort` | Service target Port | `grpc` |
556556
| `cas.serviceAPI.annotations` | Service annotations | |
557-
| `cas.serviceAPI.nodePorts.http` | Node port for HTTP. NOTE: choose port between <30000-32767> | |
557+
| `cas.serviceAPI.nodePorts.http` | Node port for HTTP. NOTE: choose port between \<30000-32767> | |
558558
| `cas.ingress.enabled` | Enable ingress record generation for %%MAIN_CONTAINER_NAME%% | `false` |
559559
| `cas.ingress.pathType` | Ingress path type | `ImplementationSpecific` |
560560
| `cas.ingress.hostname` | Default host for the ingress record | `cas.dev.local` |
@@ -620,7 +620,7 @@ Licensed under the Apache License, Version 2.0 (the "License");
620620
you may not use this file except in compliance with the License.
621621
You may obtain a copy of the License at
622622
623-
<http://www.apache.org/licenses/LICENSE-2.0>
623+
http://www.apache.org/licenses/LICENSE-2.0
624624
625625
Unless required by applicable law or agreed to in writing, software
626626
distributed under the License is distributed on an "AS IS" BASIS,

0 commit comments

Comments
 (0)