Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/google/docsy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Deininger <andreas@deininger.net>2022-08-15 10:33:39 +0300
committerGitHub <noreply@github.com>2022-08-15 10:33:39 +0300
commit4e9b463da93a53419be9865a3ec1e9256591622f (patch)
tree271971d99a56ba05da84224f5b4daa09c7bcce49
parentd4da7517de6705175289da3464c40be979ee3c72 (diff)
Update GO_VERSION to 1.19 and fix typo (#1155)
-rw-r--r--assets/json/offline-search-index.json2
-rw-r--r--netlify.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/assets/json/offline-search-index.json b/assets/json/offline-search-index.json
index 0396a08..faadcb3 100644
--- a/assets/json/offline-search-index.json
+++ b/assets/json/offline-search-index.json
@@ -1,7 +1,7 @@
{{- $.Scratch.Add "offline-search-index" slice -}}
{{- range where .Site.AllPages ".Params.exclude_search" "!=" true -}}
{{- /* We have to apply `htmlUnescape` again after `truncate` because `truncate` applies `html.EscapeString` if the argument is not HTML. */ -}}
-{{- /* Indvidual taxonomies can be added in the next line by add '"taxonomy-name" (.Params.taxonomy-name | default "")' to the dict (as seen for categories and tags). */ -}}
+{{- /* Individual taxonomies can be added in the next line by add '"taxonomy-name" (.Params.taxonomy-name | default "")' to the dict (as seen for categories and tags). */ -}}
{{- $.Scratch.Add
"offline-search-index"
(dict
diff --git a/netlify.toml b/netlify.toml
index b96121d..e909556 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -6,7 +6,7 @@ publish = "userguide/public"
command = "npm run docs-install && npm run build:preview"
[build.environment]
-GO_VERSION = "1.18.4"
+GO_VERSION = "1.19"
HUGO_THEME = "repo"
[context.production]