diff --git a/docs/api-reference/glossary/index.html b/docs/api-reference/glossary/index.html index b9841c42e..1b61705ae 100644 --- a/docs/api-reference/glossary/index.html +++ b/docs/api-reference/glossary/index.html @@ -3,7 +3,7 @@
- + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/api-reference/index.html b/docs/api-reference/index.html index 82b250836..041c7ee8e 100644 --- a/docs/api-reference/index.html +++ b/docs/api-reference/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/api-reference/kustomization/bases/index.html b/docs/api-reference/kustomization/bases/index.html index 48accca18..fbb3e4546 100644 --- a/docs/api-reference/kustomization/bases/index.html +++ b/docs/api-reference/kustomization/bases/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + @@ -755,7 +756,7 @@Move entries into the resources field. This allows bases - which are still a -central concept - to be +central concept - to be ordered relative to other input resources.
The name and namespace fields of the patch target selector are
automatically anchored regular expressions. This means that the value myapp
is equivalent to ^myapp$.
Consider the following deployment.yaml common for both the examples:
apiVersion: apps/v1
+kind: Deployment
+metadata:
+ name: the-deployment
+spec:
+ replicas: 5
+ template:
+ containers:
+ - name: the-container
+ image: registry/conatiner:latest
+To Make the container image point to a specific version and not to the latest container in the +registry.
+# kustomization.yaml
+resources:
+- deployment.yaml
+
+patches:
+- path: patch.yaml
+# patch.yaml
+apiVersion: apps/v1
+kind: Deployment
+metadata:
+ name: the-deployment
+spec:
+ template:
+ containers:
+ - name: the-container
+ image: registry/conatiner:1.0.0
+apiVersion: apps/v1
+kind: Deployment
+metadata:
+ name: the-deployment
+spec:
+ replicas: 5
+ template:
+ containers:
+ - image: registry/conatiner:1.0.0
+ name: the-container
+To Make the container image point to a specific version and not to the latest container in the +registry.
+# kustomization.yaml
+resources:
+- deployment.yaml
+
+patches:
+- target:
+ kind: Deployment
+ name: the-deployment
+ path: patch.json
+# patch.json
+[
+ {"op": "replace", "path": "/spec/template/containers/0/image", "value": "registry/conatiner:1.0.0"}
+]
+
+apiVersion: apps/v1
+kind: Deployment
+metadata:
+ name: the-deployment
+spec:
+ replicas: 5
+ template:
+ containers:
+ - image: registry/conatiner:1.0.0
+ name: the-container
+^myapp$.
- The default config data for vars is at /api/konfig/builtinpluginconsts/varreference.go +
The default config data for vars is at /api/konfig/builtinpluginconsts/varreference.go Long story short, the default targets are all container command args and env value fields.
Vars should not be used for inserting names in @@ -862,7 +863,7 @@ in the Deployment.
-stdin and capture
kustomize.config.k8s.io/needs-hash
Resources can be marked as needing to be processed by the internal hash transformer by including the needs-hash annotation. When set valid values for the annotation are "true" and "false" which respectively enable or disable hash suffixing for the resource. Omitting the annotation is equivalent to setting the value "false".
If this annotation is set on a resource not supported by the hash transformer the build will fail.
+Hashes are determined as follows:
+ConfigMap resources, hashes are based on the values of the name, data, and binaryData fields.Secret resources, hashes are based on the values of the name, type, data, and stringData fields.Example:
apiVersion: v1
kind: ConfigMap
@@ -732,7 +738,7 @@ go build -buildmode plugin \
- Last modified July 17, 2020: Fix go plugins caveats link (bc581b70)
+ Last modified July 19, 2020: Allow hash suffixing of arbitrary types (4fbe565b)
diff --git a/docs/index.html b/docs/index.html
index 94cb466a1..8dd6086dc 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -3,7 +3,7 @@
-
+
@@ -27,7 +27,8 @@
-
+
+
diff --git a/docs/index.json b/docs/index.json
index 98c1b485c..756265f35 100644
--- a/docs/index.json
+++ b/docs/index.json
@@ -3,7 +3,7 @@
-
+
@@ -32,7 +32,8 @@
-
+
+
diff --git a/docs/installation/binaries/index.html b/docs/installation/binaries/index.html
index fd00c0ad7..6417ea3a9 100644
--- a/docs/installation/binaries/index.html
+++ b/docs/installation/binaries/index.html
@@ -3,7 +3,7 @@
-
+
@@ -29,7 +29,8 @@
+">
+
diff --git a/docs/installation/chocolatey/index.html b/docs/installation/chocolatey/index.html
index 2f0c4e597..72614be6b 100644
--- a/docs/installation/chocolatey/index.html
+++ b/docs/installation/chocolatey/index.html
@@ -3,7 +3,7 @@
-
+
@@ -29,7 +29,8 @@
+">
+
diff --git a/docs/installation/homebrew/index.html b/docs/installation/homebrew/index.html
index e4a9ab777..24ad9e411 100644
--- a/docs/installation/homebrew/index.html
+++ b/docs/installation/homebrew/index.html
@@ -3,7 +3,7 @@
-
+
@@ -29,7 +29,8 @@
+">
+
diff --git a/docs/installation/index.html b/docs/installation/index.html
index 301353bc1..68147be84 100644
--- a/docs/installation/index.html
+++ b/docs/installation/index.html
@@ -3,7 +3,7 @@
-
+
@@ -27,7 +27,8 @@
-
+
+
diff --git a/docs/installation/source/index.html b/docs/installation/source/index.html
index 820918279..e79308f61 100644
--- a/docs/installation/source/index.html
+++ b/docs/installation/source/index.html
@@ -3,7 +3,7 @@
-
+
@@ -29,7 +29,8 @@
+">
+
diff --git a/docs/search/index.html b/docs/search/index.html
index dc3909e1b..567d5f3df 100644
--- a/docs/search/index.html
+++ b/docs/search/index.html
@@ -3,7 +3,7 @@
-
+
@@ -32,7 +32,8 @@
-
+
+
diff --git a/docs/sitemap.xml b/docs/sitemap.xml
index 0407b03b2..58c077795 100644
--- a/docs/sitemap.xml
+++ b/docs/sitemap.xml
@@ -4,7 +4,7 @@
https://kubernetes-sigs.github.io/kustomize/en/sitemap.xml
- 2020-07-17T12:03:19-07:00
+ 2020-08-26T17:46:29+05:30
diff --git a/docs/zh/api-reference/glossary/index.html b/docs/zh/api-reference/glossary/index.html
index d09a31e1a..61b692dcb 100644
--- a/docs/zh/api-reference/glossary/index.html
+++ b/docs/zh/api-reference/glossary/index.html
@@ -3,7 +3,7 @@
-
+
@@ -29,7 +29,8 @@
+">
+
diff --git a/docs/zh/api-reference/index.html b/docs/zh/api-reference/index.html
index c72ab8054..459159435 100644
--- a/docs/zh/api-reference/index.html
+++ b/docs/zh/api-reference/index.html
@@ -3,7 +3,7 @@
-
+
@@ -29,7 +29,8 @@
+">
+
diff --git a/docs/zh/api-reference/kustomization/bases/index.html b/docs/zh/api-reference/kustomization/bases/index.html
index 2e3a36103..938fda5af 100644
--- a/docs/zh/api-reference/kustomization/bases/index.html
+++ b/docs/zh/api-reference/kustomization/bases/index.html
@@ -3,7 +3,7 @@
-
+
@@ -29,7 +29,8 @@
+">
+
diff --git a/docs/zh/api-reference/kustomization/commonannotations/index.html b/docs/zh/api-reference/kustomization/commonannotations/index.html
index 398aa97f7..21a14fd58 100644
--- a/docs/zh/api-reference/kustomization/commonannotations/index.html
+++ b/docs/zh/api-reference/kustomization/commonannotations/index.html
@@ -3,7 +3,7 @@
-
+
@@ -29,7 +29,8 @@
+">
+
diff --git a/docs/zh/api-reference/kustomization/commonlabels/index.html b/docs/zh/api-reference/kustomization/commonlabels/index.html
index f8afd5edd..8a756291c 100644
--- a/docs/zh/api-reference/kustomization/commonlabels/index.html
+++ b/docs/zh/api-reference/kustomization/commonlabels/index.html
@@ -3,7 +3,7 @@
-
+
@@ -29,7 +29,8 @@
+">
+
diff --git a/docs/zh/api-reference/kustomization/components/index.html b/docs/zh/api-reference/kustomization/components/index.html
index 979a3942e..1fa16a648 100644
--- a/docs/zh/api-reference/kustomization/components/index.html
+++ b/docs/zh/api-reference/kustomization/components/index.html
@@ -3,7 +3,7 @@
-
+
@@ -29,7 +29,8 @@
+">
+
diff --git a/docs/zh/api-reference/kustomization/configmapgenerator/index.html b/docs/zh/api-reference/kustomization/configmapgenerator/index.html
index 57cb9f82b..76ec5697e 100644
--- a/docs/zh/api-reference/kustomization/configmapgenerator/index.html
+++ b/docs/zh/api-reference/kustomization/configmapgenerator/index.html
@@ -3,7 +3,7 @@
-
+
@@ -29,7 +29,8 @@
+">
+
diff --git a/docs/zh/api-reference/kustomization/crds/index.html b/docs/zh/api-reference/kustomization/crds/index.html
index 17025e3f5..8ad9adb4b 100644
--- a/docs/zh/api-reference/kustomization/crds/index.html
+++ b/docs/zh/api-reference/kustomization/crds/index.html
@@ -3,7 +3,7 @@
-
+
@@ -29,7 +29,8 @@
+">
+
diff --git a/docs/zh/api-reference/kustomization/generatoroptions/index.html b/docs/zh/api-reference/kustomization/generatoroptions/index.html
index 4a31743cf..e8686ecb0 100644
--- a/docs/zh/api-reference/kustomization/generatoroptions/index.html
+++ b/docs/zh/api-reference/kustomization/generatoroptions/index.html
@@ -3,7 +3,7 @@
-
+
@@ -29,7 +29,8 @@
+">
+
diff --git a/docs/zh/api-reference/kustomization/images/index.html b/docs/zh/api-reference/kustomization/images/index.html
index 2fac609d3..234c398e0 100644
--- a/docs/zh/api-reference/kustomization/images/index.html
+++ b/docs/zh/api-reference/kustomization/images/index.html
@@ -3,7 +3,7 @@
-
+
@@ -29,7 +29,8 @@
+">
+
diff --git a/docs/zh/api-reference/kustomization/index.html b/docs/zh/api-reference/kustomization/index.html
index 61216f9c8..5f51d23d7 100644
--- a/docs/zh/api-reference/kustomization/index.html
+++ b/docs/zh/api-reference/kustomization/index.html
@@ -3,7 +3,7 @@
-
+
@@ -29,7 +29,8 @@
+">
+
diff --git a/docs/zh/api-reference/kustomization/nameprefix/index.html b/docs/zh/api-reference/kustomization/nameprefix/index.html
index 679f9f0c5..5a1654304 100644
--- a/docs/zh/api-reference/kustomization/nameprefix/index.html
+++ b/docs/zh/api-reference/kustomization/nameprefix/index.html
@@ -3,7 +3,7 @@
-
+
@@ -29,7 +29,8 @@
+">
+
diff --git a/docs/zh/api-reference/kustomization/namespace/index.html b/docs/zh/api-reference/kustomization/namespace/index.html
index ac8f50307..8f18d0c38 100644
--- a/docs/zh/api-reference/kustomization/namespace/index.html
+++ b/docs/zh/api-reference/kustomization/namespace/index.html
@@ -3,7 +3,7 @@
-
+
@@ -29,7 +29,8 @@
+">
+
diff --git a/docs/zh/api-reference/kustomization/namesuffix/index.html b/docs/zh/api-reference/kustomization/namesuffix/index.html
index 72cf3a8fa..114c6cde6 100644
--- a/docs/zh/api-reference/kustomization/namesuffix/index.html
+++ b/docs/zh/api-reference/kustomization/namesuffix/index.html
@@ -3,7 +3,7 @@
-
+
@@ -29,7 +29,8 @@
+">
+
diff --git a/docs/zh/api-reference/kustomization/patches/index.html b/docs/zh/api-reference/kustomization/patches/index.html
index 97cc62e6a..3ba8f22be 100644
--- a/docs/zh/api-reference/kustomization/patches/index.html
+++ b/docs/zh/api-reference/kustomization/patches/index.html
@@ -3,7 +3,7 @@
-
+
@@ -29,7 +29,8 @@
+">
+
diff --git a/docs/zh/api-reference/kustomization/patchesjson6902/index.html b/docs/zh/api-reference/kustomization/patchesjson6902/index.html
index e1adf68f8..c579a9fe5 100644
--- a/docs/zh/api-reference/kustomization/patchesjson6902/index.html
+++ b/docs/zh/api-reference/kustomization/patchesjson6902/index.html
@@ -3,7 +3,7 @@
-
+
@@ -29,7 +29,8 @@
+">
+
diff --git a/docs/zh/api-reference/kustomization/patchesstrategicmerge/index.html b/docs/zh/api-reference/kustomization/patchesstrategicmerge/index.html
index 35df6a3ef..c9f7e3192 100644
--- a/docs/zh/api-reference/kustomization/patchesstrategicmerge/index.html
+++ b/docs/zh/api-reference/kustomization/patchesstrategicmerge/index.html
@@ -3,7 +3,7 @@
-
+
@@ -29,7 +29,8 @@
+">
+
diff --git a/docs/zh/api-reference/kustomization/replicas/index.html b/docs/zh/api-reference/kustomization/replicas/index.html
index 5f2dcfa10..72404e671 100644
--- a/docs/zh/api-reference/kustomization/replicas/index.html
+++ b/docs/zh/api-reference/kustomization/replicas/index.html
@@ -3,7 +3,7 @@
-
+
@@ -29,7 +29,8 @@
+">
+
diff --git a/docs/zh/api-reference/kustomization/resources/index.html b/docs/zh/api-reference/kustomization/resources/index.html
index 4a60f94b3..58d4bdf35 100644
--- a/docs/zh/api-reference/kustomization/resources/index.html
+++ b/docs/zh/api-reference/kustomization/resources/index.html
@@ -3,7 +3,7 @@
-
+
@@ -29,7 +29,8 @@
+">
+
diff --git a/docs/zh/api-reference/kustomization/secretegenerator/index.html b/docs/zh/api-reference/kustomization/secretegenerator/index.html
index 381e150de..b93ab352a 100644
--- a/docs/zh/api-reference/kustomization/secretegenerator/index.html
+++ b/docs/zh/api-reference/kustomization/secretegenerator/index.html
@@ -3,7 +3,7 @@
-
+
@@ -29,7 +29,8 @@
+">
+
diff --git a/docs/zh/api-reference/kustomization/vars/index.html b/docs/zh/api-reference/kustomization/vars/index.html
index be7bbdf8a..4f72de88a 100644
--- a/docs/zh/api-reference/kustomization/vars/index.html
+++ b/docs/zh/api-reference/kustomization/vars/index.html
@@ -3,7 +3,7 @@
-
+
@@ -29,7 +29,8 @@
+">
+
diff --git a/docs/zh/blog/2018/05/21/v1.0.1/index.html b/docs/zh/blog/2018/05/21/v1.0.1/index.html
index 0444ed250..dac1b33eb 100644
--- a/docs/zh/blog/2018/05/21/v1.0.1/index.html
+++ b/docs/zh/blog/2018/05/21/v1.0.1/index.html
@@ -3,7 +3,7 @@
-
+
@@ -30,13 +30,14 @@
-
+
-
+
+
diff --git a/docs/zh/blog/2019/02/05/v2.0.0/index.html b/docs/zh/blog/2019/02/05/v2.0.0/index.html
index ca166fdbd..b7b0a7f6a 100644
--- a/docs/zh/blog/2019/02/05/v2.0.0/index.html
+++ b/docs/zh/blog/2019/02/05/v2.0.0/index.html
@@ -3,7 +3,7 @@
-
+
@@ -30,13 +30,14 @@
-
-
+
+
-
+
+
diff --git a/docs/zh/blog/2019/06/18/v2.1.0/index.html b/docs/zh/blog/2019/06/18/v2.1.0/index.html
index 8d302e5ee..1083c0896 100644
--- a/docs/zh/blog/2019/06/18/v2.1.0/index.html
+++ b/docs/zh/blog/2019/06/18/v2.1.0/index.html
@@ -3,7 +3,7 @@
-
+
@@ -30,13 +30,14 @@
-
+
-
+
+
diff --git a/docs/zh/blog/2019/07/03/v3.0.0/index.html b/docs/zh/blog/2019/07/03/v3.0.0/index.html
index 06f548d57..740824b5e 100644
--- a/docs/zh/blog/2019/07/03/v3.0.0/index.html
+++ b/docs/zh/blog/2019/07/03/v3.0.0/index.html
@@ -3,7 +3,7 @@
-
+
@@ -30,13 +30,14 @@
-
+
-
+
+
diff --git a/docs/zh/blog/2019/07/26/v3.1.0/index.html b/docs/zh/blog/2019/07/26/v3.1.0/index.html
index bd8358db6..a877419cc 100644
--- a/docs/zh/blog/2019/07/26/v3.1.0/index.html
+++ b/docs/zh/blog/2019/07/26/v3.1.0/index.html
@@ -3,7 +3,7 @@
-
+
@@ -30,13 +30,14 @@
-
+
-
+
+
diff --git a/docs/zh/blog/2019/09/17/v3.2.0/index.html b/docs/zh/blog/2019/09/17/v3.2.0/index.html
index fc0401488..25c07c1c4 100644
--- a/docs/zh/blog/2019/09/17/v3.2.0/index.html
+++ b/docs/zh/blog/2019/09/17/v3.2.0/index.html
@@ -3,7 +3,7 @@
-
+
@@ -30,13 +30,14 @@
-
+
-
+
+
diff --git a/docs/zh/blog/2019/09/26/v3.2.1/index.html b/docs/zh/blog/2019/09/26/v3.2.1/index.html
index c4442e872..0653421a1 100644
--- a/docs/zh/blog/2019/09/26/v3.2.1/index.html
+++ b/docs/zh/blog/2019/09/26/v3.2.1/index.html
@@ -3,7 +3,7 @@
-
+
@@ -30,13 +30,14 @@
-
-
+
+
-
+
+
diff --git a/docs/zh/blog/2019/10/24/v3.3.0/index.html b/docs/zh/blog/2019/10/24/v3.3.0/index.html
index 668c798dc..7cc541517 100644
--- a/docs/zh/blog/2019/10/24/v3.3.0/index.html
+++ b/docs/zh/blog/2019/10/24/v3.3.0/index.html
@@ -3,7 +3,7 @@
-
+
@@ -30,13 +30,14 @@
-
+
-
+
+
diff --git a/docs/zh/blog/index.html b/docs/zh/blog/index.html
index 7b314dee4..6c36fc137 100644
--- a/docs/zh/blog/index.html
+++ b/docs/zh/blog/index.html
@@ -3,7 +3,7 @@
-
+
@@ -27,7 +27,8 @@
-
+
+
diff --git a/docs/zh/blog/releases/index.html b/docs/zh/blog/releases/index.html
index 28ced55b2..d28889628 100644
--- a/docs/zh/blog/releases/index.html
+++ b/docs/zh/blog/releases/index.html
@@ -3,7 +3,7 @@
-
+
@@ -27,7 +27,8 @@
-
+
+
diff --git a/docs/zh/contributing/bugs/index.html b/docs/zh/contributing/bugs/index.html
index a1833065e..d053e995a 100644
--- a/docs/zh/contributing/bugs/index.html
+++ b/docs/zh/contributing/bugs/index.html
@@ -3,7 +3,7 @@
-
+
@@ -29,7 +29,8 @@
+">
+
diff --git a/docs/zh/contributing/community/index.html b/docs/zh/contributing/community/index.html
index 8080adcdd..0d1ae98b2 100644
--- a/docs/zh/contributing/community/index.html
+++ b/docs/zh/contributing/community/index.html
@@ -3,7 +3,7 @@
-
+
@@ -29,7 +29,8 @@
+">
+
diff --git a/docs/zh/contributing/docs/index.html b/docs/zh/contributing/docs/index.html
index 0a24a4930..63a8fd16d 100644
--- a/docs/zh/contributing/docs/index.html
+++ b/docs/zh/contributing/docs/index.html
@@ -3,7 +3,7 @@
-
+
@@ -29,7 +29,8 @@
+">
+
diff --git a/docs/zh/contributing/features/index.html b/docs/zh/contributing/features/index.html
index 50b07c834..0ca5018b7 100644
--- a/docs/zh/contributing/features/index.html
+++ b/docs/zh/contributing/features/index.html
@@ -3,7 +3,7 @@
-
+
@@ -29,7 +29,8 @@
+">
+
diff --git a/docs/zh/contributing/howitworks/index.html b/docs/zh/contributing/howitworks/index.html
index 2b4c8f486..1da5740aa 100644
--- a/docs/zh/contributing/howitworks/index.html
+++ b/docs/zh/contributing/howitworks/index.html
@@ -3,7 +3,7 @@
-
+
@@ -29,7 +29,8 @@
+">
+
diff --git a/docs/zh/contributing/index.html b/docs/zh/contributing/index.html
index dcaf21780..32f4dd2b8 100644
--- a/docs/zh/contributing/index.html
+++ b/docs/zh/contributing/index.html
@@ -3,7 +3,7 @@
-
+
@@ -27,7 +27,8 @@
-
+
+
diff --git a/docs/zh/contributing/mac/index.html b/docs/zh/contributing/mac/index.html
index 8917e81d5..c43b5d9b8 100644
--- a/docs/zh/contributing/mac/index.html
+++ b/docs/zh/contributing/mac/index.html
@@ -3,7 +3,7 @@
-
+
@@ -29,7 +29,8 @@
+">
+
diff --git a/docs/zh/contributing/windows/index.html b/docs/zh/contributing/windows/index.html
index 59448bdca..1054ba886 100644
--- a/docs/zh/contributing/windows/index.html
+++ b/docs/zh/contributing/windows/index.html
@@ -3,7 +3,7 @@
-
+
@@ -29,7 +29,8 @@
+">
+
diff --git a/docs/zh/faq/eschewedfeatures/index.html b/docs/zh/faq/eschewedfeatures/index.html
index ad66c38d8..0dd0030f9 100644
--- a/docs/zh/faq/eschewedfeatures/index.html
+++ b/docs/zh/faq/eschewedfeatures/index.html
@@ -3,7 +3,7 @@
-
+
@@ -29,7 +29,8 @@
+">
+
diff --git a/docs/zh/faq/index.html b/docs/zh/faq/index.html
index af287a251..e0550b826 100644
--- a/docs/zh/faq/index.html
+++ b/docs/zh/faq/index.html
@@ -3,7 +3,7 @@
-
+
@@ -27,7 +27,8 @@
-
+
+
diff --git a/docs/zh/faq/versioningpolicy/index.html b/docs/zh/faq/versioningpolicy/index.html
index 75125eeb9..7afe26e58 100644
--- a/docs/zh/faq/versioningpolicy/index.html
+++ b/docs/zh/faq/versioningpolicy/index.html
@@ -3,7 +3,7 @@
-
+
@@ -36,7 +36,8 @@
-
+
+
-
+
@@ -29,7 +29,8 @@
+">
+
diff --git a/docs/zh/guides/index.html b/docs/zh/guides/index.html
index d02bd0830..b862d4a0f 100644
--- a/docs/zh/guides/index.html
+++ b/docs/zh/guides/index.html
@@ -3,7 +3,7 @@
-
+
@@ -29,7 +29,8 @@
+">
+
diff --git a/docs/zh/guides/offtheshelf/index.html b/docs/zh/guides/offtheshelf/index.html
index 27e291341..67d488fcf 100644
--- a/docs/zh/guides/offtheshelf/index.html
+++ b/docs/zh/guides/offtheshelf/index.html
@@ -3,7 +3,7 @@
-
+
@@ -29,7 +29,8 @@
+">
+
diff --git a/docs/zh/guides/plugins/builtins/index.html b/docs/zh/guides/plugins/builtins/index.html
index 950900d23..6895ec52f 100644
--- a/docs/zh/guides/plugins/builtins/index.html
+++ b/docs/zh/guides/plugins/builtins/index.html
@@ -3,7 +3,7 @@
-
+
@@ -34,7 +34,8 @@
-
+
+
diff --git a/docs/zh/guides/plugins/execpluginguidedexample/index.html b/docs/zh/guides/plugins/execpluginguidedexample/index.html
index be2cd9fe7..31458018c 100644
--- a/docs/zh/guides/plugins/execpluginguidedexample/index.html
+++ b/docs/zh/guides/plugins/execpluginguidedexample/index.html
@@ -3,7 +3,7 @@
-
+
@@ -34,7 +34,8 @@
-
+
+
diff --git a/docs/zh/guides/plugins/goplugincaveats/index.html b/docs/zh/guides/plugins/goplugincaveats/index.html
index 56bace073..2b0be3f55 100644
--- a/docs/zh/guides/plugins/goplugincaveats/index.html
+++ b/docs/zh/guides/plugins/goplugincaveats/index.html
@@ -3,7 +3,7 @@
-
+
@@ -34,7 +34,8 @@
-
+
+
diff --git a/docs/zh/guides/plugins/gopluginguidedexample/index.html b/docs/zh/guides/plugins/gopluginguidedexample/index.html
index 9c93290d2..9fb818d12 100644
--- a/docs/zh/guides/plugins/gopluginguidedexample/index.html
+++ b/docs/zh/guides/plugins/gopluginguidedexample/index.html
@@ -3,7 +3,7 @@
-
+
@@ -34,7 +34,8 @@
-
+
+
diff --git a/docs/zh/guides/plugins/index.html b/docs/zh/guides/plugins/index.html
index 24535e3fd..b532d0c84 100644
--- a/docs/zh/guides/plugins/index.html
+++ b/docs/zh/guides/plugins/index.html
@@ -3,7 +3,7 @@
-
+
@@ -29,7 +29,8 @@
+">
+
diff --git a/docs/zh/index.html b/docs/zh/index.html
index 3f45a690f..da0402567 100644
--- a/docs/zh/index.html
+++ b/docs/zh/index.html
@@ -3,7 +3,7 @@
-
+
@@ -27,7 +27,8 @@
-
+
+
diff --git a/docs/zh/index.json b/docs/zh/index.json
index e69ede8b1..d0981bae1 100644
--- a/docs/zh/index.json
+++ b/docs/zh/index.json
@@ -3,7 +3,7 @@
-
+
@@ -27,12 +27,13 @@
-
+
-
+
+
diff --git a/docs/zh/installation/binaries/index.html b/docs/zh/installation/binaries/index.html
index c5b4b1cf9..b27613747 100644
--- a/docs/zh/installation/binaries/index.html
+++ b/docs/zh/installation/binaries/index.html
@@ -3,7 +3,7 @@
-
+
@@ -29,7 +29,8 @@
+">
+
diff --git a/docs/zh/installation/chocolatey/index.html b/docs/zh/installation/chocolatey/index.html
index 16a4fc7e2..0e9053ceb 100644
--- a/docs/zh/installation/chocolatey/index.html
+++ b/docs/zh/installation/chocolatey/index.html
@@ -3,7 +3,7 @@
-
+
@@ -29,7 +29,8 @@
+">
+
diff --git a/docs/zh/installation/homebrew/index.html b/docs/zh/installation/homebrew/index.html
index 841f80643..78c894ea4 100644
--- a/docs/zh/installation/homebrew/index.html
+++ b/docs/zh/installation/homebrew/index.html
@@ -3,7 +3,7 @@
-
+
@@ -29,7 +29,8 @@
+">
+
diff --git a/docs/zh/installation/index.html b/docs/zh/installation/index.html
index 8ab9755e2..4266632a2 100644
--- a/docs/zh/installation/index.html
+++ b/docs/zh/installation/index.html
@@ -3,7 +3,7 @@
-
+
@@ -27,7 +27,8 @@
-
+
+
diff --git a/docs/zh/installation/source/index.html b/docs/zh/installation/source/index.html
index 3de7bc88b..3c0fb113e 100644
--- a/docs/zh/installation/source/index.html
+++ b/docs/zh/installation/source/index.html
@@ -3,7 +3,7 @@
-
+
@@ -29,7 +29,8 @@
+">
+
diff --git a/docs/zh/search/index.html b/docs/zh/search/index.html
index 481209b44..8fabb0b38 100644
--- a/docs/zh/search/index.html
+++ b/docs/zh/search/index.html
@@ -3,7 +3,7 @@
-
+
@@ -27,12 +27,13 @@
-
+
-
+
+