mirror of https://github.com/perkeep/perkeep.git
Document workflow for editing documentation.
Change-Id: Ia8e19770a45528ef2fee18cffa007e7fcf96ebe3
This commit is contained in:
parent
7ab869d542
commit
71d323bb02
|
@ -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.
|
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue