1 Star 0 Fork 1.2K

zhengxue / docs

forked from openGauss / docs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ci-test.sh 476 Bytes
一键复制 编辑 原始数据 按行查看 历史
mkdir -p ./website/zh/docs/version
mkdir -p ./website/en/docs/version
cp -rf ./content/zh/* ./website/zh/docs/version
cp -rf ./content/en/* ./website/en/docs/version
if [ -d "./content/docs-lite" ]; then
mkdir -p ./website/zh/docs/version-lite
mkdir -p ./website/en/docs/version-lite
cp -rf ./content/docs-lite/zh/* ./website/zh/docs/version-lite
cp -rf ./content/docs-lite/en/* ./website/en/docs/version-lite
fi
rm -rf ./content
mv ./website ./content
hugo -D
1
https://gitee.com/shirley_zhengx/docs.git
git@gitee.com:shirley_zhengx/docs.git
shirley_zhengx
docs
docs
master

搜索帮助