docs(site): update docs nav
parent
38f65e7053
commit
037ea92679
|
|
@ -1,5 +1,5 @@
|
||||||
title: "CLAWDIS Docs"
|
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
|
markdown: kramdown
|
||||||
highlighter: rouge
|
highlighter: rouge
|
||||||
|
|
||||||
|
|
@ -22,14 +22,26 @@ defaults:
|
||||||
nav:
|
nav:
|
||||||
- title: "Home"
|
- title: "Home"
|
||||||
url: "/"
|
url: "/"
|
||||||
|
- title: "Clawd Setup"
|
||||||
|
url: "/clawd.html"
|
||||||
- title: "Gateway"
|
- title: "Gateway"
|
||||||
url: "/gateway.html"
|
url: "/gateway.html"
|
||||||
|
- title: "Remote"
|
||||||
|
url: "/remote.html"
|
||||||
|
- title: "Discovery"
|
||||||
|
url: "/discovery.html"
|
||||||
- title: "Configuration"
|
- title: "Configuration"
|
||||||
url: "/configuration.html"
|
url: "/configuration.html"
|
||||||
- title: "WebChat"
|
- title: "WebChat"
|
||||||
url: "/webchat.html"
|
url: "/webchat.html"
|
||||||
|
- title: "macOS App"
|
||||||
|
url: "/clawdis-mac.html"
|
||||||
|
- title: "iOS Node"
|
||||||
|
url: "/ios/connect.html"
|
||||||
- title: "Telegram"
|
- title: "Telegram"
|
||||||
url: "/telegram.html"
|
url: "/telegram.html"
|
||||||
|
- title: "Security"
|
||||||
|
url: "/security.html"
|
||||||
- title: "Troubleshooting"
|
- title: "Troubleshooting"
|
||||||
url: "/troubleshooting.html"
|
url: "/troubleshooting.html"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue