From 01779d6148295ed628ef4b6aad177128dc1d8f1c Mon Sep 17 00:00:00 2001 From: Daniel Laskewitz Date: Sun, 5 Apr 2026 19:00:17 +0200 Subject: [PATCH] fix: remove cowork-collective from nav and sidebar Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- docs/.vitepress/config.mts | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index d4ccd7b1d..107538cba 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -49,15 +49,6 @@ export default defineConfig({ { text: "YAML Specialist", link: "/special-ops/yaml-specialist/" }, ], }, - { - text: "Cowork Collective", - items: [ - { text: "Overview", link: "/cowork-collective/" }, - { text: "Badge Check", link: "/cowork-collective/badge-check/" }, - { text: "Compliance Packet", link: "/cowork-collective/compliance-packet/" }, - { text: "Out of Office Vacation Handoff", link: "/cowork-collective/out-of-office-prep/" }, - ], - }, ], lastUpdated: { text: 'Last updated at', @@ -207,16 +198,6 @@ export default defineConfig({ { text: "YAML Specialist", link: "/special-ops/yaml-specialist/" }, ], }, - { - text: "Cowork Collective", - link: "/cowork-collective/", - collapsed: true, - items: [ - { text: "Badge Check", link: "/cowork-collective/badge-check/" }, - { text: "Compliance Packet", link: "/cowork-collective/compliance-packet/" }, - { text: "Out of Office Vacation Handoff", link: "/cowork-collective/out-of-office-prep/" }, - ], - }, ], socialLinks: [ {