diff --git a/src/runtime_src/doc/toc/_static/custom.css b/src/runtime_src/doc/toc/_static/custom.css new file mode 100644 index 00000000000..1cadbe76aca --- /dev/null +++ b/src/runtime_src/doc/toc/_static/custom.css @@ -0,0 +1,24 @@ +/* + * custom.css + * ~~~~~~~~~ + * + * Custom stylesheet. + * + * :copyright: Copyright 2022 by Xilinx, Inc. + * + */ + +/* -- main layout ----------------------------------------------------------- */ +@media screen and (max-width: 950px){ + .wy-body-for-nav{background:#000000} + .wy-nav-top{display:block} + .wy-nav-side{left:300px} + .wy-nav-side.shift{width:85%;left:0} + .wy-side-scroll{width:auto} + .wy-side-nav-search{width:auto} + .wy-menu.wy-menu-vertical{width:auto} + .wy-nav-content-wrap{margin-left:0} + .wy-nav-content-wrap + .wy-nav-content{padding:1.618em} + .wy-nav-content-wrap.shift{position:fixed;min-width:100%;left:85%;top:0;height:100%;overflow:hidden} +} \ No newline at end of file diff --git a/src/runtime_src/doc/toc/_static/layout.html b/src/runtime_src/doc/toc/_static/layout.html new file mode 100644 index 00000000000..81ae01340cd --- /dev/null +++ b/src/runtime_src/doc/toc/_static/layout.html @@ -0,0 +1,14 @@ +{% extends "!layout.html" %} + {% block footer %} {{ super() }} + + +{% endblock %} \ No newline at end of file diff --git a/src/runtime_src/doc/toc/_static/xilinx-header-logo.png b/src/runtime_src/doc/toc/_static/xilinx-header-logo.png new file mode 100644 index 00000000000..00372830152 Binary files /dev/null and b/src/runtime_src/doc/toc/_static/xilinx-header-logo.png differ diff --git a/src/runtime_src/doc/toc/_static/xilinx-header-logo.svg b/src/runtime_src/doc/toc/_static/xilinx-header-logo.svg new file mode 100644 index 00000000000..023d3bac95c --- /dev/null +++ b/src/runtime_src/doc/toc/_static/xilinx-header-logo.svg @@ -0,0 +1,471 @@ + + + + diff --git a/src/runtime_src/doc/toc/_templates/page.html b/src/runtime_src/doc/toc/_templates/page.html new file mode 100644 index 00000000000..429a7dedd9a --- /dev/null +++ b/src/runtime_src/doc/toc/_templates/page.html @@ -0,0 +1,14 @@ +{% extends "!page.html" %} + +{% block footer %} + +{% endblock %} \ No newline at end of file diff --git a/src/runtime_src/doc/toc/_templates/sourcelink.html b/src/runtime_src/doc/toc/_templates/sourcelink.html new file mode 100644 index 00000000000..3732a0a38bb --- /dev/null +++ b/src/runtime_src/doc/toc/_templates/sourcelink.html @@ -0,0 +1,11 @@ +{%- if show_source and has_source and sourcename %} +
{{ _('Your search did not match any documents. Please make sure that all words are spelled correctly and that you\'ve selected enough categories.') }}
+ {% endif %} + {% endif %} +{{ context|e }}
+