From 08dc520a41398d3376bfbeed351b6bf7b60e8a3d Mon Sep 17 00:00:00 2001 From: Chao Wang Date: Wed, 14 Nov 2018 09:25:50 +0800 Subject: [PATCH] remove community.yml (#10955) --- data/imported.yml | 11 ----------- static/_redirects | 5 ----- update-imported-docs/README.md | 2 +- update-imported-docs/community.yml | 14 -------------- 4 files changed, 1 insertion(+), 31 deletions(-) delete mode 100644 data/imported.yml delete mode 100644 update-imported-docs/community.yml diff --git a/data/imported.yml b/data/imported.yml deleted file mode 100644 index dee00131d6..0000000000 --- a/data/imported.yml +++ /dev/null @@ -1,11 +0,0 @@ -bigheader: "Imported Docs" -abstract: "Docs imported from other Kubernetes SIGs and repos." -toc: -- docs/imported/index.md - -- title: Community - section: - - docs/imported/community/guide.md - - docs/imported/community/devel.md - - docs/imported/community/mentoring.md - - docs/imported/community/keps.md diff --git a/static/_redirects b/static/_redirects index ca52e79e85..ad55118a43 100644 --- a/static/_redirects +++ b/static/_redirects @@ -213,11 +213,6 @@ /docs/imported/release/notes/ /docs/setup/release/notes/ 301 -/docs/imported/community/devel/ /docs/community/devel/ 301 -/docs/imported/community/keps/ /docs/commuinty/keps/ 301 -/docs/imported/community/guide/ /docs/community/guide/ 301 -/docs/imported/community/mentoring/ /docs/commuinty/mentoring/ 301 - /docs/reference/deprecation-policy/ /docs/reference/using-api/deprecation-policy/ 301 /docs/reference/federation/v1beta1/definitions/ /docs/reference/federation/extensions/v1beta1/definitions/ 301 /docs/reference/federation/v1beta1/operations/ /docs/reference/federation/extensions/v1beta1/operations/ 301 diff --git a/update-imported-docs/README.md b/update-imported-docs/README.md index ffd0480217..ea1820cf4b 100644 --- a/update-imported-docs/README.md +++ b/update-imported-docs/README.md @@ -65,4 +65,4 @@ given command or a short script to generate the docs from within a repo. To fix relative links within your imported files, set the repo config's `gen-absolute-links` property to `true`. You can find an example of this in -[`community.yml`](community.yml). +[`release.yml`](release.yml). diff --git a/update-imported-docs/community.yml b/update-imported-docs/community.yml deleted file mode 100644 index 9834200093..0000000000 --- a/update-imported-docs/community.yml +++ /dev/null @@ -1,14 +0,0 @@ -repos: -- name: community - remote: https://github.com/kubernetes/community.git - branch: master - gen-absolute-links: true - files: - - src: contributors/devel/README.md - dst: content/en/docs/community/devel.md - - src: contributors/guide/README.md - dst: content/en/docs/community/guide.md - - src: mentoring/README.md - dst: content/en/docs/community/mentoring.md - - src: keps/0001-kubernetes-enhancement-proposal-process.md - dst: content/en/docs/community/keps.md