Merge pull request #7253 from medyagh/site_offline_search

local search for the site
pull/7244/head^2
Thomas Strömberg 2020-03-26 06:25:50 -07:00 committed by GitHub
commit d39db5ce19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View File

@ -625,7 +625,7 @@ release-kvm-driver: install-kvm-driver checksum ## Release KVM Driver
gsutil cp $(GOBIN)/docker-machine-driver-kvm2 gs://minikube/drivers/kvm/$(VERSION)/
gsutil cp $(GOBIN)/docker-machine-driver-kvm2.sha256 gs://minikube/drivers/kvm/$(VERSION)/
site/themes/docsy/assets/vendor/bootstrap/package.js:
site/themes/docsy/assets/vendor/bootstrap/package.js: ## update the website docsy theme git submodule
git submodule update -f --init --recursive
out/hugo/hugo:

View File

@ -112,7 +112,10 @@ github_project_repo = ""
github_subdir = "site"
# Google Custom Search Engine ID. Remove or comment out to disable search.
gcs_engine_id = "005331096405080631692:s7c4yfpw9sy"
# gcs_engine_id = "005331096405080631692:s7c4yfpw9sy"
# enabling local search https://www.docsy.dev/docs/adding-content/navigation/#configure-local-search-with-lunr
offlineSearch = true
# User interface configuration
[params.ui]

@ -1 +1 @@
Subproject commit 493bb1a0af92d1242f8396aeb1661dcd3a010db7
Subproject commit 3123298f5b0f56b3315b55319e17a8fa6c9d98f9