diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 69e2cee94..d98fc1945 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -23,7 +23,7 @@ jobs: - name: Setup mdBook run: | apt-get update - apt-get install curl wget -y + apt-get install curl wget libnss3-tools -y mkdir mdbook curl -sSL https://github.com/rust-lang/mdbook/releases/download/v0.4.37/mdbook-v0.4.37-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook curl -sSL https://github.com/tommilligan/mdbook-admonish/releases/download/v1.15.0/mdbook-admonish-v1.15.0-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook @@ -36,7 +36,7 @@ jobs: env: INPUT_URL: https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }} INPUT_PAGES_PATH: docs/book - INPUT_CMD_PARAMS: '--verbose --buffer-size=8192 --max-connections=10 --color=always --skip-tls-verification' + INPUT_CMD_PARAMS: '--ignore-fragments --verbose --buffer-size=8192 --max-connections=10 --color=always --skip-tls-verification' run: | wget -qO- https://raw.githubusercontent.com/ruzickap/action-my-broken-link-checker/v2/entrypoint.sh | bash - name: Setup Pages diff --git a/docs/src/reference/reference.md b/docs/src/reference/reference.md index 5bf870049..774358341 100644 --- a/docs/src/reference/reference.md +++ b/docs/src/reference/reference.md @@ -1,4 +1,4 @@ # Reference For reference documentation for CAPL API types, please refer to -the [godocs](https://pkg.go.dev/github.com/linode/cluster-api-provider-linode@v0.0.0-20240201213736-1a737bd24eca/api/v1alpha1) +the [godocs](https://pkg.go.dev/github.com/linode/cluster-api-provider-linode) diff --git a/docs/src/topics/etcd.md b/docs/src/topics/etcd.md index 5601c2211..788baf045 100644 --- a/docs/src/topics/etcd.md +++ b/docs/src/topics/etcd.md @@ -19,7 +19,9 @@ The pod will need the bucket details like the name, region, endpoints and access bucket-details secret that is created when the OBJ bucket gets created. ### Enabling SSE -Users can also enable SSE(Server_side encryption) by passing a SSE AES-256 Key as an env var. All env vars [here](../../../templates/addons/etcd-backup-restore/etcd-backup-restore.yaml) on the pod can be controlled during the provisioning process. +Users can also enable SSE (Server-side encryption) by passing a SSE AES-256 Key as an env var. All env vars +[here](https://github.com/linode/cluster-api-provider-linode/blob/main/templates/addons/etcd-backup-restore/etcd-backup-restore.yaml) +on the pod can be controlled during the provisioning process. > [!WARNING] > This is currently under development and will be available for use once the upstream [PR](https://github.com/gardener/etcd-backup-restore/pull/719) is merged and an official image is made available diff --git a/docs/src/topics/flavors/dual-stack.md b/docs/src/topics/flavors/dual-stack.md index c2e96c95a..26e3d1306 100644 --- a/docs/src/topics/flavors/dual-stack.md +++ b/docs/src/topics/flavors/dual-stack.md @@ -4,7 +4,7 @@ |---------------|--------|--------------|-----------------------|------|------| | Kubeadm | Cilium | Ubuntu 22.04 | No | Yes | Yes | ## Prerequisites -[Quickstart](../topics/getting-started.md) completed +[Quickstart](../getting-started.md) completed ## Usage 1. Generate cluster yaml ```bash