Added disable line check
Signed-off-by: aakankshabhende <aakanksha0407@gmail.com>pull/49385/head
parent
db0338f9f6
commit
253865020a
|
@ -106,7 +106,7 @@ notAlternative = true
|
||||||
|
|
||||||
# Image processing configuration.
|
# Image processing configuration.
|
||||||
[imaging]
|
[imaging]
|
||||||
resampleFilter = "CatmullRom"
|
resampleFilter = "CatmullRom" # cSpell:disable-line
|
||||||
quality = 75
|
quality = 75
|
||||||
anchor = "smart"
|
anchor = "smart"
|
||||||
|
|
||||||
|
@ -156,7 +156,7 @@ k8s_search = true
|
||||||
# The following search parameters are specific to Docsy's implementation. Kubernetes implementes its own search-related partials and scripts.
|
# The following search parameters are specific to Docsy's implementation. Kubernetes implementes its own search-related partials and scripts.
|
||||||
|
|
||||||
# Google Custom Search Engine ID. Remove or comment out to disable search.
|
# Google Custom Search Engine ID. Remove or comment out to disable search.
|
||||||
#gcs_engine_id = "011737558837375720776:fsdu1nryfng"
|
#gcs_engine_id = "011737558837375720776:fsdu1nryfng" # cSpell:disable-line
|
||||||
|
|
||||||
# Enable Algolia DocSearch
|
# Enable Algolia DocSearch
|
||||||
algolia_docsearch = false
|
algolia_docsearch = false
|
||||||
|
|
Loading…
Reference in New Issue