From ae257b4ba6387e39dcdf57613ab1d2a88159976b Mon Sep 17 00:00:00 2001 From: Sebastian Golebiewski Date: Wed, 17 Jul 2024 12:22:49 +0200 Subject: [PATCH] [DOCS] Fix API items in menu (#25602) Changing labels of items in the `API Reference` section. Adding mention of JavaScript language. Porting: https://github.com/openvinotoolkit/openvino/pull/25482 --- docs/sphinx_setup/api/api_reference.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/sphinx_setup/api/api_reference.rst b/docs/sphinx_setup/api/api_reference.rst index aee12add0299ee..ac59abca93db7b 100644 --- a/docs/sphinx_setup/api/api_reference.rst +++ b/docs/sphinx_setup/api/api_reference.rst @@ -11,13 +11,13 @@ API Reference :hidden: ie_python_api/api - c_cpp_api/group__ov__cpp__api - c_cpp_api/group__ov__c__api + OpenVINO Runtime C++ API + OpenVINO Runtime C API OpenVINO Node.js API -OpenVINO toolkit offers **APIs for Python, C, and C++** which share most features (C++ being the +OpenVINO toolkit offers **APIs for Python, C, C++, and JavaScript** which share most features (C++ being the most comprehensive one), have a common structure, naming convention styles, namespaces, and no duplicate structures.