Refactoring with documentation

This commit is contained in:
Tw93
2025-08-28 19:35:31 +08:00
parent 6630d1f170
commit f5085c0176
14 changed files with 503 additions and 41 deletions

20
docs/README.md Normal file
View File

@@ -0,0 +1,20 @@
# Pake Documentation
Welcome to Pake documentation! Here you'll find comprehensive guides and documentation to help you start working with Pake as quickly as possible.
## User Guides
- **[CLI Usage](cli-usage.md)** ([中文](cli-usage_CN.md)) - Command-line interface reference
- **[GitHub Actions](github-actions-usage.md)** ([中文](github-actions-usage_CN.md)) - Build apps online without local setup
## Developer Guides
- **[Advanced Usage](advanced-usage.md)** ([中文](advanced-usage_CN.md)) - Customization, development, and advanced features
- **[Contributing](../CONTRIBUTING.md)** - How to contribute to Pake development
## Quick Links
- [Main Repository](https://github.com/tw93/Pake)
- [Releases](https://github.com/tw93/Pake/releases)
- [Discussions](https://github.com/tw93/Pake/discussions)
- [Issues](https://github.com/tw93/Pake/issues)