Skip to content

Commit 473c6d8

Browse files
[DOCS] menu restructuring 2025 pass 3 25.0 (#28737)
port: #28719
1 parent c0c18a9 commit 473c6d8

23 files changed

+29
-31
lines changed

docs/articles_en/about-openvino/release-notes-openvino/system-requirements.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,12 @@ Intel® Neural Processing Unit
9393

9494
.. tab-item:: Additional considerations
9595

96-
* These Accelerators require :doc:`drivers <../../get-started/configurations/configurations-intel-npu>`
96+
* These Accelerators require :doc:`drivers <../../get-started/install-openvino/configurations/configurations-intel-npu>`
9797
that are not included in the Intel® Distribution of OpenVINO™ toolkit package.
9898
* Users can access the NPU plugin through the OpenVINO archives on
9999
the :doc:`download page <../../get-started/install-openvino>`.
100100

101101

102-
103102
Operating systems and developer environment
104103
#######################################################
105104

docs/articles_en/get-started.rst

-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ GET STARTED
1212
:hidden:
1313

1414
Install OpenVINO <get-started/install-openvino>
15-
Additional Hardware Setup <get-started/configurations>
16-
Troubleshooting <get-started/troubleshooting-install-config>
1715
System Requirements <./about-openvino/release-notes-openvino/system-requirements>
1816

1917

docs/articles_en/get-started/install-openvino.rst

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Install OpenVINO™ 2025.0
1616
OpenVINO Runtime on Windows <install-openvino/install-openvino-windows>
1717
OpenVINO Runtime on macOS <install-openvino/install-openvino-macos>
1818
Create an OpenVINO Yocto Image <install-openvino/install-openvino-yocto>
19+
Additional Hardware Setup and Troubleshooting <install-openvino/configurations>
1920

2021
.. raw:: html
2122

docs/articles_en/get-started/configurations/configurations-intel-gpu.rst docs/articles_en/get-started/install-openvino/configurations/configurations-intel-gpu.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,13 @@ To check if the driver has been installed:
9191
1. Type **device manager** in the **Search Windows** field and press Enter. **Device Manager** will open.
9292
2. Click the drop-down arrow to display **Display Adapters**. You can see the adapter that is installed in your computer:
9393

94-
.. image:: ../../assets/images/DeviceManager.PNG
94+
.. image:: ../../../assets/images/DeviceManager.PNG
9595
:width: 400
9696

9797
3. Right-click on the adapter name and select **Properties**.
9898
4. Click the **Driver** tab to view the driver version.
9999

100-
.. image:: ../../assets/images/DeviceDriverVersion.svg
100+
.. image:: ../../../assets/images/DeviceDriverVersion.svg
101101
:width: 400
102102

103103
Your device driver has been updated and is now ready to use your GPU.
@@ -132,8 +132,8 @@ Below are the required steps to make it work with OpenVINO:
132132
Additional Resources
133133
####################
134134

135-
* :doc:`GPU Device <../../openvino-workflow/running-inference/inference-devices-and-modes/gpu-device>`
136-
* :doc:`Install Intel® Distribution of OpenVINO™ toolkit from a Docker Image <../install-openvino/install-openvino-archive-linux>`
135+
* :doc:`GPU Device <../../../openvino-workflow/running-inference/inference-devices-and-modes/gpu-device>`
136+
* :doc:`Install Intel® Distribution of OpenVINO™ toolkit from a Docker Image <../install-openvino-archive-linux>`
137137
* `Docker CI framework for Intel® Distribution of OpenVINO™ toolkit <https://github.com/openvinotoolkit/docker_ci/blob/master/README.md>`__
138138
* `Get Started with DockerHub CI for Intel® Distribution of OpenVINO™ toolkit <https://github.com/openvinotoolkit/docker_ci/blob/master/get-started.md>`__
139139
* `Dockerfiles with Intel® Distribution of OpenVINO™ toolkit <https://github.com/openvinotoolkit/docker_ci/blob/master/dockerfiles/README.md>`__

docs/articles_en/get-started/configurations/genai-dependencies.rst docs/articles_en/get-started/install-openvino/configurations/genai-dependencies.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ as archives or python wheels), build OpenVINO GenAI library from
2424
Additional Resources
2525
#######################
2626

