Document workflow for editing documentation.

Change-Id: Ia8e19770a45528ef2fee18cffa007e7fcf96ebe3
This commit is contained in:
Eric Drechsel 2016-06-03 11:34:31 -07:00
parent 7ab869d542
commit 71d323bb02
2 changed files with 13 additions and 0 deletions

7
website/README.md Normal file
View File

@ -0,0 +1,7 @@
This is the webserver that serves camlistore.org. You will need to build and
run it in order to preview changes to the documentation.
go build
./website
The webserver runs on port 31798.

View File

@ -74,3 +74,9 @@ place to start.
squash to a single commit before sending for review again (be
sure to keep the same [the Change-Id
line](http://gerrit.googlecode.com/svn/documentation/2.2.1/user-changeid.html))
### Documentation
To work on the documentation, you'll need to locally build and run the webserver
that serves camlistore.org. See
[/website/README.md](https://camlistore.googlesource.com/camlistore/+/master/website/README.md).