docs: canonicalize docs paths and align zh navigation (#11428)

* docs(navigation): canonicalize paths and align zh nav

* chore(docs): remove stray .DS_Store

* docs(scripts): add non-mint docs link audit

* docs(nav): fix zh source paths and preserve legacy redirects (#11428) (thanks @sebslight)

* chore(docs): satisfy lint for docs link audit script (#11428) (thanks @sebslight)
This commit is contained in:
Seb Slight
2026-02-07 15:40:35 -05:00
committed by GitHub
parent cde29fef71
commit 929a3725d3
148 changed files with 607 additions and 687 deletions

View File

@@ -19,8 +19,8 @@ x-i18n:
相关内容:
- 钩子:[钩子](/hooks)
- 插件钩子:[插件](/plugin#plugin-hooks)
- 钩子:[钩子](/automation/hooks)
- 插件钩子:[插件](/tools/plugin#plugin-hooks)
## 列出所有钩子
@@ -255,7 +255,7 @@ openclaw hooks enable session-memory
**输出:** `~/.openclaw/workspace/memory/YYYY-MM-DD-slug.md`
**参见:** [session-memory 文档](/hooks#session-memory)
**参见:** [session-memory 文档](/automation/hooks#session-memory)
### command-logger
@@ -282,7 +282,7 @@ cat ~/.openclaw/logs/commands.log | jq .
grep '"action":"new"' ~/.openclaw/logs/commands.log | jq .
```
**参见:** [command-logger 文档](/hooks#command-logger)
**参见:** [command-logger 文档](/automation/hooks#command-logger)
### soul-evil
@@ -308,4 +308,4 @@ openclaw hooks enable soul-evil
openclaw hooks enable boot-md
```
**参见:** [boot-md 文档](/hooks#boot-md)
**参见:** [boot-md 文档](/automation/hooks#boot-md)