Initial documentation on Server, added toc
This commit is contained in:
@@ -19,10 +19,10 @@
|
||||
<link rel="canonical" href="<%= config.url + config.root + (page.path||'').replace('index.html', '') %>">
|
||||
|
||||
<!-- Bootstrap Core CSS -->
|
||||
<%- css('css/bootstrap.min.css') %>
|
||||
<%- css('css/bootstrap.css') %>
|
||||
|
||||
<!-- Custom CSS -->
|
||||
<%- css('css/beantech.min.css')%>
|
||||
<%- css('css/beantech.css')%>
|
||||
|
||||
<!-- Pygments Highlight CSS -->
|
||||
<%- css('css/highlight') %>
|
||||
|
5
themes/spd/layout/_widget/toc.ejs
Normal file
5
themes/spd/layout/_widget/toc.ejs
Normal file
@@ -0,0 +1,5 @@
|
||||
<!-- Short About -->
|
||||
<section class="visible-md visible-lg">
|
||||
<h5>Table of Contents</h5>
|
||||
<%- toc(page.content,{list_number:false}) %>
|
||||
</section>
|
@@ -9,6 +9,9 @@
|
||||
padding-right: 5%;
|
||||
}
|
||||
}
|
||||
.container {
|
||||
width: 100%;
|
||||
}
|
||||
.sidebar-container {
|
||||
color: #bfbfbf;
|
||||
font-size: 14px;
|
||||
@@ -22,12 +25,17 @@
|
||||
color: #808080 !important;
|
||||
text-decoration: none;
|
||||
}
|
||||
.sidebar-container a.toc-link {
|
||||
color: #606060 !important;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.sidebar-container a {
|
||||
color: #bfbfbf !important;
|
||||
}
|
||||
.sidebar-container a:hover,
|
||||
.sidebar-container a:active {
|
||||
color: #0085a1 !important;
|
||||
color: #000000 !important;
|
||||
}
|
||||
.sidebar-container .tags a {
|
||||
border-color: #bfbfbf;
|
||||
|
1
themes/spd/source/css/beantech.min.css
vendored
1
themes/spd/source/css/beantech.min.css
vendored
File diff suppressed because one or more lines are too long
5
themes/spd/source/css/bootstrap.min.css
vendored
5
themes/spd/source/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user