a95ca06339
* Import docs from other repos * imported test docs * fix README copy * Add ToC YAML and index page for imported docs. * modify update-imported-docs.sh * Add `imported` to global ToCs * Add nav to imported section * remove unnecessary scope for docs/imported * update script w/ comments and directory root fixes * use genCmd variable * display output of generation command * Update instructions * Add Community to /docs/imported/index.md * fix travis errors * update README.md and fix community docs issues * simplify code, add comment * make sure the binary is used instead of `go run` * add automated handling for links from imported files
15 lines
467 B
YAML
15 lines
467 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: docs/imported/community/devel.md
|
|
- src: contributors/guide/README.md
|
|
dst: docs/imported/community/guide.md
|
|
- src: mentoring/README.md
|
|
dst: docs/imported/community/mentoring.md
|
|
- src: keps/1-kubernetes-enhancement-proposal-process.md
|
|
dst: docs/imported/community/keps.md
|