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:
parent
5f27f4c638
commit
020856f80d
1
.gitignore
vendored
1
.gitignore
vendored
@ -35,3 +35,4 @@ sha512sum.txt
|
|||||||
*.lock
|
*.lock
|
||||||
package-lock.json
|
package-lock.json
|
||||||
node_modules
|
node_modules
|
||||||
|
website/resources
|
||||||
|
@ -116,7 +116,7 @@ url_latest_version = "/v0.14"
|
|||||||
# gcs_engine_id = "d72aa9b2712488cc3"
|
# gcs_engine_id = "d72aa9b2712488cc3"
|
||||||
|
|
||||||
# Enable Algolia DocSearch
|
# Enable Algolia DocSearch
|
||||||
algolia_docsearch = true
|
algolia_docsearch = false
|
||||||
|
|
||||||
# Enable Lunr.js offline search
|
# Enable Lunr.js offline search
|
||||||
offlineSearch = false
|
offlineSearch = false
|
||||||
@ -223,4 +223,3 @@ weight = 99
|
|||||||
name = "Sidero Metal"
|
name = "Sidero Metal"
|
||||||
url = "https://sidero.dev"
|
url = "https://sidero.dev"
|
||||||
weight = 98
|
weight = 98
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user