1 Star 0 Fork 20

wjggwm / sharding-shpere-doc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.sh 663 Bytes
一键复制 编辑 原始数据 按行查看 历史
潘娟 提交于 2018-05-10 11:25 . modify the file layout
#!/bin/bash
cd `dirname $0`
rm -rf target
mkdir target
cp -rf homepage/. target
mkdir -p target/document/legacy/1.x
mkdir -p target/document/legacy/2.x
cp -rf document/legacy/2.x/cn target/document/legacy/2.x/cn
cp -rf document/legacy/2.x/en target/document/legacy/2.x/en
cp -rf document/legacy/1.x/cn target/document/legacy/1.x/cn
cd document/cn
hugo
cd ..
cd ..
mv document/cn/public target/document/cn
cd document/en
hugo
cd ..
cd ..
mv document/en/public target/document/en
mkdir target/community
cd community/cn
hugo
cd ..
cd ..
mv community/cn/public target/community/cn
cd community/en
hugo
cd ..
cd ..
mv community/en/public target/community/en
1
https://gitee.com/wjggwm/sharding-sphere-doc.git
git@gitee.com:wjggwm/sharding-sphere-doc.git
wjggwm
sharding-sphere-doc
sharding-shpere-doc
master

搜索帮助