Skip to content

Latest commit

 

History

History

docs

Reva Documentation

This documentation is available at: https://reva.link

Build locally

Before hacking you need to install Hugo extended version and run npm install postcss-cli only if you plan to hack on the theme style.

git clone https://github.com/cs3org/reva
cd reva
git submodule update --init --recursive # to install the theme and deps
cd docs
hugo server

Open a browser at http:https://localhost:1313

Theme

The documentation is based on the Docsy theme for technical documentation sites, providing easy site navigation, structure, and more. In the Docsy User Guide to get started.

Continuous Deployment

If you don't want to build locally, once you create a Pull Request to the repo, a Continuous Integration step will take care of deploying your changes to Netlify for previewing your changes to the documentation.