diff --git a/docusaurus.config.js b/docusaurus.config.js index 402180af5..21fb5ef1c 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',