Docs menu recreate structure step1 (#14526)

* Initial TOC config

TOC depth
prev-next btn
TOC initial links

* extensibility section

header changed to section
section populated

* media processing and CV lib

header changed to section
no content in the node article... needs to be added later

* openvino security

header turned into section
intro article used as the section parent

* ecosystem

header turned to section
section populated

* menu padding adjustment

* benchmarks and release notes

benchmarks moved to resources
release notes moved to top level
case studies link

* OpenVINO IR

IR articles put in a section
the parent article will require more content
This commit is contained in:
Karol Blaszczak
2022-12-09 01:23:20 +01:00
committed by GitHub
parent 507cbe7045
commit fac45d79e4
12 changed files with 134 additions and 92 deletions

View File

@@ -31,11 +31,18 @@ ul#navbar-main-elements > li:hover {
/* first level items in the side menu */
#bd-docs-nav > div > ul > li > a {
color: #0068B5;
padding-bottom: 0;
}
/* second level items left padding */
/* second level items */
#bd-docs-nav > div > ul > li > ul {
padding-left: 0.5rem;
}
#bd-docs-nav div ul li ul li a {
padding-top: 0;
/*padding-bottom: 0; */
}
/* footer links */
/* =================================================== */