Skip to content

Commit 808b7e9

Browse files
Docs add link to top menu 24.3 (#26138)
1 parent 03327b5 commit 808b7e9

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

docs/openvino_sphinx_theme/openvino_sphinx_theme/templates/navbar-nav.html

+9-7
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,16 @@
88
<ul id="navbar-main-elements" class="navbar-nav">
99
<li class="toctree-l1 nav-item">
1010
<a class="reference external nav-link" href="https://docs.openvino.ai/install">
11-
Install
11+
Installation
1212
</a>
1313
</li>
14+
15+
<li class="toctree-l1 nav-item">
16+
<a class="reference external nav-link" href="https://www.intel.com/content/www/us/en/developer/tools/openvino-toolkit/overview.html">
17+
Product Page
18+
</a>
19+
</li>
20+
1421
<li class="toctree-l1 nav-item">
1522
<a class="reference external nav-link" href="https://blog.openvino.ai/">
1623
Blog
@@ -34,15 +41,10 @@
3441
<li class="toctree-l1 nav-item">
3542
<a class="reference external nav-link"
3643
href="https://docs.openvino.ai/2024/about-openvino/performance-benchmarks.html">
37-
Performance Benchmarks
44+
Performance
3845
</a>
3946
</li>
4047

41-
<li class="toctree-l1 nav-item">
42-
<a class="reference external nav-link" href="https://github.com/openvinotoolkit">
43-
GitHub
44-
</a>
45-
</li>
4648
</ul>
4749
</div>
4850

docs/sphinx_setup/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122

123123
html_context = {
124124
'current_language': 'English',
125-
'languages': (('English', '/latest'), ('Chinese', '/cn/latest')),
125+
#'languages': (('English', '/latest'), ('Chinese', '/cn/latest')),
126126
'doxygen_mapping_file': '@DOXYGEN_MAPPING_FILE@',
127127
'doxygen_snippet_root': snippet_root,
128128
'default_mode': 'light'

0 commit comments

Comments
 (0)