27-
* :doc:`OpenVINO GenAI Installation Guide <../install-openvino/install-openvino-genai>`
27+
* :doc:`OpenVINO GenAI Installation Guide <../install-openvino-genai>`
2828
* `OpenVINO GenAI repository <https://github.com/openvinotoolkit/openvino.genai>`__
29-
* :doc:`OpenVINO Installation Guide <../install-openvino>`
30-
* :doc:`OpenVINO Tokenizers <../../openvino-workflow-generative/ov-tokenizers>`
29+
* :doc:`OpenVINO Installation Guide <../../install-openvino>`
30+
* :doc:`OpenVINO Tokenizers <../../../openvino-workflow-generative/ov-tokenizers>`
3131

docs/articles_en/get-started/troubleshooting-install-config.rst docs/articles_en/get-started/install-openvino/configurations/troubleshooting-install-config.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ Troubleshooting Guide for OpenVINO™ Installation & Configuration
3737
This error may appear on systems lacking C++ components. Since it is almost exclusively a
3838
Windows case, installing `Microsoft Visual C++ Redistributable [vc_redist.x64] <https://aka.ms/vs/17/release/vc_redist.x64.exe>`__
3939
package may fix it. For more information on dependencies, check
40-
:doc:`System Requirements <../about-openvino/release-notes-openvino/system-requirements>` and
41-
:doc:`Additional Hardware Configurations <./configurations>`
40+
:doc:`System Requirements <../../../about-openvino/release-notes-openvino/system-requirements>` and
41+
:doc:`Additional Hardware Configurations and Troubleshooting <../configurations>`
4242

4343
.. dropdown:: Proxy issues installing OpenVINO on Linux from Docker
4444

@@ -122,10 +122,10 @@ Troubleshooting Guide for OpenVINO™ Installation & Configuration
122122

123123
.. dropdown:: Check if proper drivers are installed
124124

125-
:doc:`Additional configurations <configurations>` may be
125+
:doc:`Additional configurations <../configurations>` may be
126126
required in order to use OpenVINO with different hardware, such as Intel® GPU and NPU.
127127
Make sure that the device you want to use for inference has the required driver installed,
128-
as described in :doc:`additional configurations for GPU <configurations/configurations-intel-gpu>`.
128+
as described in :doc:`additional configurations for GPU <./configurations-intel-gpu>`.
129129

130130
.. dropdown:: Check firewall and network settings
131131

docs/articles_en/get-started/install-openvino/install-openvino-apt.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Run the following command:
152152
153153
Congratulations! You've just Installed OpenVINO! For some use cases you may still
154154
need to install additional components. Check the
155-
:doc:`list of additional configurations <../configurations>`
155+
:doc:`list of additional configurations <./configurations>`
156156
to see if your case needs any of them.
157157

158158
With the APT distribution, you can build OpenVINO sample files, as explained in the

docs/articles_en/get-started/install-openvino/install-openvino-archive-linux.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Step 1: Download and Install the OpenVINO Core Components
171171

172172
Congratulations, you have finished the installation! For some use cases you may still
173173
need to install additional components. Check the description below, as well as the
174-
:doc:`list of additional configurations <../configurations>`
174+
:doc:`list of additional configurations <./configurations>`
175175
to see if your case needs any of them.
176176

177177
The ``/opt/intel/openvino_2024`` folder now contains the core components for OpenVINO.
@@ -273,7 +273,7 @@ To delete the files:
273273
Additional Resources
274274
###########################################################
275275

