Skip to content

Commit

Permalink
[DOCS] update banner for 2023.3 (openvinotoolkit#23656)
Browse files Browse the repository at this point in the history
### Details:
 - *item1*
 - *...*

### Tickets:
 - *ticket-id*
  • Loading branch information
akopytko authored Mar 25, 2024
1 parent beff695 commit 687c648
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions docs/sphinx_setup/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@
{% block docs_navbar %}
{{ super() }}
<div id="info-banner" class="transition-banner">
<p>This page relates to OpenVINO 2023.3 (LTS). Go to the latest documentation for up-to-date information.<a href="https://docs.openvino.ai/">latest documentation</a></p>
<button type="button" class="close-banner" onclick="closeTransitionBanner()">
<span aria-hidden="true">&times;</span>
</button>
<p>This page relates to OpenVINO 2023.3 (LTS). <a href="https://docs.openvino.ai/">Go to the latest documentation for up-to-date information.</a></p>
</div>
<script src="{{ pathto('_static/js/hide_banner.js', 1) }}"></script>
{% endblock %}
5 changes: 1 addition & 4 deletions docs/sphinx_setup/_templates/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@
{% block docs_navbar %}
{{ super() }}
<div id="info-banner" class="transition-banner">
<p>This page relates to OpenVINO 2023.3 (LTS). Go to the latest documentation for up-to-date information.<a href="https://docs.openvino.ai/">latest documentation</a></p>
<button type="button" class="close-banner" onclick="closeTransitionBanner()">
<span aria-hidden="true">&times;</span>
</button>
<p>This page relates to OpenVINO 2023.3 (LTS). <a href="https://docs.openvino.ai/">Go to the latest documentation for up-to-date information.</a></p>
</div>
<script src="{{ pathto('_static/js/hide_banner.js', 1) }}"></script>
{% endblock %}
Expand Down

0 comments on commit 687c648

Please sign in to comment.