Skip to content

Commit 92448c6

Browse files
committed
Drop v1beta1 docs
1 parent 0e1dba9 commit 92448c6

File tree

68 files changed

+4
-29586
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+4
-29586
lines changed

hack/release/common.sh

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -191,13 +191,12 @@ removeOldWebsiteDirectories() {
191191
local n=3 last_n_versions all
192192

193193
# Get all the directories except the last n directories sorted from earliest to latest version
194-
# preview, docs, and v0.32 are special directories that we always propagate into the set of directory options
195-
# Keep the v0.32 version around while we are supporting v1beta1 migration
196-
# Drop it once we no longer want to maintain the v0.32 version in the docs
197-
last_n_versions=$(find website/content/en/* -maxdepth 0 -type d -name "*" | grep -v "preview\|docs\|v0.32\|v1.0" | sort | tail -n "${n}")
194+
# preview, docs, and v1.0 are special directories that we always propagate into the set of directory options
195+
# Keep the v1.0 version around while we are supporting v1beta1 migration
196+
# Drop it once we no longer want to maintain the v1.00 version in the docs
197+
last_n_versions=$(find website/content/en/* -maxdepth 0 -type d -name "*" | grep -v "preview\|docs\|v1.0" | sort | tail -n "${n}")
198198
last_n_versions+=$(echo -e "\nwebsite/content/en/preview")
199199
last_n_versions+=$(echo -e "\nwebsite/content/en/docs")
200-
last_n_versions+=$(echo -e "\nwebsite/content/en/v0.32")
201200
last_n_versions+=$(echo -e "\nwebsite/content/en/v1.0")
202201
all=$(find website/content/en/* -maxdepth 0 -type d -name "*")
203202

website/content/en/v0.32/_index.md

Lines changed: 0 additions & 39 deletions
This file was deleted.

website/content/en/v0.32/concepts/_index.md

Lines changed: 0 additions & 113 deletions
This file was deleted.

0 commit comments

Comments
 (0)