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.14is 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 installTo (re-)build the KB files after a content update, run:
npm run buildTo run a local testing instance of the knowledge base, run:
npm run startThis 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.