Source of the official ClearURLs documentation, published at https://docs.clearurls.xyz/.
Built with Fumadocs on Next.js, exported as a fully static site (no server-side runtime, no external search service).
Requires Node.js ≥ 20.
npm install
npm run dev # http://localhost:3000or with Docker:
make docs-serve # http://localhost:8000npm run build # full static export into ./outThe build also materializes the legacy mike URL layout (/latest/**,
/<version>/**, versions.json, CNAME, .nojekyll) so existing deep
links keep working.
Publishing a version means building the docs for both latest (the default
branch content) and for released tags, then pushing out/ to the gh-pages
branch.
npm run build
# deploy ./out to the gh-pages branchDocumentation versions are declared in versions.json.