From f2c82990ae2889e9704a909b90dbce6f13daf0b1 Mon Sep 17 00:00:00 2001 From: ScriptedAlchemy Date: Fri, 4 Sep 2026 01:28:12 +0000 Subject: [PATCH] docs(site): restore the Detail table header used by the lineage tables #490 removed `headers.detail` as unused; #480 landed concurrently and its new lineage tables read it, so the main docs build failed to typecheck. --- website/plugins/generated-reference.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/plugins/generated-reference.ts b/website/plugins/generated-reference.ts index 83b02fe92..aaf81af52 100644 --- a/website/plugins/generated-reference.ts +++ b/website/plugins/generated-reference.ts @@ -155,6 +155,7 @@ const messages = { marketplace: 'Marketplace manifest', hooksConfig: 'Hooks document', state: 'State', + detail: 'Detail', method: 'Method / commands', scopes: 'Scopes', source: 'Source', @@ -235,6 +236,7 @@ const messages = { marketplace: '市场清单', hooksConfig: '钩子文档', state: '状态', + detail: '说明', method: '方式 / 命令', scopes: '作用域', source: '来源',