blob: 7a6f646c20d9aa5865c9f2d523ff2e86e91957ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"$schema": "node_modules/wrangler/config-schema.json",
"name": "vyos-docs-rolling-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" }
}
|