Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions wrangler.jsonc
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
// Deploys the built docs.teemops.com site (see mkdocs.yml) as a Cloudflare
// Workers static-assets project — no Worker script needed, just the
// "site/" folder that `mkdocs build` produces.
//
// IMPORTANT: "name" must match the Worker/project name shown in the
// Cloudflare dashboard for this deployment. Update it if it differs.
"name": "tops-docs",
"compatibility_date": "2026-08-05",
"assets": {
"directory": "./site",
// mkdocs generates 404.html at the site root — serve it for unmatched
// paths instead of Cloudflare's blank default 404.
"not_found_handling": "404-page"
}
}
Loading