diff --git a/docs/index.html b/docs/index.html
index 39e924f..656b358 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -44,7 +44,16 @@
homepage: 'Home.md',
name: 'Basalt',
repo: 'https://github.com/Pyroxenium/Basalt',
- auto2top: true
+ auto2top: true,
+ search: {
+ maxAge: 86400000, // Expiration time, the default one day
+ paths: 'auto',
+ placeholder: 'Type to search',
+ noData: 'No Results!',
+ // Headline depth, 1 - 6
+ depth: 6,
+ hideOtherSidebarContent: false, // whether or not to hide other sidebar content
+ }
}
@@ -52,6 +61,7 @@
+