Skip to content

Commit ff661e0

Browse files
nTEG-devClaudeclaude
authored
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>
1 parent abcec8b commit ff661e0

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

apps/docs/content/docs/concepts/index.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: Core Concepts
33
description: Understand the building blocks of GitMem's institutional memory system.
44
---
55

6-
# Core Concepts
7-
86
GitMem is built around a few key ideas that work together to give AI agents persistent, actionable memory.
97

108
## The Memory Loop

apps/docs/content/docs/contributing/index.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: Contributing
33
description: How to contribute to GitMem.
44
---
55

6-
# Contributing
7-
86
GitMem is open source. Contributions are welcome.
97

108
## Development Setup

apps/docs/content/docs/examples/index.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: Examples
33
description: Real stories of institutional memory preventing mistakes.
44
---
55

6-
# Examples
7-
86
These are real stories from production AI agent workflows — anonymized, but not invented. Each one follows the same arc:
97

108
1. **The Situation** — An agent hits a problem during real work

apps/docs/content/docs/tools/index.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: Tool Reference
33
description: Complete reference for all GitMem MCP tools.
44
---
55

6-
# Tool Reference
7-
86
GitMem exposes tools via the [Model Context Protocol](https://modelcontextprotocol.io). Each tool has a canonical name and short aliases for convenience.
97

108
## Core Tools (All Tiers)

0 commit comments

Comments
 (0)