This website is built using Docusaurus, a modern static website generator.
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
During local development, only the current docs (in the docs/ folder) are served without versioning. This provides a faster development experience.
This command builds static content into the build directory.
The documentation supports multiple versions to maintain docs for different releases. Versioned docs are checked into the repository under versioned_docs/ and versioned_sidebars/.
docs/) — Working documentation from trunk, served at /docs/trunkversioned_docs/) — Checked-in snapshots from release branches
versions.json in order from newest to oldest/docs/docs/v1.10, etc.When releasing a new version (e.g., v2.1):
docs/ directory to versioned_docs/version-2.1.x/"2.1.x" to the beginning of versions.jsonversioned_sidebars/version-2.1.x-sidebars.json/docs — Latest stable release (default)/docs/trunk — Working docs from trunk/docs/v1.10 — Previous release versionsTo update docs for a released version, edit the files directly in the corresponding versioned_docs/version-<version>/ directory and commit the changes.