Skip to content

Commit

Permalink
Merge pull request #39832 from david-mcmahon/gendocs
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue (batch tested with PRs 39832, 40660)

Complete *-munge-docs.sh deprecation.

**What this PR does / why we need it**:\
Complete *-munge-docs.sh deprecation.
TOC generation now handled by kubernetes/release#247

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #
ref #38309

**Special notes for your reviewer**:

cc @bgrant0607 @thockin
  • Loading branch information
Kubernetes Submit Queue committed Jan 30, 2017
2 parents 7ee9abe + 902ffd5 commit da60dc2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 81 deletions.
4 changes: 0 additions & 4 deletions hack/generate-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,3 @@ kube::util::remove-gen-docs
shopt -s dotglob
cp -af "${KUBE_TEMP}"/* "${KUBE_ROOT}"
shopt -u dotglob

echo "Generated docs have been placed in the repository tree. Running hack/update-munge-docs.sh."

"${KUBE_ROOT}/hack/update-munge-docs.sh"
4 changes: 0 additions & 4 deletions hack/update-generated-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,3 @@ shopt -u dotglob

# Replace with placeholder docs
kube::util::set-placeholder-gen-docs

echo "Generated docs have been placed in the repository tree. Running hack/update-munge-docs.sh."

"${KUBE_ROOT}/hack/update-munge-docs.sh"
73 changes: 0 additions & 73 deletions hack/update-munge-docs.sh

This file was deleted.

0 comments on commit da60dc2

Please sign in to comment.