[arvados] created: 2.1.0-2608-g1133c1743

git repository hosting git at public.arvados.org
Fri Jun 17 13:57:35 UTC 2022


        at  1133c17437e018884fc32c554844e1c7dda76b27 (commit)


commit 1133c17437e018884fc32c554844e1c7dda76b27
Author: Ward Vandewege <ward at curii.com>
Date:   Fri Jun 17 09:55:07 2022 -0400

    19201: add warning when users are viewing documentation for old Arvados
           versions.
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>

diff --git a/doc/_includes/_navbar_top.liquid b/doc/_includes/_navbar_top.liquid
index 38c8e0a1d..41fe70f03 100644
--- a/doc/_includes/_navbar_top.liquid
+++ b/doc/_includes/_navbar_top.liquid
@@ -49,6 +49,9 @@ SPDX-License-Identifier: CC-BY-SA-3.0
       </div>
     </div>
 
+   <div class="alert alert-block alert-info" style="display: none;" id="old-version-warning">
+     WARNING - you are viewing the documentation for an old version of Arvados. For the latest version, click <a href="/">here</a>.
+   </div>
    <div class="alert alert-block alert-info" style="display: none;" id="annotate-notify">
      <div style="margin-top: -26px; font-size: 12pt">Hey!  You can use the annotation sidebar from <a href="https://hypothes.is">hypothes.is</a> to make public comments and private notes
        <span style="font-size: 32pt">→</span></div>

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list