feat: Update doc section names

This commit is contained in:
1ambda 2017-05-26 14:40:20 +09:00
parent b9ce256ffd
commit 6e0cab110c
3 changed files with 31 additions and 24 deletions

View file

@ -26,11 +26,11 @@
<li class="title"><span>Getting Started</span></li>
<li><a href="">Install</a></li>
<li><a href="">Tutorial</a></li>
<li><a href="">Explore Zeppelin UI</a></li>
<li><a href="">Explore UI</a></li>
<li role="separator" class="divider"></li>
<li><a href="">Spark</a></li>
<li><a href="">SQL</a></li>
<li><a href="">Python</a></li>
<li><a href="">Spark with Zeppelin</a></li>
<li><a href="">SQL with Zeppelin</a></li>
<li><a href="">Python with Zeppelin</a></li>
</ul>
</li>
@ -73,6 +73,7 @@
<a href="#" data-toggle="dropdown" class="dropdown-toggle">Setup<b class="caret"></b></a>
<ul class="dropdown-menu">
<li class="title"><span>Basics</span></li>
<li><a href="">How to Build Zeppelin</a></li>
<li><a href="">Multi-user Support</a></li>
<li role="separator" class="divider"></li>
<li class="title"><span>Setup Zeppelin on Cluster</span></li>
@ -152,6 +153,11 @@
<li class="title"><span>Contributing to Zeppelin</span></li>
<li><a href="{{BASE_PATH}}/development/howtocontribute.html">How to Contribute (code)</a></li>
<li><a href="{{BASE_PATH}}/development/howtocontributewebsite.html">How to Contribute (website)</a></li>
<li role="separator" class="divider"></li>
<li class="title"><span>External Resources</span></li>
<li><a target="_blank" href="">Mailing List</a></li>
<li><a target="_blank" href="">Apache Zeppelin Wiki</a></li>
<li><a target="_blank" href="">Stackoverflow Questions about Zeppelin</a></li>
</ul>
</li>
<li>

View file

@ -600,17 +600,6 @@ a.anchorjs-link:hover { text-decoration: none; }
padding-bottom: 3px;
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 480px) {
.jumbotron h1 {
display: none;
}
.navbar-brand-version small {
display: none;
color: white;
}
}
.navbar-inverse .navbar-brand {
color: white;
text-decoration: none;
@ -672,6 +661,17 @@ a.anchorjs-link:hover { text-decoration: none; }
font-size: 13px;
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 480px) {
.jumbotron h1 {
display: none;
}
.navbar-brand-version small {
display: none;
color: white;
}
}
@media only screen and (max-width: 480px) {
#menu .title {
color: #bbb;

View file

@ -46,13 +46,14 @@ limitations under the License.
#### Quick Start
* [Installation](./install/install.html) for basic instructions on installing Apache Zeppelin
* [Tutorial: Spark]()
* [Tutorial: JDBC]()
* [Tutorial: Python]()
* [Explore Zeppelin UI](./quickstart/explorezeppelinui.html): basic components of Apache Zeppelin home
* [Install](./install/install.html) for basic instructions on installing Apache Zeppelin
* [Tutorial]()
* [Explore UI](./quickstart/explorezeppelinui.html): basic components of Apache Zeppelin home
* [Spark with Zeppelin]()
* [SQL with Zeppelin]()
* [Python with Zeppelin]()
#### User Guide
#### Usage
* Dynamic Form
* [Usage](./manual/dynamicform.html): a step by step guide for creating dynamic forms
* Display System
@ -79,8 +80,9 @@ limitations under the License.
* [Publishing Paragraphs](./manual/publish.html) results into your external website
* [Customizing Zeppelin Homepage](./manual/notebookashomepage.html) with one of your notebooks
#### Admin Guide
#### Setup
* [How to Build Zeppelin](./install/build.html)
* [Multi-user Support](./install/build.html)
* Setup Zeppelin on Cluster
* [Zeppelin on Spark Cluster Mode (Standalone via Docker)](./install/spark_cluster_mode.html#spark-standalone-mode)
* [Zeppelin on Spark Cluster Mode (YARN via Docker)](./install/spark_cluster_mode.html#spark-on-yarn-mode)
@ -117,5 +119,4 @@ limitations under the License.
#### External Resources
* [Mailing List](https://zeppelin.apache.org/community.html)
* [Apache Zeppelin Wiki](https://cwiki.apache.org/confluence/display/ZEPPELIN/Zeppelin+Home)
* [StackOverflow tag `apache-zeppelin`](http://stackoverflow.com/questions/tagged/apache-zeppelin)
* [Articles]()
* [Stackoverflow Questions about Zeppelin (tag: `apache-zeppelin`)](http://stackoverflow.com/questions/tagged/apache-zeppelin)