[arvados] updated: 2.2.2-11-gfc52f6b66
git repository hosting
git at public.arvados.org
Fri Jun 17 17:10:33 UTC 2022
Summary of changes:
doc/_includes/_navbar_top.liquid | 10 ++++++++++
1 file changed, 10 insertions(+)
via fc52f6b66a27ca38c4c7a4c71c0fe044a1eb027e (commit)
via e052b47a12bb2903d242c39c4b5cebfd3b37a6e4 (commit)
from ca58a7392353a0bf8ff21272413acdde92604f32 (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 fc52f6b66a27ca38c4c7a4c71c0fe044a1eb027e
Author: Ward Vandewege <ward at curii.com>
Date: Fri Jun 17 13:02:21 2022 -0400
19201: add a liquid comment that explains what to do when changing the
div with id "old-version-warning"
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 41fe70f03..68bf01b4e 100644
--- a/doc/_includes/_navbar_top.liquid
+++ b/doc/_includes/_navbar_top.liquid
@@ -49,6 +49,13 @@ SPDX-License-Identifier: CC-BY-SA-3.0
</div>
</div>
+{% comment %}
+The div with id "old-version-warning" is automatically enabled by the Apache
+config under certain conditions, as described at
+https://dev.arvados.org/projects/ops/wiki/Docarvadosorg. Changing the class
+should be safe, but please double check the matching and substitution that is
+done in the Apache config to be sure before you modify this div.
+{% endcomment %}
<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>
commit e052b47a12bb2903d242c39c4b5cebfd3b37a6e4
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