Skip to content

fix(blog): correct 1.30 RC1 doc links#451

Merged
mnencia merged 1 commit into
mainfrom
dev/fix-1-30-rc1-doc-links
Jun 19, 2026
Merged

fix(blog): correct 1.30 RC1 doc links#451
mnencia merged 1 commit into
mainfrom
dev/fix-1-30-rc1-doc-links

Conversation

@mnencia

@mnencia mnencia commented Jun 19, 2026

Copy link
Copy Markdown
Member

The 1.30 RC1 release post linked documentation under /docs/preview/, a slug that only existed on the old pre-Docusaurus /documentation/ site. The current Docusaurus site uses bare version paths, so all three links returned 404.

Point them at /docs/1.30/ to match the convention used since 1.29. The 1.30 versioned docs are now published, so the targets resolve:

The 1.30 RC1 post linked docs under /docs/preview/, a slug that only
existed on the old pre-Docusaurus /documentation/ site. The current
site uses bare version paths, so the links 404ed. Point them at
/docs/1.30/ to match the 1.29 convention.

Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
@mnencia mnencia requested a review from a team as a code owner June 19, 2026 17:40
@mnencia mnencia requested a review from Copilot June 19, 2026 17:43

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes broken documentation links in the CloudNativePG 1.30.0 RC1 release announcement by updating paths from the legacy /docs/preview/ slug (now 404 on the Docusaurus site) to the published, versioned /docs/1.30/ paths, consistent with the docs-linking convention used since 1.29.

Changes:

  • Update the DatabaseRole documentation link to point to /docs/1.30/….
  • Update the .spec.primaryLease documentation link to point to /docs/1.30/….
  • Update the 1.30 release notes link to point to /docs/1.30/….

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@mnencia mnencia merged commit ba4985f into main Jun 19, 2026
5 checks passed
@mnencia mnencia deleted the dev/fix-1-30-rc1-doc-links branch June 19, 2026 17:45
mnencia added a commit that referenced this pull request Jun 19, 2026
The 1.30 RC1 post linked docs under /docs/preview/, a slug that only
existed on the old pre-Docusaurus /documentation/ site. The current
site uses bare version paths, so the links 404ed. Point them at
/docs/1.30/ to match the 1.29 convention.

Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
github-actions Bot pushed a commit that referenced this pull request Jun 19, 2026
The 1.30 RC1 post linked docs under /docs/preview/, a slug that only
existed on the old pre-Docusaurus /documentation/ site. The current
site uses bare version paths, so the links 404ed. Point them at
/docs/1.30/ to match the 1.29 convention.

Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com> b0d2493
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants