11 lines
275 B
TOML
11 lines
275 B
TOML
name = "openclaw-docs-router"
|
|
main = "workers/docs-router.ts"
|
|
account_id = "91b59577e757131d68d55a471fe32aca"
|
|
compatibility_date = "2026-05-06"
|
|
routes = [
|
|
{ pattern = "documentation.openclaw.ai/*", zone_name = "openclaw.ai" }
|
|
]
|
|
|
|
[vars]
|
|
R2_ORIGIN_HOST = "docs2.openclaw.ai"
|