This website is built using Docusaurus 2, a modern static website generator. When you add or edit pages, you may conveniently preview them locally on your computer.
- In order to clone the repository to your computer, you may simply download the repository from Github and extract it. If you want to work locally on changes in your fork, the installation of Git and Visual Studio Code may be convenvient.
- To create a local preview of the website, you need to install NodeJS (we recommend using the LTS 16.x version, at least
>=16.14
is required).
To install the required packages to the Docusaurus repository, change to the extracted repository directory on your shell and use the following command :
npm install
To (re-)build the KB files after a content update, run:
npm run build
To run a local testing instance of the knowledge base, run:
npm run start
This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server. Press Ctrl + C
to stop.
For further details please refer to the Docusaurus documentation.