docs: SEO and AI discoverability improvements

- Add description to docs.json for llms.txt blockquote summary
- Add title frontmatter to 10 docs files for llms.txt link text
- ci(docker): skip builds for docs-only changes
This commit is contained in:
quotentiroler
2026-02-09 14:20:56 -08:00
parent e4a04f32e3
commit a172ff9ed2
12 changed files with 14 additions and 0 deletions

View File

@@ -6,6 +6,9 @@ on:
- main
tags:
- "v*"
paths-ignore:
- "docs/**"
- "*.md"
env:
REGISTRY: ghcr.io

View File

@@ -1,4 +1,5 @@
---
title: "Memory"
summary: "How OpenClaw memory works (workspace files + automatic memory flush)"
read_when:
- You want the memory file layout and workflow

View File

@@ -1,4 +1,5 @@
---
title: "Session Pruning"
summary: "Session pruning: tool-result trimming to reduce context bloat"
read_when:
- You want to reduce LLM context growth from tool outputs

View File

@@ -1,6 +1,7 @@
{
"$schema": "https://mintlify.com/docs.json",
"name": "OpenClaw",
"description": "Self-hosted gateway that connects WhatsApp, Telegram, Discord, iMessage, and more to AI coding agents. Run a single Gateway process on your own machine and message your AI assistant from anywhere.",
"theme": "mint",
"icons": {
"library": "lucide"

View File

@@ -1,4 +1,5 @@
---
title: "Default AGENTS.md"
summary: "Default OpenClaw agent instructions and skills roster for the personal assistant setup"
read_when:
- Starting a new OpenClaw agent session

View File

@@ -1,4 +1,5 @@
---
title: "Release Checklist"
summary: "Step-by-step release checklist for npm + macOS app"
read_when:
- Cutting a new npm release

View File

@@ -1,4 +1,5 @@
---
title: "AGENTS.md Template"
summary: "Workspace template for AGENTS.md"
read_when:
- Bootstrapping a workspace manually

View File

@@ -1,4 +1,5 @@
---
title: "BOOT.md Template"
summary: "Workspace template for BOOT.md"
read_when:
- Adding a BOOT.md checklist

View File

@@ -1,4 +1,5 @@
---
title: "BOOTSTRAP.md Template"
summary: "First-run ritual for new agents"
read_when:
- Bootstrapping a workspace manually

View File

@@ -1,4 +1,5 @@
---
title: "HEARTBEAT.md Template"
summary: "Workspace template for HEARTBEAT.md"
read_when:
- Bootstrapping a workspace manually

View File

@@ -1,4 +1,5 @@
---
title: "SOUL.md Template"
summary: "Workspace template for SOUL.md"
read_when:
- Bootstrapping a workspace manually

View File

@@ -1,4 +1,5 @@
---
title: "TOOLS.md Template"
summary: "Workspace template for TOOLS.md"
read_when:
- Bootstrapping a workspace manually