diff --git a/doc/Doxyfile b/doc/Doxyfile index d2bc48f43..9aa9ba74b 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -1417,7 +1417,7 @@ ECLIPSE_DOC_ID = org.doxygen.Project # The default value is: NO. # This tag requires that the tag GENERATE_HTML is set to YES. -DISABLE_INDEX = YES +DISABLE_INDEX = NO # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index # structure should be generated to display hierarchical information. If the tag diff --git a/doc/footer.html b/doc/footer.html index f75a48920..04f5b8449 100644 --- a/doc/footer.html +++ b/doc/footer.html @@ -1,6 +1 @@ - diff --git a/doc/header.html b/doc/header.html index 61826f690..dc3ea62c2 100644 --- a/doc/header.html +++ b/doc/header.html @@ -24,70 +24,3 @@
- -
-
- - -
-
diff --git a/doc/stylesheet.css b/doc/stylesheet.css index d96d77fc3..a04b761b6 100644 --- a/doc/stylesheet.css +++ b/doc/stylesheet.css @@ -23,108 +23,8 @@ h6 { padding-left: 0; } -.navbar-nav { - float: left; - margin: 0; - width: 100%; -} - -.banner-header { - padding-top: 50px; - padding-bottom: 0px; - text-align: center; - color: #f8f8f8; - background: url(http://www.spdk.io/img/banner-bg.jpg) no-repeat center center; - background-size: cover; -} - -.banner-message { - position: relative; - padding-top: 2%; - padding-bottom: 2%; -} - -.banner-message > h1 { - margin: 0; - text-shadow: 2px 2px 3px rgba(0,0,0,0.6); - font-size: 4em; -} - -.banner-divider { - width: 400px; - border-top: 1px solid #f8f8f8; - border-bottom: 1px solid rgba(0,0,0,0.2); -} - -.banner-message > h3 { - text-shadow: 2px 2px 3px rgba(0,0,0,0.6); -} - -.banner-tabs { - margin-bottom: 0px; -} - -@media(max-width:767px) { - .banner-message { - padding-bottom: 15%; - } - - .banner-message > h1 { - font-size: 3em; - } - - ul.banner-tabs > li { - display: block; - margin-bottom: 0px; - padding: 0; - } - - ul.banner-tabs > li:last-child { - margin-bottom: 0; - } - - .banner-divider { - width: 100%; - } -} - -.box-name { - text-transform: uppercase; - font-size: 14px; - font-weight: 400; - letter-spacing: 1px; - padding-left: 3px; -} - -.community { - padding: 20px 0; - color: #f8f8f8; - background: url(http://www.spdk.io/img/community-bg.jpg) no-repeat center center; - background-size: cover; -} - -.community h2 { - margin: 0; - padding: 50px; - text-shadow: 2px 2px 3px rgba(0,0,0,0.6); - font-size: 3em; -} - -@media(max-width:767px) { - .community h2 { - margin: 0; - text-shadow: 2px 2px 3px rgba(0,0,0,0.6); - font-size: 3em; - } -} - -footer { - padding: 50px 0; - background-color: #f8f8f8; -} - -p.copyright { - margin: 15px 0 0; +.container-fluid { + padding: 0; } /* Original Stylesheet */