Skip to content

Commit 55718a7

Browse files
committedOct 27, 2016
Update changelog and usage docs for generating/publishing site
1 parent de3edc0 commit 55718a7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
 

‎CHANGELOG.asciidoc

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
2626
TinkerPop 3.3.0 (Release Date: NOT OFFICIALLY RELEASED YET)
2727
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2828
29+
* Moved the source for the "home page" into the repository under `/site` so that it easier to accept contributions.
2930
* Replaced term `REST` with `HTTP` to remove any confusion as to the design of the API.
3031
* Moved `gremlin-benchmark` under `gremlin-tools` module.
3132
* Added `gremlin-tools` and its submodule `gremlin-coverage`.

‎docs/src/dev/developer/development-environment.asciidoc

+3
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,9 @@ mvn -Dmaven.javadoc.skip=true --projects tinkergraph-gremlin test
149149
** Reports are generated to the console and to `gremlin-tools/gremlin-benchmark/target/reports/benchmark`.
150150
* Test coverage report: `mvn clean install -Dcoverage` - note that the `install` is necessary because report aggregation is bound to that part of the lifecycle.
151151
** Reports are generated to `gremlin-tools/gremlin-coverage/target/site`.
152+
* `cd site`
153+
** Generate web site locally: `bin/generate-home.sh`
154+
** Publish web site: `bin/publish-home.sh <username>`
152155
153156
[[docker-integration]]
154157
Docker Integration

0 commit comments

Comments
 (0)
Please sign in to comment.