remove community.yml (#10955)

This commit is contained in:
Chao Wang 2018-11-14 09:25:50 +08:00 committed by k8s-ci-robot
parent 5992f5180a
commit 08dc520a41
4 changed files with 1 additions and 31 deletions

View File

@ -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

View File

@ -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

View File

@ -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).

View File

@ -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