mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-09-12 21:03:32 -06:00
Merge branch 'master' of github.com:pmarsceill/just-the-docs into dark-mode
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
// Import external dependencies
|
||||
//
|
||||
|
||||
@import "./normalize.scss/normalize.scss";
|
||||
@import "./vendor/normalize.scss/normalize.scss";
|
||||
|
||||
//
|
||||
// Import Just the docs scss
|
||||
|
@@ -155,7 +155,9 @@ function initSearch() {
|
||||
|
||||
function ready(){
|
||||
toggleNav();
|
||||
initSearch();
|
||||
if (typeof lunr !== 'undefined') {
|
||||
initSearch();
|
||||
}
|
||||
}
|
||||
|
||||
// in case the document is already rendered
|
||||
|
Reference in New Issue
Block a user