mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-29 09:02:02 +03:00
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:
@@ -6,6 +6,9 @@ on:
|
|||||||
- main
|
- main
|
||||||
tags:
|
tags:
|
||||||
- "v*"
|
- "v*"
|
||||||
|
paths-ignore:
|
||||||
|
- "docs/**"
|
||||||
|
- "*.md"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: ghcr.io
|
REGISTRY: ghcr.io
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
title: "Memory"
|
||||||
summary: "How OpenClaw memory works (workspace files + automatic memory flush)"
|
summary: "How OpenClaw memory works (workspace files + automatic memory flush)"
|
||||||
read_when:
|
read_when:
|
||||||
- You want the memory file layout and workflow
|
- You want the memory file layout and workflow
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
title: "Session Pruning"
|
||||||
summary: "Session pruning: tool-result trimming to reduce context bloat"
|
summary: "Session pruning: tool-result trimming to reduce context bloat"
|
||||||
read_when:
|
read_when:
|
||||||
- You want to reduce LLM context growth from tool outputs
|
- You want to reduce LLM context growth from tool outputs
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://mintlify.com/docs.json",
|
"$schema": "https://mintlify.com/docs.json",
|
||||||
"name": "OpenClaw",
|
"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",
|
"theme": "mint",
|
||||||
"icons": {
|
"icons": {
|
||||||
"library": "lucide"
|
"library": "lucide"
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
title: "Default AGENTS.md"
|
||||||
summary: "Default OpenClaw agent instructions and skills roster for the personal assistant setup"
|
summary: "Default OpenClaw agent instructions and skills roster for the personal assistant setup"
|
||||||
read_when:
|
read_when:
|
||||||
- Starting a new OpenClaw agent session
|
- Starting a new OpenClaw agent session
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
title: "Release Checklist"
|
||||||
summary: "Step-by-step release checklist for npm + macOS app"
|
summary: "Step-by-step release checklist for npm + macOS app"
|
||||||
read_when:
|
read_when:
|
||||||
- Cutting a new npm release
|
- Cutting a new npm release
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
title: "AGENTS.md Template"
|
||||||
summary: "Workspace template for AGENTS.md"
|
summary: "Workspace template for AGENTS.md"
|
||||||
read_when:
|
read_when:
|
||||||
- Bootstrapping a workspace manually
|
- Bootstrapping a workspace manually
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
title: "BOOT.md Template"
|
||||||
summary: "Workspace template for BOOT.md"
|
summary: "Workspace template for BOOT.md"
|
||||||
read_when:
|
read_when:
|
||||||
- Adding a BOOT.md checklist
|
- Adding a BOOT.md checklist
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
title: "BOOTSTRAP.md Template"
|
||||||
summary: "First-run ritual for new agents"
|
summary: "First-run ritual for new agents"
|
||||||
read_when:
|
read_when:
|
||||||
- Bootstrapping a workspace manually
|
- Bootstrapping a workspace manually
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
title: "HEARTBEAT.md Template"
|
||||||
summary: "Workspace template for HEARTBEAT.md"
|
summary: "Workspace template for HEARTBEAT.md"
|
||||||
read_when:
|
read_when:
|
||||||
- Bootstrapping a workspace manually
|
- Bootstrapping a workspace manually
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
title: "SOUL.md Template"
|
||||||
summary: "Workspace template for SOUL.md"
|
summary: "Workspace template for SOUL.md"
|
||||||
read_when:
|
read_when:
|
||||||
- Bootstrapping a workspace manually
|
- Bootstrapping a workspace manually
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
title: "TOOLS.md Template"
|
||||||
summary: "Workspace template for TOOLS.md"
|
summary: "Workspace template for TOOLS.md"
|
||||||
read_when:
|
read_when:
|
||||||
- Bootstrapping a workspace manually
|
- Bootstrapping a workspace manually
|
||||||
|
|||||||
Reference in New Issue
Block a user