You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: remove duplicate h1 headers from docs index pages (#13)
The docs framework (fumadocs) renders the frontmatter `title` as an h1.
Having a matching `# Title` in the content creates duplicate h1 tags on
the page. Removed the content-level h1 from tools, concepts, contributing,
and examples index pages.
Co-authored-by: Claude <claude@nteg.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: apps/docs/content/docs/tools/index.mdx
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,6 @@ title: Tool Reference
3
3
description: Complete reference for all GitMem MCP tools.
4
4
---
5
5
6
-
# Tool Reference
7
-
8
6
GitMem exposes tools via the [Model Context Protocol](https://modelcontextprotocol.io). Each tool has a canonical name and short aliases for convenience.
0 commit comments