From f5ffd1912d68b2a803930637453b0ca78ad1eec3 Mon Sep 17 00:00:00 2001 From: ScriptedAlchemy Date: Fri, 4 Sep 2026 02:17:16 +0000 Subject: [PATCH] docs(site): drop the duplicate lineage Detail header key that #502 and #504 both restored --- website/plugins/generated-reference.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/website/plugins/generated-reference.ts b/website/plugins/generated-reference.ts index c05ffb392..aaf81af52 100644 --- a/website/plugins/generated-reference.ts +++ b/website/plugins/generated-reference.ts @@ -170,7 +170,6 @@ const messages = { reason: 'Reason', channel: 'Channel', hosts: 'Hosts', - detail: 'Detail', }, unavailable: 'unavailable', notApplicable: '—', @@ -252,7 +251,6 @@ const messages = { reason: '原因', channel: '通道', hosts: '宿主', - detail: '详情', }, unavailable: 'unavailable', notApplicable: '—',