diff --git a/.github/workflows/docker-release.yml b/.github/workflows/docker-release.yml index aa175961df2..924a7ca1af0 100644 --- a/.github/workflows/docker-release.yml +++ b/.github/workflows/docker-release.yml @@ -6,6 +6,9 @@ on: - main tags: - "v*" + paths-ignore: + - "docs/**" + - "*.md" env: REGISTRY: ghcr.io diff --git a/docs/concepts/memory.md b/docs/concepts/memory.md index f9b3dc9b839..039f51c6167 100644 --- a/docs/concepts/memory.md +++ b/docs/concepts/memory.md @@ -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 diff --git a/docs/concepts/session-pruning.md b/docs/concepts/session-pruning.md index e9e55b38878..0fcb2b78d0a 100644 --- a/docs/concepts/session-pruning.md +++ b/docs/concepts/session-pruning.md @@ -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 diff --git a/docs/docs.json b/docs/docs.json index 4a50c5d74bc..ecd16552c76 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -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" diff --git a/docs/reference/AGENTS.default.md b/docs/reference/AGENTS.default.md index 404a0506a2c..6e2869403f5 100644 --- a/docs/reference/AGENTS.default.md +++ b/docs/reference/AGENTS.default.md @@ -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 diff --git a/docs/reference/RELEASING.md b/docs/reference/RELEASING.md index 23670a13394..0f9f37acb5b 100644 --- a/docs/reference/RELEASING.md +++ b/docs/reference/RELEASING.md @@ -1,4 +1,5 @@ --- +title: "Release Checklist" summary: "Step-by-step release checklist for npm + macOS app" read_when: - Cutting a new npm release diff --git a/docs/reference/templates/AGENTS.md b/docs/reference/templates/AGENTS.md index 956b1195ac7..619ce4c5661 100644 --- a/docs/reference/templates/AGENTS.md +++ b/docs/reference/templates/AGENTS.md @@ -1,4 +1,5 @@ --- +title: "AGENTS.md Template" summary: "Workspace template for AGENTS.md" read_when: - Bootstrapping a workspace manually diff --git a/docs/reference/templates/BOOT.md b/docs/reference/templates/BOOT.md index a6050048420..a5edf43ef49 100644 --- a/docs/reference/templates/BOOT.md +++ b/docs/reference/templates/BOOT.md @@ -1,4 +1,5 @@ --- +title: "BOOT.md Template" summary: "Workspace template for BOOT.md" read_when: - Adding a BOOT.md checklist diff --git a/docs/reference/templates/BOOTSTRAP.md b/docs/reference/templates/BOOTSTRAP.md index 210dc945509..de92e9a9e6a 100644 --- a/docs/reference/templates/BOOTSTRAP.md +++ b/docs/reference/templates/BOOTSTRAP.md @@ -1,4 +1,5 @@ --- +title: "BOOTSTRAP.md Template" summary: "First-run ritual for new agents" read_when: - Bootstrapping a workspace manually diff --git a/docs/reference/templates/HEARTBEAT.md b/docs/reference/templates/HEARTBEAT.md index 5ee0d711f48..58b844f91bd 100644 --- a/docs/reference/templates/HEARTBEAT.md +++ b/docs/reference/templates/HEARTBEAT.md @@ -1,4 +1,5 @@ --- +title: "HEARTBEAT.md Template" summary: "Workspace template for HEARTBEAT.md" read_when: - Bootstrapping a workspace manually diff --git a/docs/reference/templates/SOUL.md b/docs/reference/templates/SOUL.md index d444ec2348d..a9d8edfd2ed 100644 --- a/docs/reference/templates/SOUL.md +++ b/docs/reference/templates/SOUL.md @@ -1,4 +1,5 @@ --- +title: "SOUL.md Template" summary: "Workspace template for SOUL.md" read_when: - Bootstrapping a workspace manually diff --git a/docs/reference/templates/TOOLS.md b/docs/reference/templates/TOOLS.md index 60511ffb667..326b6972860 100644 --- a/docs/reference/templates/TOOLS.md +++ b/docs/reference/templates/TOOLS.md @@ -1,4 +1,5 @@ --- +title: "TOOLS.md Template" summary: "Workspace template for TOOLS.md" read_when: - Bootstrapping a workspace manually