[ARVADOS] updated: 1.4.0-2-gdde7cb97b
Git user
git at public.curoverse.com
Wed Jun 12 18:06:26 UTC 2019
Summary of changes:
doc/_config.yml | 2 ++
doc/_includes/_navbar_top.liquid | 11 ++++++++++-
doc/user/index.html.textile.liquid | 2 +-
3 files changed, 13 insertions(+), 2 deletions(-)
via dde7cb97b4775a47a12e778d8d94ed3597517656 (commit)
via b6733fd91dbc8000ce70b512468a814adf369ad8 (commit)
from a8fe18b2b941f31896033bb58b9056e7731581b7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit dde7cb97b4775a47a12e778d8d94ed3597517656
Author: Ward Vandewege <wvandewege at veritasgenetics.com>
Date: Tue Jun 11 13:42:40 2019 -0400
15138: Include logic to support building multiple versions of our documentation.
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege at veritasgenetics.com>
diff --git a/doc/_config.yml b/doc/_config.yml
index cfae67192..21c4257a9 100644
--- a/doc/_config.yml
+++ b/doc/_config.yml
@@ -11,6 +11,8 @@
# $ rake generate baseurl=/example arvados_api_host=example.com
baseurl:
+current_version:
+all_versions:
arvados_api_host: localhost
arvados_cluster_uuid: local
arvados_workbench_host: http://localhost
diff --git a/doc/_includes/_navbar_top.liquid b/doc/_includes/_navbar_top.liquid
index 477a0dd81..e227703a5 100644
--- a/doc/_includes/_navbar_top.liquid
+++ b/doc/_includes/_navbar_top.liquid
@@ -24,6 +24,15 @@ SPDX-License-Identifier: CC-BY-SA-3.0
<li {% if page.navsection == 'api' %} class="active" {% endif %}><a href="{{ site.baseurl }}/api/index.html">API</a></li>
<li {% if page.navsection == 'admin' %} class="active" {% endif %}><a href="{{ site.baseurl }}/admin/index.html">Admin</a></li>
<li {% if page.navsection == 'installguide' %} class="active" {% endif %}><a href="{{ site.baseurl }}/install/index.html">Install</a></li>
+ <li><a href="#" class="dropdown-toggle" role="button" id="versionMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">{{ site.current_version }}{% if site.all_versions != [] %} ▾{% endif %}</a>
+ {% if site.all_versions != [] %}
+ <div class="dropdown-menu" aria-labelledby="versionMenuLink">
+ {% for version in site.all_versions %}
+ <a href="/{{ version }}/" class="dropdown-item">{{ version }}</a><br/>
+ {% endfor %}
+ </div>
+ {% endif %}
+ </li>
<li><a href="https://arvados.org" style="padding-left: 2em">arvados.org »</a></li>
</ul>
commit b6733fd91dbc8000ce70b512468a814adf369ad8
Author: Ward Vandewege <wvandewege at veritasgenetics.com>
Date: Mon Jun 10 10:41:22 2019 -0400
15138: Show the TM notice a little bit higher.
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege at veritasgenetics.com>
diff --git a/doc/_includes/_navbar_top.liquid b/doc/_includes/_navbar_top.liquid
index 7d96ea011..477a0dd81 100644
--- a/doc/_includes/_navbar_top.liquid
+++ b/doc/_includes/_navbar_top.liquid
@@ -13,7 +13,7 @@ SPDX-License-Identifier: CC-BY-SA-3.0
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="navbar-brand" href="{{ site.baseurl }}/">Arvados™ Docs</a>
+ <a class="navbar-brand" href="{{ site.baseurl }}/">Arvados<sup>™</sup> Docs</a>
</div>
<div class="collapse navbar-collapse" id="bs-navbar-collapse">
<ul class="nav navbar-nav">
diff --git a/doc/user/index.html.textile.liquid b/doc/user/index.html.textile.liquid
index 202e297a2..909394ef4 100644
--- a/doc/user/index.html.textile.liquid
+++ b/doc/user/index.html.textile.liquid
@@ -1,7 +1,7 @@
---
layout: default
navsection: userguide
-title: Welcome to Arvados™!
+title: Welcome to Arvados<sup>™</sup>!
...
{% comment %}
Copyright (C) The Arvados Authors. All rights reserved.
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list