Bump update-imported-docs.sh to 1.5, and remove files deleted in 1.5
This commit is contained in:
parent
6aca6ae5d0
commit
0634802720
|
@ -8,12 +8,10 @@ overrides:
|
|||
- path: docs/admin/kube-proxy.md
|
||||
- path: docs/admin/kube-scheduler.md
|
||||
- path: docs/admin/kubelet.md
|
||||
- changedpath: docs/api-reference/extensions/v1beta1/definitions.html _includes/v1.4/extensions-v1beta1-definitions.html
|
||||
- changedpath: docs/api-reference/extensions/v1beta1/operations.html _includes/v1.4/extensions-v1beta1-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
|
||||
- changedpath: docs/api-reference/extensions/v1beta1/definitions.html _includes/v1.5/extensions-v1beta1-definitions.html
|
||||
- changedpath: docs/api-reference/extensions/v1beta1/operations.html _includes/v1.5/extensions-v1beta1-operations.html
|
||||
- changedpath: docs/api-reference/v1/definitions.html _includes/v1.5/v1-definitions.html
|
||||
- changedpath: docs/api-reference/v1/operations.html _includes/v1.5/v1-operations.html
|
||||
- copypath: k8s/federation/docs/api-reference/ docs/federation/
|
||||
- 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/user-guide/counter-pod.yaml
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Uncomment this to see the commands as they are run
|
||||
# set -x
|
||||
|
||||
VERSION=1.4
|
||||
VERSION=1.5
|
||||
|
||||
# Processes api reference docs.
|
||||
function process_api_ref_docs {
|
||||
|
@ -37,7 +37,6 @@ cd k8s
|
|||
git remote add upstream https://github.com/kubernetes/kubernetes.git
|
||||
git fetch upstream
|
||||
hack/generate-docs.sh
|
||||
build/versionize-docs.sh release-$VERSION
|
||||
cd ..
|
||||
|
||||
rm -rf _includes/v$VERSION
|
||||
|
|
Loading…
Reference in New Issue