/** * "Legacy" badge rendered at the top of a docs page (under the title) when the * page frontmatter sets `legacy: true` — for guides superseded by sessions but * kept for existing integrations. The "Written " stamp is separate (see * the `written` frontmatter field), so a current, dated guide can show its date * without being marked legacy. */ export function LegacyBadge() { return ( Legacy ); }