276-
* :doc:`Troubleshooting Guide for OpenVINO Installation & Configuration <../troubleshooting-install-config>`
276+
* :doc:`Troubleshooting Guide for OpenVINO Installation & Configuration <./configurations/troubleshooting-install-config>`
277277
* Converting models for use with OpenVINO™: :doc:`Convert a Model <../../../openvino-workflow/model-preparation>`
278278
* Writing your own OpenVINO™ applications: :doc:`OpenVINO™ Runtime User Guide <../../../openvino-workflow/running-inference>`
279279
* Sample applications: :doc:`OpenVINO™ Toolkit Samples Overview <../../../learn-openvino/openvino-samples>`

docs/articles_en/get-started/install-openvino/install-openvino-archive-macos.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Step 1: Install OpenVINO Core Components
100100

101101
Congratulations, you have finished the installation! For some use cases you may still
102102
need to install additional components. Check the description below, as well as the
103-
:doc:`list of additional configurations <../configurations>`
103+
:doc:`list of additional configurations <./configurations>`
104104
to see if your case needs any of them.
105105

106106
The ``/opt/intel/openvino_2024`` folder now contains the core components for OpenVINO.

docs/articles_en/get-started/install-openvino/install-openvino-archive-windows.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Step 1: Download and Install OpenVINO Core Components
9595

9696
Congratulations, you have finished the installation! For some use cases you may still
9797
need to install additional components. Check the description below, as well as the
98-
:doc:`list of additional configurations <../configurations>`
98+
:doc:`list of additional configurations <./configurations>`
9999
to see if your case needs any of them.
100100

101101
The ``C:\Program Files (x86)\Intel\openvino_2024`` folder now contains the core components for OpenVINO.

docs/articles_en/get-started/install-openvino/install-openvino-brew.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Installing OpenVINO Runtime
3737
3838
Congratulations! You've just Installed OpenVINO! For some use cases you may still
3939
need to install additional components. Check the
40-
:doc:`list of additional configurations <../configurations>`
40+
:doc:`list of additional configurations <./configurations>`
4141
to see if your case needs any of them.
4242

4343

docs/articles_en/get-started/install-openvino/install-openvino-conda.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Installing OpenVINO Runtime with Anaconda Package Manager
4646
4747
Congratulations! You've just Installed OpenVINO! For some use cases you may still
4848
need to install additional components. Check the description below, as well as the
49-
:doc:`list of additional configurations <../configurations>`
49+
:doc:`list of additional configurations <./configurations>`
5050
to see if your case needs any of them.
5151

5252
Enabling GPU device for inference

docs/articles_en/get-started/install-openvino/install-openvino-pip.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ If installation was successful, you will see the list of available devices.
104104

105105
Congratulations! You've just Installed OpenVINO! For some use cases you may still
106106
need to install additional components. Check the
107-
:doc:`list of additional configurations <../configurations>`
107+
:doc:`list of additional configurations <./configurations>`
108108
to see if your case needs any of them.
109109

110110

docs/articles_en/get-started/install-openvino/install-openvino-vcpkg.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ And running from terminal:
6161
6262
Congratulations! You've just Installed and used OpenVINO in your project! For some use cases you may still
6363
need to install additional components. Check the
64-
:doc:`list of additional configurations <../configurations>`
64+
:doc:`list of additional configurations <./configurations>`
6565
to see if your case needs any of them.
6666

6767
Uninstalling OpenVINO

docs/articles_en/get-started/install-openvino/install-openvino-yocto.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ If the image build is successful, it will return the list of packages as below:
104104
Additional Resources
105105
####################
106106

107-
- :doc:`Troubleshooting Guide <../troubleshooting-install-config>`
107+
- :doc:`Troubleshooting Guide <./configurations/troubleshooting-install-config>`
108108
- `Official Yocto Project documentation <https://docs.yoctoproject.org/>`__
109109
- `BitBake Tool <https://docs.yoctoproject.org/bitbake/>`__
110110
- `Poky <https://git.yoctoproject.org/poky>`__

