diff --git a/astro.config.mjs b/astro.config.mjs index 331cf46..0fccf8d 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -335,6 +335,7 @@ export default defineConfig({ { label: 'Publishers', items: [ + { label: 'publisher-docker', link: '/plugins/publishers/publisher-docker/', ...newBadge('2026-07-24') }, { label: 'publisher-generic-http', link: '/plugins/publishers/publisher-generic-http/', ...newBadge('2026-06-01') }, { label: 'publisher-oci', link: '/plugins/publishers/publisher-oci/', ...newBadge('2026-06-01') }, ],