Compare commits
2
Commits
dc34b38b26
...
e2b6c6102c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e2b6c6102c | ||
|
|
042391cdc3 |
@@ -66,7 +66,7 @@ export default async function RunDetailPage({ params }: RunDetailPageProps) {
|
|||||||
}));
|
}));
|
||||||
|
|
||||||
return (
|
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>
|
<Card>
|
||||||
<CardHeader>
|
<CardHeader>
|
||||||
<CardTitle>{run.scriptName}</CardTitle>
|
<CardTitle>{run.scriptName}</CardTitle>
|
||||||
|
|||||||
@@ -21,12 +21,6 @@ export const DOCS: DocMeta[] = [
|
|||||||
description: "Every field in triggershell.yml: server, auth, scripts, and variables.",
|
description: "Every field in triggershell.yml: server, auth, scripts, and variables.",
|
||||||
file: "CONFIG_REFERENCE.md",
|
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 {
|
export function getDocMeta(slug: string): DocMeta | undefined {
|
||||||
|
|||||||
Reference in New Issue
Block a user