Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 917 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 917 Bytes

Cyscale Docs

This repo contains docs.cyscale.com. It is built with Docusaurus.

Contributing to the Docs

First of all, this is all markdown. You might want to write the content in a dedicated word processor (e.g. on Confluence) and, once you are happy with the content (the text is correct), copy it in the docs directory, in the corresponding file. Docusaurus generates the website with the structure following the directory structure.

To run the docs locally, you will need Node.js and yarn. Run yarn to install the dependencies and yarn start to serve the website locally.

Deployment

GitHub actions handle the entire deployment process. Currently, we host the docs on GitHub Pages.