Skip to content

Commit f4d9378

Browse files
Sean Smithdemartinofra
authored andcommitted
Add new docs warning to all pages
Signed-off-by: Sean Smith <[email protected]>
1 parent 1c53ad5 commit f4d9378

File tree

1 file changed

+5
-0
lines changed
  • docs/guzzle_sphinx_theme/guzzle_sphinx_theme

1 file changed

+5
-0
lines changed

docs/guzzle_sphinx_theme/guzzle_sphinx_theme/layout.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@
8080
{%- block sidebar1 %}{{ sidebar() }}{% endblock %}
8181
{%- block document %}
8282
<div class="body">
83+
<div class="admonition important">
84+
<p class="admonition-title">Important</p>
85+
<p>New Docs are available at <a class="reference external" href="https://docs.aws.amazon.com/parallelcluster">https://docs.aws.amazon.com/parallelcluster</a></p>
86+
<p>All new features, starting with 2.4.0, will be documented there.</p>
87+
</div>
8388
{% block body %} {% endblock %}
8489
</div>
8590
{%- endblock %}

0 commit comments

Comments
 (0)