mirror of
https://github.com/moltbot/moltbot.git
synced 2026-03-08 06:54:24 +00: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:
3
.github/workflows/docker-release.yml
vendored
3
.github/workflows/docker-release.yml
vendored
@@ -6,6 +6,9 @@ on:
|
||||
- main
|
||||
tags:
|
||||
- "v*"
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
- "*.md"
|
||||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
---
|
||||
title: "Release Checklist"
|
||||
summary: "Step-by-step release checklist for npm + macOS app"
|
||||
read_when:
|
||||
- Cutting a new npm release
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
---
|
||||
title: "AGENTS.md Template"
|
||||
summary: "Workspace template for AGENTS.md"
|
||||
read_when:
|
||||
- Bootstrapping a workspace manually
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
---
|
||||
title: "BOOT.md Template"
|
||||
summary: "Workspace template for BOOT.md"
|
||||
read_when:
|
||||
- Adding a BOOT.md checklist
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
---
|
||||
title: "BOOTSTRAP.md Template"
|
||||
summary: "First-run ritual for new agents"
|
||||
read_when:
|
||||
- Bootstrapping a workspace manually
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
---
|
||||
title: "HEARTBEAT.md Template"
|
||||
summary: "Workspace template for HEARTBEAT.md"
|
||||
read_when:
|
||||
- Bootstrapping a workspace manually
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
---
|
||||
title: "SOUL.md Template"
|
||||
summary: "Workspace template for SOUL.md"
|
||||
read_when:
|
||||
- Bootstrapping a workspace manually
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
---
|
||||
title: "TOOLS.md Template"
|
||||
summary: "Workspace template for TOOLS.md"
|
||||
read_when:
|
||||
- Bootstrapping a workspace manually
|
||||
|
||||
Reference in New Issue
Block a user