2 Commits
Author SHA1 Message Date
valknar e2b6c6102c chore: remove architecture doc in web app 2026-08-16 06:09:31 +02:00
valknarandClaude Sonnet 5 042391cdc3 Match run detail card width to the new-run form card
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-16 06:08:40 +02:00
2 changed files with 1 additions and 7 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ export default async function RunDetailPage({ params }: RunDetailPageProps) {
}));
return (
<div className="mx-auto flex max-w-3xl flex-col gap-4">
<div className="mx-auto flex max-w-2xl flex-col gap-4">
<Card>
<CardHeader>
<CardTitle>{run.scriptName}</CardTitle>
-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 {