This website is built with Docusaurus.
Install dependencies and start the dev server:
bun install
bun run startWhen starting development on a new major version (e.g. going from v10 to v11):
-
Snapshot the current docs using the version script. This copies
docs/intoversioned_docs/and creates a versioned sidebar:cd website bun run version 11.x.x -
Update
docusaurus.config.js:- Set
lastVersionto the version you just created (e.g.'10.x.x') - Update the
currentversion path to the new major (e.g.path: '11.x.x')
- Set
-
Bump the project version in
/gradle.properties(e.g.12.0.0-SNAPSHOT)