docs: Related CardGroups + typography hygiene across 4 pages · openclaw/openclaw@9671a91
vincentkoc
·
2026-05-06
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -75,5 +75,17 @@ title: "Features"
|
75 | 75 | |
76 | 76 | ## Related |
77 | 77 | |
78 | | -- [Experimental features](/concepts/experimental-features) |
79 | | -- [Agent runtime](/concepts/agent) |
| 78 | +<CardGroup cols={2}> |
| 79 | +<Card title="Experimental features" href="/concepts/experimental-features" icon="flask"> |
| 80 | +Opt-in features that have not yet shipped to the default surface. |
| 81 | +</Card> |
| 82 | +<Card title="Agent runtime" href="/concepts/agent" icon="robot"> |
| 83 | +Agent runtime model and how runs are dispatched. |
| 84 | +</Card> |
| 85 | +<Card title="Channels" href="/channels" icon="message-square"> |
| 86 | +Connect Telegram, WhatsApp, Discord, Slack, and more from one Gateway. |
| 87 | +</Card> |
| 88 | +<Card title="Plugins" href="/tools/plugin" icon="plug"> |
| 89 | +Bundled and third-party plugins that extend OpenClaw. |
| 90 | +</Card> |
| 91 | +</CardGroup> |
| Original file line number | Diff line number | Diff line change |
|---|
@@ -97,8 +97,16 @@ ClawDock works with the same Docker config split described in [Docker](/install/
|
97 | 97 | |
98 | 98 | Use `clawdock-show-config` when you want to inspect the `.env` files and `openclaw.json` quickly. It redacts `.env` values in its printed output. |
99 | 99 | |
100 | | -## Related pages |
101 | | - |
102 | | -- [Docker](/install/docker) |
103 | | -- [Docker VM Runtime](/install/docker-vm-runtime) |
104 | | -- [Updating](/install/updating) |
| 100 | +## Related |
| 101 | + |
| 102 | +<CardGroup cols={2}> |
| 103 | +<Card title="Docker" href="/install/docker" icon="docker"> |
| 104 | +Canonical Docker install for OpenClaw. |
| 105 | +</Card> |
| 106 | +<Card title="Docker VM runtime" href="/install/docker-vm-runtime" icon="cube"> |
| 107 | +Docker-managed VM runtime for hardened isolation. |
| 108 | +</Card> |
| 109 | +<Card title="Updating" href="/install/updating" icon="arrow-up-right-from-square"> |
| 110 | +Updating the OpenClaw package and managed services. |
| 111 | +</Card> |
| 112 | +</CardGroup> |
| Original file line number | Diff line number | Diff line change |
|---|
@@ -7,7 +7,7 @@ read_when:
|
7 | 7 | title: "Nix" |
8 | 8 | --- |
9 | 9 | |
10 | | -Install OpenClaw declaratively with **[nix-openclaw](https://github.com/openclaw/nix-openclaw)** — a batteries-included Home Manager module. |
| 10 | +Install OpenClaw declaratively with **[nix-openclaw](https://github.com/openclaw/nix-openclaw)** - a batteries-included Home Manager module. |
11 | 11 | |
12 | 12 | <Info> |
13 | 13 | 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
|
87 | 87 | manual PATH setup: |
88 | 88 | |
89 | 89 | - When `NIX_PROFILES` is set, every entry is added to the service PATH in |
90 | | - right-to-left precedence (matches Nix shell precedence — rightmost wins). |
| 90 | + right-to-left precedence (matches Nix shell precedence - rightmost wins). |
91 | 91 | - When `NIX_PROFILES` is unset, `~/.nix-profile/bin` is added as a fallback. |
92 | 92 | |
93 | 93 | This applies to both macOS launchd and Linux systemd service environments. |
94 | 94 | |
95 | 95 | ## Related |
96 | 96 | |
97 | | -- [nix-openclaw](https://github.com/openclaw/nix-openclaw) -- full setup guide |
98 | | -- [Wizard](/start/wizard) -- non-Nix CLI setup |
99 | | -- [Docker](/install/docker) -- containerized setup |
| 97 | +<CardGroup cols={2}> |
| 98 | +<Card title="nix-openclaw" href="https://github.com/openclaw/nix-openclaw" icon="arrow-up-right-from-square"> |
| 99 | +Source-of-truth Home Manager module and full setup guide. |
| 100 | +</Card> |
| 101 | +<Card title="Setup wizard" href="/start/wizard" icon="wand-magic-sparkles"> |
| 102 | +Non-Nix CLI setup walkthrough. |
| 103 | +</Card> |
| 104 | +<Card title="Docker" href="/install/docker" icon="docker"> |
| 105 | +Containerized setup as a non-Nix alternative. |
| 106 | +</Card> |
| 107 | +<Card title="Updating" href="/install/updating" icon="arrow-up-right-from-square"> |
| 108 | +Updating Home Manager-managed installs alongside the package. |
| 109 | +</Card> |
| 110 | +</CardGroup> |
| Original file line number | Diff line number | Diff line change |
|---|
@@ -191,5 +191,5 @@ Page-filtered fallback model:
|
191 | 191 | |
192 | 192 | ## Related |
193 | 193 | |
194 | | -- [Tools Overview](/tools) — all available agent tools |
195 | | -- [Configuration Reference](/gateway/config-agents#agent-defaults) — pdfMaxBytesMb and pdfMaxPages config |
| 194 | +- [Tools Overview](/tools) - all available agent tools |
| 195 | +- [Configuration Reference](/gateway/config-agents#agent-defaults) - pdfMaxBytesMb and pdfMaxPages config |
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。