Initial commit with translated description

This commit is contained in:
2026-03-29 13:08:57 +08:00
commit f2082f52b5
11 changed files with 339 additions and 0 deletions

7
scripts/fetch-doc.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
# Fetch a specific doc
if [ -z "$1" ]; then
echo "Usage: fetch-doc.sh <path>"
exit 1
fi
echo "Fetching: https://docs.clawd.bot/$1"