https://github.com/tinystruct/tinystruct.github.io
The documentation for tinystruct framework.
https://github.com/tinystruct/tinystruct.github.io
Last synced: 6 months ago
JSON representation
The documentation for tinystruct framework.
- Host: GitHub
- URL: https://github.com/tinystruct/tinystruct.github.io
- Owner: tinystruct
- Created: 2023-01-02T03:19:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-28T14:00:24.000Z (7 months ago)
- Last Synced: 2025-06-28T15:19:58.664Z (7 months ago)
- Language: HTML
- Homepage: https://tinystruct.org/
- Size: 4.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tinystruct Framework Documentation
[English](en/) | [中文](zh/)
Welcome to the tinystruct Framework documentation. This documentation provides comprehensive guidance for using and developing with the tinystruct Framework.
欢迎查阅 tinystruct 框架文档。本文档为使用和开发 tinystruct 框架提供全面的指导。
## Choose Your Language / 选择语言
### [English Documentation](en/)
- [Getting Started](en/getting-started.md)
- [Core Concepts](en/core-concepts.md)
- [Web Applications](en/web-applications.md)
- [CLI Applications](en/cli-applications.md)
- [Configuration](en/configuration.md)
- [Database Integration](en/database.md)
- [Advanced Features](en/advanced-features.md)
- [Best Practices](en/best-practices.md)
- API Reference
- [Application API](en/api/application.md)
- [Action API](en/api/action.md)
- [Configuration API](en/api/configuration.md)
- [Database API](en/api/database.md)
### [中文文档](zh/)
- [入门指南](zh/getting-started.md)
- [核心概念](zh/core-concepts.md)
- [Web应用开发](zh/web-applications.md)
- [命令行应用](zh/cli-applications.md)
- [配置说明](zh/configuration.md)
- [数据库集成](zh/database.md)
- [高级特性](zh/advanced-features.md)
- [最佳实践](zh/best-practices.md)
- API参考
- [应用程序 API](zh/api/application.md)
- [动作 API](zh/api/action.md)
- [配置 API](zh/api/configuration.md)
- [数据库 API](zh/api/database.md)
## Contributing / 贡献
If you'd like to contribute to this documentation, please:
如果您想为此文档做出贡献,请:
1. Fork the repository / 复刻仓库
2. Create a new branch for your changes / 创建新的分支
3. Submit a pull request with your improvements / 提交拉取请求
## License / 许可证
This documentation is licensed under the same terms as the tinystruct Framework.
本文档采用与 tinystruct 框架相同的许可条款。