From 9e24e8d171d14b6b0a66eb77544decda8909bd7e Mon Sep 17 00:00:00 2001 From: mwaldheim <31657644+mwaldheim@users.noreply.github.com> Date: Fri, 24 Jul 2026 23:38:13 +0200 Subject: [PATCH] fix(docs): add Docker publisher to navigation Signed-off-by: Markus Waldheim Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- astro.config.mjs | 1 + 1 file changed, 1 insertion(+) 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') }, ],