[DOCS] Added initial version of selector tool (#17799)
This commit is contained in:
parent
52b9df4a6d
commit
ec82af040b
BIN
docs/_static/selector-tool/assets/icons-regular-7c563649.woff2
vendored
Normal file
BIN
docs/_static/selector-tool/assets/icons-regular-7c563649.woff2
vendored
Normal file
Binary file not shown.
1
docs/_static/selector-tool/assets/index-89e3365b.js
vendored
Normal file
1
docs/_static/selector-tool/assets/index-89e3365b.js
vendored
Normal 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`);
|
BIN
docs/_static/selector-tool/assets/intelone-bodytext-font-family-medium-a08af450.woff2
vendored
Normal file
BIN
docs/_static/selector-tool/assets/intelone-bodytext-font-family-medium-a08af450.woff2
vendored
Normal file
Binary file not shown.
BIN
docs/_static/selector-tool/assets/intelone-bodytext-font-family-regular-8fde65a1.woff2
vendored
Normal file
BIN
docs/_static/selector-tool/assets/intelone-bodytext-font-family-regular-8fde65a1.woff2
vendored
Normal file
Binary file not shown.
54
docs/_static/selector-tool/assets/selector-363359f4.js
vendored
Normal file
54
docs/_static/selector-tool/assets/selector-363359f4.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
docs/_static/selector-tool/assets/selector-5c3f26d1.css
vendored
Normal file
1
docs/_static/selector-tool/assets/selector-5c3f26d1.css
vendored
Normal file
File diff suppressed because one or more lines are too long
22
docs/_static/selector-tool/selector-0290a24.html
vendored
Normal file
22
docs/_static/selector-tool/selector-0290a24.html
vendored
Normal 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>
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user