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:
claycurry
2026-04-21 20:36:55 -05:00
committed by GitHub
parent fb9a21ae8f
commit 6a68f1dd57
2 changed files with 12 additions and 12 deletions

View File

@@ -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>

View File

@@ -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>