chore: remove architecture doc in web app

This commit is contained in:
2026-08-16 06:09:31 +02:00
parent 042391cdc3
commit e2b6c6102c
-6
View File
@@ -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 {