From dd93e2353a6c6fb0069e58a15da234db037d4264 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 18 Feb 2026 15:57:46 -0500 Subject: [PATCH] fix: remove duplicate h1 headers from docs index pages 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 Opus 4.6 --- apps/docs/content/docs/concepts/index.mdx | 2 -- apps/docs/content/docs/contributing/index.mdx | 2 -- apps/docs/content/docs/examples/index.mdx | 2 -- apps/docs/content/docs/tools/index.mdx | 2 -- 4 files changed, 8 deletions(-) diff --git a/apps/docs/content/docs/concepts/index.mdx b/apps/docs/content/docs/concepts/index.mdx index 87fbbd2..07d6c09 100644 --- a/apps/docs/content/docs/concepts/index.mdx +++ b/apps/docs/content/docs/concepts/index.mdx @@ -3,8 +3,6 @@ title: Core Concepts description: Understand the building blocks of GitMem's institutional memory system. --- -# Core Concepts - GitMem is built around a few key ideas that work together to give AI agents persistent, actionable memory. ## The Memory Loop diff --git a/apps/docs/content/docs/contributing/index.mdx b/apps/docs/content/docs/contributing/index.mdx index dff8316..8ecc555 100644 --- a/apps/docs/content/docs/contributing/index.mdx +++ b/apps/docs/content/docs/contributing/index.mdx @@ -3,8 +3,6 @@ title: Contributing description: How to contribute to GitMem. --- -# Contributing - GitMem is open source. Contributions are welcome. ## Development Setup diff --git a/apps/docs/content/docs/examples/index.mdx b/apps/docs/content/docs/examples/index.mdx index 1bf7ec6..5b023fa 100644 --- a/apps/docs/content/docs/examples/index.mdx +++ b/apps/docs/content/docs/examples/index.mdx @@ -3,8 +3,6 @@ title: Examples description: Real stories of institutional memory preventing mistakes. --- -# Examples - These are real stories from production AI agent workflows — anonymized, but not invented. Each one follows the same arc: 1. **The Situation** — An agent hits a problem during real work diff --git a/apps/docs/content/docs/tools/index.mdx b/apps/docs/content/docs/tools/index.mdx index 953a73a..c8c9d40 100644 --- a/apps/docs/content/docs/tools/index.mdx +++ b/apps/docs/content/docs/tools/index.mdx @@ -3,8 +3,6 @@ title: Tool Reference description: Complete reference for all GitMem MCP tools. --- -# Tool Reference - GitMem exposes tools via the [Model Context Protocol](https://modelcontextprotocol.io). Each tool has a canonical name and short aliases for convenience. ## Core Tools (All Tiers)