Updating update-imported-docs.sh
This commit is contained in:
+5
-4
@@ -8,10 +8,11 @@ overrides:
|
|||||||
- path: docs/admin/kube-proxy.md
|
- path: docs/admin/kube-proxy.md
|
||||||
- path: docs/admin/kube-scheduler.md
|
- path: docs/admin/kube-scheduler.md
|
||||||
- path: docs/admin/kubelet.md
|
- path: docs/admin/kubelet.md
|
||||||
- changedpath: docs/api-reference/extensions/v1beta1/definitions.html _includes/v1.3/extensions-v1beta1-definitions.html
|
- path: federation/docs/api-reference
|
||||||
- changedpath: docs/api-reference/extensions/v1beta1/operations.html _includes/v1.3/extensions-v1beta1-operations.html
|
- changedpath: docs/api-reference/extensions/v1beta1/definitions.html _includes/v1.4/extensions-v1beta1-definitions.html
|
||||||
- changedpath: docs/api-reference/v1/definitions.html _includes/v1.3/v1-definitions.html
|
- changedpath: docs/api-reference/extensions/v1beta1/operations.html _includes/v1.4/extensions-v1beta1-operations.html
|
||||||
- changedpath: docs/api-reference/v1/operations.html _includes/v1.3/v1-operations.html
|
- changedpath: docs/api-reference/v1/definitions.html _includes/v1.4/v1-definitions.html
|
||||||
|
- changedpath: docs/api-reference/v1/operations.html _includes/v1.4/v1-operations.html
|
||||||
- copypath: k8s/cluster/saltbase/salt/fluentd-gcp/fluentd-gcp.yaml docs/getting-started-guides/fluentd-gcp.yaml
|
- copypath: k8s/cluster/saltbase/salt/fluentd-gcp/fluentd-gcp.yaml docs/getting-started-guides/fluentd-gcp.yaml
|
||||||
- copypath: k8s/examples/blog-logging/counter-pod.yaml docs/getting-started-guides/counter-pod.yaml
|
- copypath: k8s/examples/blog-logging/counter-pod.yaml docs/getting-started-guides/counter-pod.yaml
|
||||||
- copypath: k8s/examples/blog-logging/counter-pod.yaml docs/user-guide/counter-pod.yaml
|
- copypath: k8s/examples/blog-logging/counter-pod.yaml docs/user-guide/counter-pod.yaml
|
||||||
|
|||||||
@@ -3,14 +3,13 @@
|
|||||||
# Uncomment this to see the commands as they are run
|
# Uncomment this to see the commands as they are run
|
||||||
# set -x
|
# set -x
|
||||||
|
|
||||||
VERSION=1.3
|
VERSION=1.4
|
||||||
|
|
||||||
git clone --depth=1 -b release-$VERSION https://github.com/kubernetes/kubernetes.git k8s
|
git clone --depth=1 -b release-$VERSION https://github.com/kubernetes/kubernetes.git k8s
|
||||||
cd k8s
|
cd k8s
|
||||||
git remote add upstream https://github.com/kubernetes/kubernetes.git
|
git remote add upstream https://github.com/kubernetes/kubernetes.git
|
||||||
git fetch upstream
|
git fetch upstream
|
||||||
hack/generate-docs.sh
|
hack/generate-docs.sh
|
||||||
hack/update-generated-swagger-docs.sh
|
|
||||||
build/versionize-docs.sh release-$VERSION
|
build/versionize-docs.sh release-$VERSION
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user