[DOCS] Added initial version of selector tool (#17799)

This commit is contained in:
Alexander Suvorov 2023-06-21 14:20:43 +02:00 committed by GitHub
parent 52b9df4a6d
commit ec82af040b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 82 additions and 4 deletions

Binary file not shown.

View File

@ -0,0 +1 @@
const e=document.getElementById("selector");if(!e)throw new Error("cannot find selector document");window.addEventListener("message",i=>{e.style.height=i.data.height+"px"});var o,n;const t=(n=(o=e.contentDocument)==null?void 0:o.body)==null?void 0:n.offsetHeight;t&&(e.style.height=`${t}px`);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="version" content="0290a24" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Download Intel® Distribution of OpenVINO™ Toolkit</title>
<meta
name="description"
content="Download a version of the Intel® Distribution of OpenVINO™ toolkit for Linux, Windows, or macOS."
/>
<script
type="module"
crossorigin
src="./assets/selector-363359f4.js"
></script>
<link rel="stylesheet" href="./assets/selector-5c3f26d1.css" />
</head>
<body>
<div id="root"></div>
</body>
</html>

View File

@ -22,11 +22,11 @@ Intel® Distribution of OpenVINO™ toolkit is a comprehensive toolkit for devel
Install OpenVINO
################
.. button-link:: https://www.intel.com/content/www/us/en/developer/tools/openvino-toolkit/download.html
:color: primary
:outline:
.. raw:: html
Check out the OpenVINO Download Page :fas:`fa-external-link-alt`
<script type="module" crossorigin src="_static/selector-tool/assets/index-89e3365b.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<iframe id="selector" src="_static/selector-tool/selector-0290a24.html" style="width: 100%; border: none" title="Download Intel® Distribution of OpenVINO™ Toolkit"></iframe>
OpenVINO installation package is distributed in two parts: OpenVINO Runtime and OpenVINO Development Tools.