nimbus文档站
项目getstarted:https://nimbus-docs.com/
github仓库:https://github.com/cloudflare/nimbus
npx @cloudflare/create-nimbus-docs@latest my-docs
cd my-docs
pnpm install
pnpm dev
echo "# my-docs" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/haibinqi/my-docs.git
git push -u origin main