mirror of
https://github.com/cs3org/reva.git
synced 2025-04-18 13:44:12 +03:00
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://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.