mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 04:40:43 +00:00
Docs: link feature cards to relevant pages
Link docs feature cards to their intended destination pages in the English docs surfaces. - add hrefs to the feature cards in docs/concepts/features.md - add hrefs to the key capability cards in docs/index.md - preserve current main branch copy while landing the navigation fix
This commit is contained in:
@@ -10,22 +10,22 @@ title: "Features"
|
||||
## Highlights
|
||||
|
||||
<Columns>
|
||||
<Card title="Channels" icon="message-square">
|
||||
<Card title="Channels" icon="message-square" href="/channels">
|
||||
Discord, iMessage, Signal, Slack, Telegram, WhatsApp, WebChat, and more with a single Gateway.
|
||||
</Card>
|
||||
<Card title="Plugins" icon="plug">
|
||||
<Card title="Plugins" icon="plug" href="/tools/plugin">
|
||||
Bundled plugins add Matrix, Nextcloud Talk, Nostr, Twitch, Zalo, and more without separate installs in normal current releases.
|
||||
</Card>
|
||||
<Card title="Routing" icon="route">
|
||||
<Card title="Routing" icon="route" href="/concepts/multi-agent">
|
||||
Multi-agent routing with isolated sessions.
|
||||
</Card>
|
||||
<Card title="Media" icon="image">
|
||||
<Card title="Media" icon="image" href="/nodes/images">
|
||||
Images, audio, video, documents, and image/video generation.
|
||||
</Card>
|
||||
<Card title="Apps and UI" icon="monitor">
|
||||
<Card title="Apps and UI" icon="monitor" href="/web/control-ui">
|
||||
Web Control UI and macOS companion app.
|
||||
</Card>
|
||||
<Card title="Mobile nodes" icon="smartphone">
|
||||
<Card title="Mobile nodes" icon="smartphone" href="/nodes">
|
||||
iOS and Android nodes with pairing, voice/chat, and rich device commands.
|
||||
</Card>
|
||||
</Columns>
|
||||
|
||||
@@ -73,22 +73,22 @@ The Gateway is the single source of truth for sessions, routing, and channel con
|
||||
## Key capabilities
|
||||
|
||||
<Columns>
|
||||
<Card title="Multi-channel gateway" icon="network">
|
||||
<Card title="Multi-channel gateway" icon="network" href="/channels">
|
||||
Discord, iMessage, Signal, Slack, Telegram, WhatsApp, WebChat, and more with a single Gateway process.
|
||||
</Card>
|
||||
<Card title="Plugin channels" icon="plug">
|
||||
<Card title="Plugin channels" icon="plug" href="/tools/plugin">
|
||||
Bundled plugins add Matrix, Nostr, Twitch, Zalo, and more in normal current releases.
|
||||
</Card>
|
||||
<Card title="Multi-agent routing" icon="route">
|
||||
<Card title="Multi-agent routing" icon="route" href="/concepts/multi-agent">
|
||||
Isolated sessions per agent, workspace, or sender.
|
||||
</Card>
|
||||
<Card title="Media support" icon="image">
|
||||
<Card title="Media support" icon="image" href="/nodes/images">
|
||||
Send and receive images, audio, and documents.
|
||||
</Card>
|
||||
<Card title="Web Control UI" icon="monitor">
|
||||
<Card title="Web Control UI" icon="monitor" href="/web/control-ui">
|
||||
Browser dashboard for chat, config, sessions, and nodes.
|
||||
</Card>
|
||||
<Card title="Mobile nodes" icon="smartphone">
|
||||
<Card title="Mobile nodes" icon="smartphone" href="/nodes">
|
||||
Pair iOS and Android nodes for Canvas, camera, and voice-enabled workflows.
|
||||
</Card>
|
||||
</Columns>
|
||||
|
||||
Reference in New Issue
Block a user