[GitHub] tinkerpop pull request #725: TINKERPOP-1661 Docker-built documentation does ...

2017-10-03 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/tinkerpop/pull/725


---


[GitHub] tinkerpop pull request #725: TINKERPOP-1661 Docker-built documentation does ...

2017-09-29 Thread dkuppitz
GitHub user dkuppitz opened a pull request:

https://github.com/apache/tinkerpop/pull/725

TINKERPOP-1661 Docker-built documentation does not always point locally

https://issues.apache.org/jira/browse/TINKERPOP-1661

That was much easier than I thought. I started by pushing directories 
around and updating links in most of the asciidoc files. Then I realized, that 
this can be a simple 2 line change in Docker's build script (it's basically 
just a global `sed` replacement and a symlink).

VOTE: +1

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/apache/tinkerpop TINKERPOP-1661

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/tinkerpop/pull/725.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #725


commit 82fb125891276ed610e1e7f195758120de20ae84
Author: Daniel Kuppitz 
Date:   2017-09-29T17:14:46Z

Update links to all docs pages in Docker build and emulate the published 
directory structure. This way the docs are easier to navigate in local builds.




---