⚠️ This Repository has been movedThe Source Code for the Docs Page with all Actions and Pipelines has been moved and merged with the content files into this repository: https://github.com/SovereignCloudStack/docs
This https://github.com/SovereignCloudStack/docs-page Repository will be archived.
The content of this repository is published under multiple licenses.
All files within docs are licensed under CC-BY-SA 4.0.
All source code is licensed under the MIT license.
SCS Docs Page is a static page rendering the markdown content of all Docs regarding SCS. Underlaying engine is Docusaurus, a React based static page generator.
In order to run the Docs locally, make sure you have node.js and npm installed.
CD in your Terminal to the root directory of the cloned repository. Install all the dependencies and start the local development server.
npm install
npm start