SvelteKit docs site configured for Cloudflare Workers (server-side), using @sveltejs/adapter-cloudflare.
npm install
npm run devThis Powershell script checks the validity of links in documents and Svelte components. The source of truth for valid URL's is Sveltekit's own routing system (the folders under src/routes) and all primary-sidebar.json files under src/**.
The build process runs it, and can be run on demand:
npm run check:linksGenerates /sitemap.xml for the website.
Note
Improvement Pending
Sitemap handling must be improved. Last modification date needs to be more precise and should be checked-in to preserve last modification dates of documents not touched in posterior iterations.