5db4b83a66
* Fix link order in Setup section * fix merge conflict * Co-authored-by: Jennifer Rondeau <jennifer.rondeau@gmail> * flip front matter order * Remove Imported section and add Community section * revert flip * change section weights * revert case study change
15 lines
478 B
YAML
15 lines
478 B
YAML
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
|