Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e2b6c6102c | ||
|
|
042391cdc3 |
@@ -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>
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user