docs: point docs/master to the same content as the latest release (backport #7980) (#7998)

* Remove master from versions and copy it from the latest. (#7980)

(cherry picked from commit f939f962b1)
This commit is contained in:
mergify[bot]
2022-02-24 17:03:14 -08:00
committed by GitHub
parent 4695d7f12c
commit caa5bd354f
2 changed files with 3 additions and 2 deletions

View File

@@ -221,7 +221,9 @@ build-docs:
mkdir -p ~/output/$${path_prefix} ; \
cp -r .vuepress/dist/* ~/output/$${path_prefix}/ ; \
cp ~/output/$${path_prefix}/index.html ~/output ; \
done < versions ;
done < versions ; \
mkdir -p ~/output/master ; \
cp -r .vuepress/dist/* ~/output/master/
.PHONY: build-docs
###############################################################################

View File

@@ -1,4 +1,3 @@
master master
v0.33.x v0.33
v0.34.x v0.34
v0.35.x v0.35