From 4352d3683179d61622191963fc9347298e88eafb Mon Sep 17 00:00:00 2001
From: Robert Jelic <36573031+NoryiE@users.noreply.github.com>
Date: Thu, 20 Oct 2022 20:20:25 +0200
Subject: [PATCH] Small docs update
- added searchbar
- added :remove method @Object
---
docs/index.html | 12 +++++++++++-
docs/objects/Object.md | 1 +
2 files changed, 12 insertions(+), 1 deletion(-)
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 @@
+