Documentation releases
The Cloudflare Pages site has two documentation tracks:
- Latest (main) at
/docsis rebuilt whenevermainchanges. - Major snapshots at paths such as
/docs/1.xcome from the documentation present in the exact major release tag.
Tags that create a major snapshot
The publisher recognizes exact tags:
v1.0.0
v1.0.0.0
v2.0.0
v2.0.0.0
Patch, prerelease, and arbitrary tags do not open another major documentation line. If more than one accepted tag exists for the same major, the highest version wins.
Release procedure
- Finish and verify the version's public docs before creating the tag.
- Create the major tag on the release commit.
- Push the tag.
- The Documentation workflow checks out current
main, reads the tagged docs into a temporary Docusaurus version, and publishes Latest plus every discovered major snapshot together to Cloudflare Pages. - Open the version menu and verify both Latest and the new
N.xpages.
Generated versioned_docs, versioned_sidebars, and versions.json files are build artifacts. Do not edit or commit them.