1 Star 0 Fork 643

homepet/NocoBase

forked from NocoBase/NocoBase 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
deploy-docs.sh 233 Bytes
Copy Edit Raw Blame History
chenos authored 2023-06-20 18:05 . feat: update docs
cd docs/dist/en-US
echo "docs.nocobase.com" >> CNAME
echo "" >> .nojekyll
git init
git remote add origin git@github.com:nocobase/docs.nocobase.com.git
git branch -M main
git add .
git commit -m "first commit"
git push -f origin main
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/homepet/nocobase.git
git@gitee.com:homepet/nocobase.git
homepet
nocobase
NocoBase
main

Search