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 v9 to v10):
-
Snapshot the current docs using the version script. This copies
docs/intoversioned_docs/and creates a versioned sidebar:cd website bun run version 9.x.x -
Update
docusaurus.config.js:- Set
lastVersionto the version you just created (e.g.'9.x.x') - Update the
currentversion path to the new major (e.g.path: '10.x.x')
- Set
-
Bump the project version in
/gradle.properties(e.g.10.0.0-SNAPSHOT)