Velopay 全球B2B支付系统技术文档。
npm installnpm start访问 http://localhost:3000 查看文档。
npm run build文档会自动通过 GitHub Actions 部署到 GitHub Pages。
docs/
├── overview/ # 系统概述
├── business/ # 业务文档
├── technical/ # 技术文档
├── platforms/ # 平台指南
├── api/ # API文档
├── development/ # 开发指南
└── operations/ # 运维指南
- Fork 本仓库
- 创建特性分支 (
git checkout -b feature/amazing-feature) - 提交更改 (
git commit -m 'Add some amazing feature') - 推送到分支 (
git push origin feature/amazing-feature) - 创建 Pull Request
- 使用 Markdown 格式
- 代码示例要完整可运行
- 包含必要的图表说明
- 保持中英文术语一致
本文档采用 CC BY-SA 4.0 许可证。