docs/articles_en/get-started/install-openvino/install-openvino-yum.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Run the following command:
113113
114114
Congratulations! You've just Installed OpenVINO! For some use cases you may still
115115
need to install additional components. Check the
116-
:doc:`list of additional configurations <../configurations>`
116+
:doc:`list of additional configurations <./configurations>`
117117
to see if your case needs any of them.
118118
119119
With the YUM distribution, you can build OpenVINO sample files, as explained in the

docs/articles_en/get-started/install-openvino/install-openvino-zypper.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Run the following command:
6565

6666
Congratulations! You've just Installed OpenVINO! For some use cases you may still
6767
need to install additional components. Check the
68-
:doc:`list of additional configurations <../configurations>`
68+
:doc:`list of additional configurations <./configurations>`
6969
to see if your case needs any of them.
7070

7171
With the ZYPPER distribution, you can build OpenVINO sample files, as explained in the

docs/articles_en/learn-openvino/openvino-samples/get-started-demos.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ The following command shows how to run the Image Classification Code Sample usin
409409

410410
.. note::
411411

412-
* Running inference on Intel® Processor Graphics (GPU) requires :doc:`additional hardware configuration steps <../../get-started/configurations/configurations-intel-gpu>`, as described earlier on this page.
412+
* Running inference on Intel® Processor Graphics (GPU) requires :doc:`additional hardware configuration steps <../../get-started/install-openvino/configurations/configurations-intel-gpu>`, as described earlier on this page.
413413
* Running on GPU is not compatible with macOS.
414414

415415
.. tab-set::

docs/articles_en/openvino-workflow/deployment-locally.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ Building a local distribution will require more detailed information, and you wi
7474

7575
.. note::
7676

77-
Depending on your target OpenVINO devices, the following configuration might be needed for deployed machines: :doc:`Configurations for GPU <../get-started/configurations/configurations-intel-gpu>`.
77+
Depending on your target OpenVINO devices, the following configuration might be needed for deployed machines: :doc:`Configurations for GPU <../get-started/install-openvino/configurations/configurations-intel-gpu>`.
7878

docs/articles_en/openvino-workflow/running-inference/inference-devices-and-modes/gpu-device.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For an in-depth description of the GPU plugin, see:
2121
- `OpenVINO Runtime GPU plugin source files <https://github.com/openvinotoolkit/openvino/tree/master/src/plugins/intel_gpu/>`__
2222
- `Start AI Development with Intel <https://www.intel.com/content/www/us/en/developer/topic-technology/artificial-intelligence/overview.html>`__
2323

24-
The GPU plugin is a part of the Intel® Distribution of OpenVINO™ toolkit. For more information on how to configure a system to use it, see the :doc:`GPU configuration <../../../get-started/configurations/configurations-intel-gpu>`.
24+
The GPU plugin is a part of the Intel® Distribution of OpenVINO™ toolkit. For more information on how to configure a system to use it, see the :doc:`GPU configuration <../../../get-started/install-openvino/configurations/configurations-intel-gpu>`.
2525

2626
Device Naming Convention
2727
#######################################

docs/dev/pypi_publish/pypi-openvino-rt.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ If installation was successful, you will see the list of available devices.
121121
## Troubleshooting
122122

123123
For general troubleshooting, see the
124-
[Troubleshooting Guide for OpenVINO Installation](https://docs.openvino.ai/2025/get-started/troubleshooting-install-config.html).
124+
[Troubleshooting Guide for OpenVINO Installation](https://docs.openvino.ai/2025/get-started/install-openvino/configurations/troubleshooting-install-config.html).
125125
The following sections also provide explanations to several error messages.
126126

127127
### Errors with Installing via PIP for Users in China

0 commit comments

Comments
 (0)