From e2b6c6102c7302c5670b95aa8826ba4a7625e8e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 16 Aug 2026 06:09:31 +0200 Subject: [PATCH] chore: remove architecture doc in web app --- app/src/lib/docs.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/src/lib/docs.ts b/app/src/lib/docs.ts index 2e924dd..137c8e0 100644 --- a/app/src/lib/docs.ts +++ b/app/src/lib/docs.ts @@ -21,12 +21,6 @@ export const DOCS: DocMeta[] = [ description: "Every field in triggershell.yml: server, auth, scripts, and variables.", file: "CONFIG_REFERENCE.md", }, - { - slug: "architecture", - title: "Architecture", - description: "How the CLI, custom server, runner, and web app fit together.", - file: "ARCHITECTURE.md", - }, ]; export function getDocMeta(slug: string): DocMeta | undefined {