From 8c8aa819ecbd99b0ae5f6c3d12ca405b25e7f0e7 Mon Sep 17 00:00:00 2001 From: Shivam Kumar Date: Fri, 7 Aug 2026 00:37:15 +0530 Subject: [PATCH] Refactor: Remove obsolete local /release path and link directly to GitHub Releases - Removed the Docusaurus plugin configuration for the local /release path. - Added a "Podman Releases" link to the website footer pointing to GitHub Releases. - Preserved the historical release notes as requested by maintainers. Fixes #634 Signed-off-by: Shivam --- docusaurus.config.js | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 402180af5e..21fb5ef1cd 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -33,14 +33,6 @@ const config = { }, }; }, - ['@docusaurus/plugin-content-blog', - { - showReadingTime: true, - routeBasePath: 'release', - id: 'release-anouncements', - path: './release', - }, - ], ], presets: [ [ @@ -154,6 +146,10 @@ const config = { label: 'Podman GitHub', href: 'https://github.com/podman-container-tools/podman', }, + { + label: 'Podman Releases', + href: 'https://github.com/podman-container-tools/podman/releases', + }, { label: 'Podman Desktop GitHub', href: 'https://github.com/podman-desktop/podman-desktop',