From 585e20b72e010da5d30d2c81da99efc0e61097d6 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sat, 24 Jan 2026 10:21:01 +0000 Subject: [PATCH] docs: fix redirects and help links --- docs/compaction.md | 8 -------- docs/docs.json | 12 ------------ docs/help/faq.md | 2 +- 3 files changed, 1 insertion(+), 21 deletions(-) delete mode 100644 docs/compaction.md diff --git a/docs/compaction.md b/docs/compaction.md deleted file mode 100644 index 0ee4937af..000000000 --- a/docs/compaction.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -summary: "Alias for compaction docs" -read_when: - - You looked for /compaction; canonical doc lives in /concepts/compaction ---- -# Compaction - -Canonical compaction docs live in [Compaction](/concepts/compaction). diff --git a/docs/docs.json b/docs/docs.json index 184918cab..ff800b87d 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -449,10 +449,6 @@ "source": "/location-command", "destination": "/nodes/location-command" }, - { - "source": "/logging", - "destination": "/gateway/logging" - }, { "source": "/lore", "destination": "/start/lore" @@ -761,14 +757,6 @@ "source": "/wizard", "destination": "/start/wizard" }, - { - "source": "/install/node", - "destination": "/install#nodejs--npm-path-sanity" - }, - { - "source": "/install/node/", - "destination": "/install#nodejs--npm-path-sanity" - }, { "source": "/start/faq", "destination": "/help/faq" diff --git a/docs/help/faq.md b/docs/help/faq.md index 6ced84a11..b3a76be04 100644 --- a/docs/help/faq.md +++ b/docs/help/faq.md @@ -1677,4 +1677,4 @@ You can add options like `debounce:2s cap:25 drop:summarize` for followup modes. --- -Still stuck? Ask in Discord or open a GitHub discussion. +Still stuck? Ask in [Discord](https://discord.com/invite/clawd) or open a [GitHub discussion](https://github.com/clawdbot/clawdbot/discussions).