diff --git a/docs/concepts/features.md b/docs/concepts/features.md
index 752c69eeaa7..d8d6ec9005f 100644
--- a/docs/concepts/features.md
+++ b/docs/concepts/features.md
@@ -75,5 +75,17 @@ title: "Features"
## Related
-- [Experimental features](/concepts/experimental-features)
-- [Agent runtime](/concepts/agent)
+
+
+ Opt-in features that have not yet shipped to the default surface.
+
+
+ Agent runtime model and how runs are dispatched.
+
+
+ Connect Telegram, WhatsApp, Discord, Slack, and more from one Gateway.
+
+
+ Bundled and third-party plugins that extend OpenClaw.
+
+
diff --git a/docs/install/clawdock.md b/docs/install/clawdock.md
index 2c7bdc99354..0e233e4bf0e 100644
--- a/docs/install/clawdock.md
+++ b/docs/install/clawdock.md
@@ -97,8 +97,16 @@ ClawDock works with the same Docker config split described in [Docker](/install/
Use `clawdock-show-config` when you want to inspect the `.env` files and `openclaw.json` quickly. It redacts `.env` values in its printed output.
-## Related pages
+## Related
-- [Docker](/install/docker)
-- [Docker VM Runtime](/install/docker-vm-runtime)
-- [Updating](/install/updating)
+
+
+ Canonical Docker install for OpenClaw.
+
+
+ Docker-managed VM runtime for hardened isolation.
+
+
+ Updating the OpenClaw package and managed services.
+
+
diff --git a/docs/install/nix.md b/docs/install/nix.md
index df7efe88ff4..75c78da8048 100644
--- a/docs/install/nix.md
+++ b/docs/install/nix.md
@@ -7,7 +7,7 @@ read_when:
title: "Nix"
---
-Install OpenClaw declaratively with **[nix-openclaw](https://github.com/openclaw/nix-openclaw)** — a batteries-included Home Manager module.
+Install OpenClaw declaratively with **[nix-openclaw](https://github.com/openclaw/nix-openclaw)** - a batteries-included Home Manager module.
The [nix-openclaw](https://github.com/openclaw/nix-openclaw) repo is the source of truth for Nix installation. This page is a quick overview.
@@ -87,13 +87,24 @@ plugins and tools that shell out to `nix`-installed executables work without
manual PATH setup:
- When `NIX_PROFILES` is set, every entry is added to the service PATH in
- right-to-left precedence (matches Nix shell precedence — rightmost wins).
+ right-to-left precedence (matches Nix shell precedence - rightmost wins).
- When `NIX_PROFILES` is unset, `~/.nix-profile/bin` is added as a fallback.
This applies to both macOS launchd and Linux systemd service environments.
## Related
-- [nix-openclaw](https://github.com/openclaw/nix-openclaw) -- full setup guide
-- [Wizard](/start/wizard) -- non-Nix CLI setup
-- [Docker](/install/docker) -- containerized setup
+
+
+ Source-of-truth Home Manager module and full setup guide.
+
+
+ Non-Nix CLI setup walkthrough.
+
+
+ Containerized setup as a non-Nix alternative.
+
+
+ Updating Home Manager-managed installs alongside the package.
+
+
diff --git a/docs/tools/pdf.md b/docs/tools/pdf.md
index c849dc5c810..ae37743aa50 100644
--- a/docs/tools/pdf.md
+++ b/docs/tools/pdf.md
@@ -191,5 +191,5 @@ Page-filtered fallback model:
## Related
-- [Tools Overview](/tools) — all available agent tools
-- [Configuration Reference](/gateway/config-agents#agent-defaults) — pdfMaxBytesMb and pdfMaxPages config
+- [Tools Overview](/tools) - all available agent tools
+- [Configuration Reference](/gateway/config-agents#agent-defaults) - pdfMaxBytesMb and pdfMaxPages config