From b779029517d3a490c8d140e90135775e964bcede Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Mon, 5 Jan 2026 02:45:14 +0100 Subject: [PATCH] fix: hide duplicate doc titles --- docs/assets/markdown.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/assets/markdown.css b/docs/assets/markdown.css index 3fce8adcc..c6acd9785 100644 --- a/docs/assets/markdown.css +++ b/docs/assets/markdown.css @@ -3,6 +3,10 @@ line-height: 1.7; } +.mdx-content > h1:first-of-type { + display: none; +} + .markdown h1, .markdown h2, .markdown h3, @@ -127,4 +131,3 @@ font-family: var(--font-pixel); letter-spacing: 0.06em; } -