22
33Welcome to the ` LVGLSharp.Forms ` documentation site.
44
5+ ## Bilingual Entry Points
6+
7+ ** Current language: English**
8+
9+ - Home: [ ` index.md ` ] ( ./index.md ) · [ ` index.en.md ` ] ( ./index.en.md )
10+ - Navigation: [ ` navigation.md ` ] ( ./navigation.md ) · [ ` navigation.en.md ` ] ( ./navigation.en.md )
11+ - Blog: [ ` blog/index.md ` ] ( ./blog/index.md ) · [ ` blog/index.en.md ` ] ( ./blog/index.en.md )
12+
13+ > Tip: share ` navigation.en.md ` with English readers, and start from the navigation pages when you want a bilingual comparison path.
14+
15+ ---
16+
517## Home
618
719- [ Chinese Home] ( ./index.md )
820- [ English Home] ( ./index.en.md )
921- [ Chinese Navigation] ( ./navigation.md )
22+ - [ English Navigation] ( ./navigation.en.md )
1023
1124## Project Documentation
1225
1326- [ Roadmap] ( ../ROADMAP.md )
1427- [ Changelog] ( ../CHANGELOG.md )
1528- [ CI Workflow Guide (Chinese)] ( ./ci-workflows.md )
1629- [ WSL Developer Guide (Chinese)] ( ./WSL-Developer-Guide.md )
30+ - [ CI Workflow Guide] ( ./ci-workflows.en.md )
31+ - [ WSL Developer Guide] ( ./WSL-Developer-Guide.en.md )
32+
33+ ## Navigation by Reader Type
34+
35+ ### First-Time Readers
36+
37+ - [ English Home] ( ./index.en.md )
38+ - [ Why WinForms over LVGL] ( ./blog/why-winforms-over-lvgl.en.md )
39+ - [ Chinese Home] ( ./index.md )
40+
41+ ### Architecture and Engineering Readers
42+
43+ - [ Architecture Breakdown] ( ./blog/architecture.en.md )
44+ - [ CI Workflow Guide] ( ./ci-workflows.en.md )
45+ - [ CI Workflow Guide (Chinese)] ( ./ci-workflows.md )
46+
47+ ### Linux and Runtime-Host Readers
48+
49+ - [ Linux Host Strategy] ( ./blog/linux-hosts.en.md )
50+ - [ WSL Developer Guide] ( ./WSL-Developer-Guide.en.md )
51+ - [ WSL Developer Guide (Chinese)] ( ./WSL-Developer-Guide.md )
52+
53+ ### AOT and Release Readers
54+
55+ - [ NativeAOT and GUI] ( ./blog/nativeaot-gui.en.md )
56+ - [ Changelog] ( ../CHANGELOG.md )
57+ - [ Roadmap] ( ../ROADMAP.md )
1758
1859## Blog Articles
1960
@@ -23,6 +64,13 @@ Welcome to the `LVGLSharp.Forms` documentation site.
2364- [ Linux Host Strategy] ( ./blog/linux-hosts.en.md )
2465- [ Architecture Breakdown] ( ./blog/architecture.en.md )
2566
67+ ## Chinese Blog Articles
68+
69+ - [ 为什么要做 WinForms over LVGL] ( ./blog-winforms-over-lvgl.md )
70+ - [ NativeAOT 与 GUI] ( ./blog-nativeaot-gui.md )
71+ - [ Linux 图形宿主路线] ( ./blog-linux-hosts.md )
72+ - [ 项目架构拆解] ( ./blog-architecture.md )
73+
2674## Repository Entry Points
2775
2876- [ README] ( ../README.md )
0 commit comments