Files
openclaw/docs/_config.yml

54 lines
1.2 KiB
YAML
Raw Normal View History

2026-01-10 05:14:09 +01:00
title: "Clawdbot Docs"
2026-01-05 21:30:19 +01:00
description: "A TypeScript/Node gateway + macOS/iOS/Android companions for WhatsApp (web) and Telegram (bot)."
2025-12-13 16:23:15 +00:00
markdown: kramdown
highlighter: rouge
# Keep GitHub Pages' default page URLs (e.g. /gateway.html). Many docs links
# are written as relative *.md links and are rewritten during the build.
plugins:
- jekyll-relative-links
relative_links:
enabled: true
collections: true
defaults:
- scope:
path: ""
values:
layout: default
nav:
- title: "Home"
url: "/"
- title: "Clawdbot Assistant"
url: "/start/clawd/"
2025-12-13 16:23:15 +00:00
- title: "Gateway"
url: "/gateway/"
2025-12-14 00:55:38 +00:00
- title: "Remote"
url: "/gateway/remote/"
2025-12-14 00:55:38 +00:00
- title: "Discovery"
url: "/gateway/discovery/"
2025-12-13 16:23:15 +00:00
- title: "Configuration"
url: "/gateway/configuration/"
2025-12-13 16:23:15 +00:00
- title: "WebChat"
url: "/web/webchat/"
2025-12-14 00:55:38 +00:00
- title: "macOS App"
url: "/platforms/macos/"
2026-01-05 21:30:19 +01:00
- title: "iOS App"
url: "/platforms/ios/"
2026-01-05 21:30:19 +01:00
- title: "Android App"
url: "/platforms/android/"
2025-12-13 16:23:15 +00:00
- title: "Telegram"
url: "/providers/telegram/"
2025-12-14 00:55:38 +00:00
- title: "Security"
url: "/gateway/security/"
2025-12-13 16:23:15 +00:00
- title: "Troubleshooting"
url: "/gateway/troubleshooting/"
2025-12-13 16:23:15 +00:00
kramdown:
input: GFM
hard_wrap: false
syntax_highlighter: rouge