@@ -9,26 +9,34 @@ Welcome to the tinystruct Framework documentation. This documentation provides c
99## Choose Your Language / 选择语言
1010
1111### [ English Documentation] ( en/ )
12- - Getting Started
13- - Core Concepts
14- - Web Applications
15- - CLI Applications
16- - Configuration
17- - Database Integration
18- - Advanced Features
19- - Best Practices
12+ - [ Getting Started] ( en/getting-started.md )
13+ - [ Core Concepts] ( en/core-concepts.md )
14+ - [ Web Applications] ( en/web-applications.md )
15+ - [ CLI Applications] ( en/cli-applications.md )
16+ - [ Configuration] ( en/configuration.md )
17+ - [ Database Integration] ( en/database.md )
18+ - [ Advanced Features] ( en/advanced-features.md )
19+ - [ Best Practices] ( en/best-practices.md )
2020- API Reference
21+ - [ Application API] ( en/api/application.md )
22+ - [ Action API] ( en/api/action.md )
23+ - [ Configuration API] ( en/api/configuration.md )
24+ - [ Database API] ( en/api/database.md )
2125
2226### [ 中文文档] ( zh/ )
23- - 入门指南
24- - 核心概念
25- - Web应用开发
26- - 命令行应用
27- - 配置说明
28- - 数据库集成
29- - 高级特性
30- - 最佳实践
27+ - [ 入门指南] ( zh/getting-started.md )
28+ - [ 核心概念] ( zh/core-concepts.md )
29+ - [ Web应用开发] ( zh/web-applications.md )
30+ - [ 命令行应用] ( zh/cli-applications.md )
31+ - [ 配置说明] ( zh/configuration.md )
32+ - [ 数据库集成] ( zh/database.md )
33+ - [ 高级特性] ( zh/advanced-features.md )
34+ - [ 最佳实践] ( zh/best-practices.md )
3135- API参考
36+ - [ 应用程序 API] ( zh/api/application.md )
37+ - [ 动作 API] ( zh/api/action.md )
38+ - [ 配置 API] ( zh/api/configuration.md )
39+ - [ 数据库 API] ( zh/api/database.md )
3240
3341## Contributing / 贡献
3442
0 commit comments