We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db0338f commit 2538650Copy full SHA for 2538650
hugo.toml
@@ -106,7 +106,7 @@ notAlternative = true
106
107
# Image processing configuration.
108
[imaging]
109
-resampleFilter = "CatmullRom"
+resampleFilter = "CatmullRom" # cSpell:disable-line
110
quality = 75
111
anchor = "smart"
112
@@ -156,7 +156,7 @@ k8s_search = true
156
# The following search parameters are specific to Docsy's implementation. Kubernetes implementes its own search-related partials and scripts.
157
158
# Google Custom Search Engine ID. Remove or comment out to disable search.
159
-#gcs_engine_id = "011737558837375720776:fsdu1nryfng"
+#gcs_engine_id = "011737558837375720776:fsdu1nryfng" # cSpell:disable-line
160
161
# Enable Algolia DocSearch
162
algolia_docsearch = false
0 commit comments