[ARVADOS] updated: 1.3.3-2-g08e361c63

Git user git at public.curoverse.com
Wed Jun 12 18:06:05 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  08e361c63d9254e59f688b68a24282af16005c89 (commit)
       via  8cf8dc7df529f83aa98aaefc238e1a104200fea5 (commit)
      from  926380be966b968aa7223cade0476c2a70acfbc4 (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 08e361c63d9254e59f688b68a24282af16005c89
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 94c953996..bb1535b0f 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_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 8cf8dc7df529f83aa98aaefc238e1a104200fea5
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