[Docs] restore banner information (#23623)
### Details: - *item1* - *...* ### Tickets: - *ticket-id*
This commit is contained in:
parent
385782df37
commit
beff6958a9
|
|
@ -25,7 +25,7 @@
|
|||
{% block docs_navbar %}
|
||||
{{ super() }}
|
||||
<div id="info-banner" class="transition-banner">
|
||||
<p>OpenVINO 2022.1 has introduced OpenVINO API 2.0. For more information on transition steps from the previous API, see the <a href="https://docs.openvino.ai/latest/openvino_2_0_transition_guide.html">transition guide</a></p>
|
||||
<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>
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
{% block docs_navbar %}
|
||||
{{ super() }}
|
||||
<div id="info-banner" class="transition-banner">
|
||||
<p>OpenVINO 2022.1 has introduced OpenVINO API 2.0. For more information on transition steps from the previous API, see the <a href="https://docs.openvino.ai/latest/openvino_2_0_transition_guide.html">transition guide</a></p>
|
||||
<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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue