Update README.md

This commit is contained in:
Bruno Škvorc 2019-03-30 00:49:57 +01:00 committed by GitHub
parent beb1f930ad
commit b0b275046e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# Nimbus Site
This repo hosts the code for both [nimbus.status.im](https://docs.status.im) on the `master` branch (which builds and serves through `gh-pages`), and [dev-nimbus.status.im](https://dev-docs.status.im) on the `develop` branch.
This repo hosts the code for both [nimbus.status.im](https://nimbus.status.im) on the `master` branch (which builds and serves through `gh-pages`), and [dev-nimbus.status.im](https://dev-nimbus.status.im) on the `develop` branch.
There is an `edit` button on each page, which will take you directly to the document you need to edit on the `develop` branch. We can then allow a large group of people to push directly to `develop` and show their changes on the staging site when asking for review, which should smooth out and speed up the process considerably for everyone. `master` is obviously protected, and will only have changes merged in from `develop` once accepted.