Repository: incubator-zeppelin Updated Branches: refs/heads/master 48ee2b14d -> bce6b89e1
virtual machine documenation link Author: Jeff Steinmetz <[email protected]> Closes #495 from jeffsteinmetz/vagrant-navigation and squashes the following commits: 437421f [Jeff Steinmetz] virtual machine documenation link Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/bce6b89e Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/bce6b89e Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/bce6b89e Branch: refs/heads/master Commit: bce6b89e1320f288e0b6e29328a25cfac5175332 Parents: 48ee2b1 Author: Jeff Steinmetz <[email protected]> Authored: Mon Nov 30 21:24:49 2015 -0800 Committer: Lee moon soo <[email protected]> Committed: Wed Dec 2 07:21:05 2015 +0900 ---------------------------------------------------------------------- docs/_includes/themes/zeppelin/_navigation.html | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/bce6b89e/docs/_includes/themes/zeppelin/_navigation.html ---------------------------------------------------------------------- diff --git a/docs/_includes/themes/zeppelin/_navigation.html b/docs/_includes/themes/zeppelin/_navigation.html index 5d5cf71..73e856a 100644 --- a/docs/_includes/themes/zeppelin/_navigation.html +++ b/docs/_includes/themes/zeppelin/_navigation.html @@ -24,6 +24,7 @@ <!-- li><span><b>Install</b><span></li --> <li><a href="{{BASE_PATH}}/install/install.html">Install</a></li> <li><a href="{{BASE_PATH}}/install/yarn_install.html">YARN Install</a></li> + <li><a href="{{BASE_PATH}}/install/virtual_machine.html">Virtual Machine Install</a></li> <li role="separator" class="divider"></li> <!-- li><span><b>Tutorial</b><span></li --> <li><a href="{{BASE_PATH}}/tutorial/tutorial.html">Tutorial</a></li>
