This website is built using [Docusaurus 2](https://docusaurus.io/); please check [here](https://docusaurus.io/docs/installation#requirements) the requirements to run the project.
The following command starts a local development server and opens up a browser window. Note that most changes are reflected live without having to restart the server.
Generate the static content into the `build` directory using the command tha follows. Then this directory can be served using any static contents hosting service.
Therefore, when previewing the compiled site locally with `npm run start`, ensure to visualise the `Next` version on the browser as it shows the changes under `/docs`.
To change a version that was already versioned, the source files to be modified are in the `versioned_docs/version-<versionName>/` folder.