[DOCS] update banner for 2023.3 (#23656)
### Details: - *item1* - *...* ### Tickets: - *ticket-id*
This commit is contained in:
parent
beff6958a9
commit
687c648120
|
|
@ -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">×</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 %}
|
||||
|
|
|
|||
|
|
@ -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">×</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 %}
|
||||
|
|
|
|||
Loading…
Reference in New Issue