From 44ff89539499b9417f166e8f4c2948bffbc7ff7b Mon Sep 17 00:00:00 2001 From: Dragos Andriciuc Date: Wed, 9 Jul 2025 14:27:28 +0300 Subject: [PATCH] Typo fix in RN index and TOC (#464) - remove index body as it is out of place --- .../docs/release-notes/release-notes.md | 20 +++++++++---------- contrib/pg_tde/documentation/mkdocs.yml | 2 +- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/contrib/pg_tde/documentation/docs/release-notes/release-notes.md b/contrib/pg_tde/documentation/docs/release-notes/release-notes.md index 7a5175285dc..d1e7b8e1424 100644 --- a/contrib/pg_tde/documentation/docs/release-notes/release-notes.md +++ b/contrib/pg_tde/documentation/docs/release-notes/release-notes.md @@ -1,12 +1,10 @@ -# `pg_tde` release notes index +# Release notes index -`pg_tde` extension brings in [Transparent Data Encryption (TDE)](../index/index.md) to PostgreSQL and enables you to keep sensitive data safe and secure. - -* [Percona Transparent Database Encryption for PostgreSQL 1.0 ({{date.GA10}})](release-notes-v1.0.md) -* [pg_tde Release Candidate 2 (RC2) ({{date.RC2}})](rc2.md) -* [pg_tde Release Candidate 2 (RC2) ({{date.RC2}})](rc2.md) -* [pg_tde Release Candidate ({{date.RC}})](rc.md) -* [pg_tde Beta2 (2024-12-16)](beta2.md) -* [pg_tde Beta (2024-06-30)](beta.md) -* [pg_tde Alpha1 (2024-03-28)](alpha1.md) -* [pg_tde MVP (2023-12-12)](mvp.md) +* [Percona Transparent Database Encryption for PostgreSQL 1.0](release-notes-v1.0.md) ({{date.GA10}}) +* [pg_tde Release Candidate 2 (RC2)](rc2.md) ({{date.RC2}}) +* [pg_tde Release Candidate 1 (RC1)](rc2.md) ({{date.RC}}) +* [pg_tde Release Candidate](rc.md) ({{date.RC}}) +* [pg_tde Beta2](beta2.md) (2024-12-16) +* [pg_tde Beta](beta.md) (2024-06-30) +* [pg_tde Alpha1](alpha1.md) (2024-03-28) +* [pg_tde MVP](mvp.md) (2023-12-12) diff --git a/contrib/pg_tde/documentation/mkdocs.yml b/contrib/pg_tde/documentation/mkdocs.yml index eca6171c87a..aa490d2dd0a 100644 --- a/contrib/pg_tde/documentation/mkdocs.yml +++ b/contrib/pg_tde/documentation/mkdocs.yml @@ -205,7 +205,7 @@ nav: - "Restore an encrypted pg_tde backup": how-to/restore-backups.md - faq.md - "Release notes": - - "pg_tde release notes": release-notes/release-notes.md + - "Release notes index": release-notes/release-notes.md - release-notes/release-notes-v1.0.md - release-notes/rc2.md - release-notes/rc.md