Skip to content

Commit

Permalink
[DOCS] Fix API items in menu (#25602)
Browse files Browse the repository at this point in the history
Changing labels of items in the `API Reference` section. Adding mention
of JavaScript language. Porting:
#25482
  • Loading branch information
sgolebiewski-intel authored Jul 17, 2024
1 parent 09c1c02 commit ae257b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/sphinx_setup/api/api_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <c_cpp_api/group__ov__cpp__api>
OpenVINO Runtime C API <c_cpp_api/group__ov__c__api>
OpenVINO Node.js API <nodejs_api/nodejs_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.

Expand Down

0 comments on commit ae257b4

Please sign in to comment.