Skip to content

Commit

Permalink
site: add search function
Browse files Browse the repository at this point in the history
Signed-off-by: Xieql <xieqianglong@huawei.com>
  • Loading branch information
Xieql committed Nov 18, 2023
1 parent 3555572 commit fb91808
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,14 @@ copyright = "The Kurator Authors"
url = "https://groups.google.com/g/kurator-dev"
icon = "fa fa-envelope"
desc = "Kyverno mailing list"

# Google Custom Search Engine ID. Remove or comment out to disable search.
#gcs_engine_id = "d72aa9b2712488cc3"
# Enable Algolia DocSearch
algolia_docsearch = false

# Enable Lunr.js offline search
offlineSearch = true

# Set to true to hide the sidebar search box (the top nav search box will still be displayed if search is enabled)
sidebar_search_disable = false

0 comments on commit fb91808

Please sign in to comment.