From ed853ab8ea0c683509476e44f53e08d07c38deeb Mon Sep 17 00:00:00 2001 From: Mara Nikola Kiefer Date: Tue, 24 Feb 2026 12:04:43 +0100 Subject: [PATCH] chore: add CentralRepoOps pattern to design patterns list --- docs/astro.config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index b3a9c42e8bb..738b64c5d77 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -189,6 +189,7 @@ export default defineConfig({ { label: 'Design Patterns', items: [ + { label: 'CentralRepoOps', link: '/patterns/central-repo-ops/' }, { label: 'ChatOps', link: '/patterns/chat-ops/' }, { label: 'DailyOps', link: '/patterns/daily-ops/' }, { label: 'DataOps', link: '/patterns/data-ops/' },