This is the repository containing the Online-Beratung Documentation.
To run the documentation locally you need to do the following steps:
- switch to
website
directory - run
npm install
- run
npm start
This will start a local webserver with hot-reloading, so you can view your changes directly in the automatically opened webpage.
Pages and categories of the sidebar are defined in website\sidebars.json
.
Notes:
- These changes require a server-restart
- If you add a page, the structure is
<folder>/<page-id>
New pages need a header which defines an id and a title for the page like the following:
---
id: keycloak
title: 3rd party - Keycloak
---
This documentation is automatically published to GitHub pages on any merges to master
via GitHub workflow.
The project is licensed under the AGPLv3 which you'll find here.
Please have a look at our Code of Conduct before participating in the community.
Please read our contribution guidelines before contributing to this project.