This is an automated email from the ASF dual-hosted git repository.
jiwq pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/submarine-site.git
The following commit(s) were added to refs/heads/master by this push:
new 2fbd907 Update the quick start link (#15)
2fbd907 is described below
commit 2fbd907def6f05480a405e2993cf78fa90f9ba7f
Author: HUAN-PING SU <[email protected]>
AuthorDate: Sun Jun 21 22:16:42 2020 +0800
Update the quick start link (#15)
---
_includes/themes/submarine/_navigation.html | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/_includes/themes/submarine/_navigation.html
b/_includes/themes/submarine/_navigation.html
index d50ba35..67e47d5 100644
--- a/_includes/themes/submarine/_navigation.html
+++ b/_includes/themes/submarine/_navigation.html
@@ -15,7 +15,15 @@
</div>
<nav class="navbar-collapse collapse" role="navigation">
<ul class="nav navbar-nav navbar-right">
- <li><a
href="https://github.com/apache/submarine/blob/master/docs/helper/QuickStart.md">Quick
Start</a></li>
+ <!-- Quick Start -->
+ <li class="docs">
+ <a href="#" data-toggle="dropdown" class="dropdown-toggle">Quick
Start<b class="caret"></b></a>
+ <ul class="dropdown-menu">
+ <li><a
href="https://github.com/apache/submarine/blob/master/docs/userdocs/yarn">Submarine
on YARN</a></li>
+ <li><a
href="https://github.com/apache/submarine/blob/master/docs/userdocs/k8s">Submarine
on K8s</a></li>
+ </ul>
+ </li>
+
<!-- Download -->
<li><a href="/download.html">Download</a></li>
@@ -77,7 +85,7 @@
</div>
<div class="border row">
<div class="col-md-12 col-sm-12 col-xs-12 text-center newBtn"
style="margin-top:8px;">
- <a
href="https://github.com/apache/submarine/blob/master/docs/helper/QuickStart.md"
class="btn btn-primary btn-lg" role="button"
+ <a
href="https://github.com/apache/submarine/blob/master/docs/userdocs" class="btn
btn-primary btn-lg" role="button"
style="margin:5px 25px 5px 25px;font-size:15px;">
GET STARTED
</a>