Repository: incubator-gearpump Updated Branches: refs/heads/master 53fce0a52 -> 3c99bb028
fix GEARPUMP-177 Documentation build errors when trying to generate d⦠â¦ocumentation Author: Kam Kasravi <[email protected]> Closes #60 from kkasravi/GEARPUMP-177. Project: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/commit/3c99bb02 Tree: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/tree/3c99bb02 Diff: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/diff/3c99bb02 Branch: refs/heads/master Commit: 3c99bb0288a6a92869361a0c54103207dd3b89b8 Parents: 53fce0a Author: Kam Kasravi <[email protected]> Authored: Sat Jul 9 20:45:35 2016 -0700 Committer: Kam Kasravi <[email protected]> Committed: Sat Jul 9 20:45:35 2016 -0700 ---------------------------------------------------------------------- docs/_layouts/global.html | 3 --- docs/build_doc.sh | 4 ++-- docs/get-gearpump-distribution.md | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/3c99bb02/docs/_layouts/global.html ---------------------------------------------------------------------- diff --git a/docs/_layouts/global.html b/docs/_layouts/global.html index 84c4b84..c49e42f 100644 --- a/docs/_layouts/global.html +++ b/docs/_layouts/global.html @@ -119,9 +119,6 @@ <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">More<b class="caret"></b></a> <ul class="dropdown-menu"> - <li><a href="how-to-contribute.html">How to Contribute</a></li> - <li><a href="coding-style.html">Coding Style</a></li> - <li class="divider"></li> <li><a href="faq.html">FAQ</a></li> </ul> </li> http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/3c99bb02/docs/build_doc.sh ---------------------------------------------------------------------- diff --git a/docs/build_doc.sh b/docs/build_doc.sh index b033e8e..6b81f20 100755 --- a/docs/build_doc.sh +++ b/docs/build_doc.sh @@ -52,9 +52,9 @@ $HTMLPROOF _site \ if [ "$BUILD_API" = 1 ]; then # Build Scaladoc for Java/Scala echo "Moving to project root and building API docs." - echo "Running 'sbt clean unidoc'; this may take a few minutes..." + echo "Running 'sbt clean assembly unidoc'; this may take a few minutes..." cd $CURDIR/.. - sbt clean unidoc + sbt clean assembly unidoc echo "Moving back into docs dir." cd $CURDIR http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/3c99bb02/docs/get-gearpump-distribution.md ---------------------------------------------------------------------- diff --git a/docs/get-gearpump-distribution.md b/docs/get-gearpump-distribution.md index 381d248..345c3d0 100644 --- a/docs/get-gearpump-distribution.md +++ b/docs/get-gearpump-distribution.md @@ -12,7 +12,7 @@ You can either download pre-build release package or choose to build from source If you choose to use pre-build package, then you don't need to build from source code. The release package can be downloaded from: -##### [Download page](/download.html) +##### [Download page](/downloads.html) #### Build from Source code
