This is an automated email from the ASF dual-hosted git repository.
granthenke pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git
The following commit(s) were added to refs/heads/master by this push:
new 0892c19 [docs] Make the quickstart link more obvious
0892c19 is described below
commit 0892c19425bd1a9e3eb293d93a43e1ce38dc3d2d
Author: Grant Henke <[email protected]>
AuthorDate: Tue Jul 9 14:24:42 2019 -0500
[docs] Make the quickstart link more obvious
Adjusts the sidebar to make finding the quickstart
more straightforward. Currently it’s not clear the
“Getting Started” link means quickstart.
Change-Id: Ica5831dd0871be4e146777fdc1a178cc397d9593
Reviewed-on: http://gerrit.cloudera.org:8080/13828
Tested-by: Kudu Jenkins
Reviewed-by: Andrew Wong <[email protected]>
Reviewed-by: Greg Solovyev <[email protected]>
---
docs/support/jekyll-templates/document.html.erb | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/docs/support/jekyll-templates/document.html.erb
b/docs/support/jekyll-templates/document.html.erb
index 41f1aa2..84c6381 100644
--- a/docs/support/jekyll-templates/document.html.erb
+++ b/docs/support/jekyll-templates/document.html.erb
@@ -86,7 +86,7 @@ end %>
toplevels = [
:index, "Introducing Kudu",
:release_notes, "Kudu Release Notes",
- :quickstart, "Getting Started with Kudu",
+ :quickstart, "Quickstart Guide",
:installation, "Installation Guide",
:configuration, "Configuring Kudu",
:kudu_impala_integration, "Using Impala with Kudu",
@@ -135,4 +135,3 @@ unless footnotes.empty? || !footnotes? ||
attr?(:nofootnotes) %>
</div><%
end #footnotes
%>
-