Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@ clean-all: ## Cleans both build artifacts and files synced to content directory
-not -path content/en/resources/release \
-not -name ".gitignore" \
-exec rm -rf {} \;
find content/en/docs/orientation -maxdepth 1 \
-not -path content/en/docs/orientation \
-not -name ".gitignore" \
-exec rm -rf {} \;
find content/en/community -maxdepth 1 \
-not -path content/en/community \
-not -name ".gitignore" \
Expand Down
3 changes: 3 additions & 0 deletions content/en/docs/orientation/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
_index.md
nco-host-handbook.md
nco-lead-handbook.md
22 changes: 0 additions & 22 deletions content/en/docs/orientation/_index.md

This file was deleted.

3 changes: 3 additions & 0 deletions external-sources/kubernetes/community
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@
"/github-management/default-branch-migration.md","/resources/rename.md"
"/code-of-conduct.md","/includes/code-of-conduct.md"
"/committee-code-of-conduct/incident-process.md","/community/code-of-conduct-incident-process.md"
"/mentoring/new-contributor-orientation/README.md","/docs/orientation/_index.md"
"/mentoring/new-contributor-orientation/nco-host-handbook.md","/docs/orientation/nco-host-handbook.md"
"/mentoring/new-contributor-orientation/nco-lead-handbook.md","/docs/orientation/nco-lead-handbook.md"