Skip to content

Commit

Permalink
docs: remove second search bar
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
rsmitty committed Mar 24, 2022
1 parent 5f27f4c commit 020856f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ sha512sum.txt
*.lock
package-lock.json
node_modules
website/resources
3 changes: 1 addition & 2 deletions website/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -223,4 +223,3 @@ weight = 99
name = "Sidero Metal"
url = "https://sidero.dev"
weight = 98

0 comments on commit 020856f

Please sign in to comment.