{ "$schema": "node_modules/wrangler/config-schema.json", "name": "vyos-docs-v15-en", "main": "src/index.ts", "compatibility_date": "2026-07-01", "workers_dev": false, "preview_urls": false, "assets": { "directory": "../../dist/assets", // populated by CI (Task 3.2); html_handling per §3.2.3 "binding": "ASSETS", "html_handling": "none", // "none" + worker index-mapping: RTD parity — explicit .html URLs must serve 200, never 307 (§3.2.3 amended 2026-07-22) "not_found_handling": "404-page", "run_worker_first": true }, "vars": { "DOCS_BUILD_SHA": "dev", "DOCS_ENV": "production" } }