change document theme, add reset_pass utiltiy

This commit is contained in:
Andrew Pamment
2018-02-06 17:15:43 +10:00
parent ad6c8e2b7a
commit f053c0dd6b
62 changed files with 7980 additions and 14 deletions

20
docs/cinder/js/base.js Normal file
View File

@@ -0,0 +1,20 @@
/* Highlight */
$( document ).ready(function() {
hljs.initHighlightingOnLoad();
$('table').addClass('table table-striped table-hover');
});
$('body').scrollspy({
target: '.bs-sidebar',
});
/* Prevent disabled links from causing a page reload */
$("li.disabled a").click(function() {
event.preventDefault();
});

7
docs/cinder/js/bootstrap-3.0.3.min.js vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

6
docs/cinder/js/jquery-1.10.2.min.js vendored Normal file

File diff suppressed because one or more lines are too long