From 037ea9267978ee40a7edf9677b2e1aa8f32b90bb Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 14 Dec 2025 00:55:38 +0000 Subject: [PATCH] docs(site): update docs nav --- docs/_config.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/_config.yml b/docs/_config.yml index bb7821eb2..e1375804c 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,5 +1,5 @@ title: "CLAWDIS Docs" -description: "A WhatsApp + Telegram gateway for AI agents (Pi)." +description: "A TypeScript/Node gateway + macOS/iOS companions for WhatsApp (web) and Telegram (bot)." markdown: kramdown highlighter: rouge @@ -22,14 +22,26 @@ defaults: nav: - title: "Home" url: "/" + - title: "Clawd Setup" + url: "/clawd.html" - title: "Gateway" url: "/gateway.html" + - title: "Remote" + url: "/remote.html" + - title: "Discovery" + url: "/discovery.html" - title: "Configuration" url: "/configuration.html" - title: "WebChat" url: "/webchat.html" + - title: "macOS App" + url: "/clawdis-mac.html" + - title: "iOS Node" + url: "/ios/connect.html" - title: "Telegram" url: "/telegram.html" + - title: "Security" + url: "/security.html" - title: "Troubleshooting" url: "/troubleshooting.html"