You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by mo...@apache.org on 2017/12/14 16:40:25 UTC

zeppelin git commit: [ZEPPELIN-3101] updated network label, added link to network display in index.md

Repository: zeppelin
Updated Branches:
  refs/heads/master f8cd64cb5 -> 246f69671


[ZEPPELIN-3101] updated network label, added link to network display in index.md

### What is this PR for?
The docs index must show the reference to the network visualization as for the the other types

### What type of PR is it?
[Improvement]

### Todos
* [x] - Add missing link

### What is the Jira issue?
[ZEPPELIN-3101](https://issues.apache.org/jira/projects/ZEPPELIN/issues/ZEPPELIN-3101)

### How should this be tested?
1. cd `docs/`
2. build: `bundle exec jekyll build --safe`
3. check the link is present

### Screenshots (if appropriate)

### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no

Author: Andrea Santurbano <sa...@gmail.com>

Closes #2702 from conker84/graph-docs and squashes the following commits:

58d58cc4c [Andrea Santurbano] updated network label, added link to network display in index.md


Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo
Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/246f6967
Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/246f6967
Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/246f6967

Branch: refs/heads/master
Commit: 246f696719193dc8a3274f3f9e7ebc912ab3141a
Parents: f8cd64c
Author: Andrea Santurbano <sa...@gmail.com>
Authored: Tue Dec 5 18:43:47 2017 +0100
Committer: Lee moon soo <mo...@apache.org>
Committed: Thu Dec 14 08:40:21 2017 -0800

----------------------------------------------------------------------
 docs/_includes/themes/zeppelin/_navigation.html | 2 +-
 docs/index.md                                   | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/246f6967/docs/_includes/themes/zeppelin/_navigation.html
----------------------------------------------------------------------
diff --git a/docs/_includes/themes/zeppelin/_navigation.html b/docs/_includes/themes/zeppelin/_navigation.html
index bccb5b4..95d83ea 100644
--- a/docs/_includes/themes/zeppelin/_navigation.html
+++ b/docs/_includes/themes/zeppelin/_navigation.html
@@ -44,7 +44,7 @@
                 <li><a href="{{BASE_PATH}}/usage/display_system/basic.html#text">Text Display</a></li>
                 <li><a href="{{BASE_PATH}}/usage/display_system/basic.html#html">HTML Display</a></li>
                 <li><a href="{{BASE_PATH}}/usage/display_system/basic.html#table">Table Display</a></li>
-                <li><a href="{{BASE_PATH}}/usage/display_system/basic.html#network">Network</a></li>
+                <li><a href="{{BASE_PATH}}/usage/display_system/basic.html#network">Network Display</a></li>
                 <li><a href="{{BASE_PATH}}/usage/display_system/angular_backend.html">Angular Display using Backend API</a></li>
                 <li><a href="{{BASE_PATH}}/usage/display_system/angular_frontend.html">Angular Display using Frontend API</a></li>
                 <li role="separator" class="divider"></li>

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/246f6967/docs/index.md
----------------------------------------------------------------------
diff --git a/docs/index.md b/docs/index.md
index 8f3b551..587ae93 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -59,6 +59,7 @@ limitations under the License.
   * [Text Display (`%text`)](./usage/display_system/basic.html#text)
   * [HTML Display (`%html`)](./usage/display_system/basic.html#html)
   * [Table Display (`%table`)](./usage/display_system/basic.html#table)
+  * [Network Display (`%network`)](./usage/display_system/basic.html#network)
   * [Angular Display using Backend API (`%angular`)](./usage/display_system/angular_backend.html)
   * [Angular Display using Frontend API (`%angular`)](./usage/display_system/angular_frontend.html)
 * Interpreter