这是 TanStack Table 的中文文档网站,基于 RSPress 构建。
pnpm install
启动开发服务器:
pnpm run dev
构建网站:
pnpm run build
预览生产构建:
pnpm run preview
本项目使用 GitHub Actions 自动部署到 GitHub Pages。详细的部署配置和说明请参考 DEPLOYMENT.md。
master
分支时自动触发部署在 GitHub Actions 页面手动触发 "Deploy to GitHub Pages" 工作流。
├── .github/workflows/ # GitHub Actions 工作流
│ ├── deploy.yml # 部署工作流
│ └── check-docs.yml # 文档更新检查
├── docs/ # 文档源文件
│ ├── guide/ # 指南文档
│ ├── api/ # API 文档
│ ├── framework/ # 框架集成文档
│ └── enterprise/ # 企业版文档
├── upstream-docs/ # 官方文档同步
└── rspress.config.ts # RSPress 配置文件
欢迎贡献翻译和改进!
git checkout -b feature/your-feature
git commit -am 'Add some feature'
git push origin feature/your-feature
本项目基于 MIT 许可证开源。详见 LICENSE 文件。