From 9671a915908e35e0e2275945c17961b6f10d61e4 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Tue, 5 May 2026 18:55:52 -0700 Subject: [PATCH] docs: Related CardGroups + typography hygiene across 4 pages docs/install/clawdock.md: renamed '## Related pages' to '## Related' for consistency with sibling install docs and converted the 3-bullet list into a CardGroup linking docker, docker-vm-runtime, and updating. docs/install/nix.md: replaced 2 typography characters with ASCII equivalents and converted the 3-bullet Related list into a CardGroup, adding an Updating card so readers wiring nix-openclaw next to a managed install see the upgrade path. docs/concepts/features.md: converted the 2-bullet Related list into a CardGroup, adding cross-links to channels and plugins so the page now points readers at both deeper concepts (experimental features, agent runtime) and direct surfaces (channels, plugins). docs/tools/pdf.md: replaced 2 typography characters with ASCII equivalents. --- docs/concepts/features.md | 16 ++++++++++++++-- docs/install/clawdock.md | 16 ++++++++++++---- docs/install/nix.md | 21 ++++++++++++++++----- docs/tools/pdf.md | 4 ++-- 4 files changed, 44 insertions(+), 13 deletions(-) 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