File tree Expand file tree Collapse file tree 4 files changed +10
-22
lines changed
content/en/docs/orientation
external-sources/kubernetes Expand file tree Collapse file tree 4 files changed +10
-22
lines changed Original file line number Diff line number Diff line change @@ -141,6 +141,10 @@ clean-all: ## Cleans both build artifacts and files synced to content directory
141141 -not -path content/en/resources/release \
142142 -not -name " .gitignore" \
143143 -exec rm -rf {} \;
144+ find content/en/docs/orientation -maxdepth 1 \
145+ -not -path content/en/docs/orientation \
146+ -not -name " .gitignore" \
147+ -exec rm -rf {} \;
144148 find content/en/community -maxdepth 1 \
145149 -not -path content/en/community \
146150 -not -name " .gitignore" \
Original file line number Diff line number Diff line change 1+ _index.md
2+ nco-host-handbook.md
3+ nco-lead-handbook.md
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3131"/github-management/default-branch-migration.md","/resources/rename.md"
3232"/code-of-conduct.md","/includes/code-of-conduct.md"
3333"/committee-code-of-conduct/incident-process.md","/community/code-of-conduct-incident-process.md"
34+ "/mentoring/new-contributor-orientation/README.md","/docs/orientation/_index.md"
35+ "/mentoring/new-contributor-orientation/nco-host-handbook.md","/docs/orientation/nco-host-handbook.md"
36+ "/mentoring/new-contributor-orientation/nco-lead-handbook.md","/docs/orientation/nco-lead-handbook.md"
You can’t perform that action at this time.
0 commit comments