Skip to content

Commit

Permalink
[Docs] restore banner information (openvinotoolkit#23623)
Browse files Browse the repository at this point in the history
### Details:
 - *item1*
 - *...*

### Tickets:
 - *ticket-id*
  • Loading branch information
akopytko authored Mar 22, 2024
1 parent 385782d commit beff695
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/sphinx_setup/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -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">&times;</span>
</button>
Expand Down
2 changes: 1 addition & 1 deletion docs/sphinx_setup/_templates/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -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">&times;</span>
</button>
Expand Down

0 comments on commit beff695

Please sign in to comment.