docs: remove second search bar

The config.toml for algolia doesn't do what it says on the tin. The
algolia search bar shows up without this option and enabling it somehow
adds a second search bar.

Also added the `resources/` subdir to our gitignore. This dir is
generated when doing local hugo dev.

Signed-off-by: Spencer Smith <spencer.smith@talos-systems.com>
This commit is contained in:
Spencer Smith 2022-03-24 09:07:46 -04:00
parent 5f27f4c638
commit 020856f80d
No known key found for this signature in database
GPG Key ID: 036C4E711644C223
2 changed files with 2 additions and 2 deletions

1
.gitignore vendored
View File

@ -35,3 +35,4 @@ sha512sum.txt
*.lock
package-lock.json
node_modules
website/resources

View File

@ -116,7 +116,7 @@ url_latest_version = "/v0.14"
# gcs_engine_id = "d72aa9b2712488cc3"
# Enable Algolia DocSearch
algolia_docsearch = true
algolia_docsearch = false
# Enable Lunr.js offline search
offlineSearch = false
@ -223,4 +223,3 @@ weight = 99
name = "Sidero Metal"
url = "https://sidero.dev"
weight = 98