releasing version 4.0 of the doc theme. Major overhaul to the theme. Now it supports multiple doc projects within the same project. The intent is to replicate CCMS behavior so that an entire team can work off of the same project, each operating somewhat independently or not on various subprojects.

This commit is contained in:
Tom Johnson
2015-11-30 13:53:18 -08:00
parent 2687f779d2
commit f8b960225e
181 changed files with 20112 additions and 20270 deletions

View File

@ -7,7 +7,7 @@ $( document ).ready(function() {
//this script says, if the height of the viewport is greater than 800px, then insert affix class, which makes the nav bar float in a fixed
// position as your scroll. if you have a lot of nav items, this height may not work for you.
var h = $(window).height();
console.log (h);
//console.log (h);
if (h > 800) {
$( "#mysidebar" ).attr("class", "nav affix");
}
@ -16,6 +16,11 @@ $( document ).ready(function() {
placement : 'top'
});
/**
* AnchorJS
*/
anchors.add('h2,h3,h4,h5');
});
// needed for nav tabs on pages. See Formatting > Nav tabs for more details.
@ -48,6 +53,3 @@ $(function() {
}
});
});

7
js/lunr.min.js vendored

File diff suppressed because one or more lines are too long

50
js/search.min.js vendored

File diff suppressed because one or more lines are too long