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 {