From 930a39e0f64f7169dd60e48cba50979a9b32ab8b Mon Sep 17 00:00:00 2001 From: Josh Heyer Date: Thu, 8 Feb 2024 12:29:45 -0800 Subject: [PATCH] Fix a couple of links and one heading level Signed-off-by: Josh Heyer --- docs/src/backup_barmanobjectstore.md | 2 +- docs/src/cluster_conf.md | 2 +- docs/src/wal_archiving.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/backup_barmanobjectstore.md b/docs/src/backup_barmanobjectstore.md index 81e4b55990..9e9387851e 100644 --- a/docs/src/backup_barmanobjectstore.md +++ b/docs/src/backup_barmanobjectstore.md @@ -29,7 +29,7 @@ A backup is performed from a primary or a designated primary instance in a `Cluster` (please refer to [replica clusters](replica_cluster.md) for more information about designated primary instances), or alternatively -on a [standby](#backup-from-a-standby). +on a [standby](backup.md#backup-from-a-standby). ## Common object stores diff --git a/docs/src/cluster_conf.md b/docs/src/cluster_conf.md index 43ed25b3fd..3634b11e59 100644 --- a/docs/src/cluster_conf.md +++ b/docs/src/cluster_conf.md @@ -47,7 +47,7 @@ CloudNativePG relies on [ephemeral volumes](https://kubernetes.io/docs/concepts/ for part of the internal activities. Ephemeral volumes exist for the sole duration of a pod's life, without persisting across pod restarts. -# Volume Claim Template for Temporary Storage +### Volume Claim Template for Temporary Storage The operator uses by default an `emptyDir` volume, which can be customized by using the `.spec.ephemeralVolumesSizeLimit field`. This can be overridden by specifying a volume claim template in the `.spec.ephemeralVolumeSource` field. diff --git a/docs/src/wal_archiving.md b/docs/src/wal_archiving.md index 9db3661aac..bc67b13757 100644 --- a/docs/src/wal_archiving.md +++ b/docs/src/wal_archiving.md @@ -13,7 +13,7 @@ the ["Backup on object stores" section](backup_barmanobjectstore.md) to set up the WAL archive. !!! Info - Please refer to [`BarmanObjectStoreConfiguration`](cloudnative-pg.v1.md#postgresql-cnpg-io-v1-barmanobjectstoreconfiguration) + Please refer to [`BarmanObjectStoreConfiguration`](cloudnative-pg.v1.md#postgresql-cnpg-io-v1-BarmanObjectStoreConfiguration) in the API reference for a full list of options. If required, you can choose to compress WAL files as soon as they