Skip to content

Commit d22dbed

Browse files
committed
更新 增加 LCL 文档链接
1 parent 1421418 commit d22dbed

File tree

4 files changed

+28
-0
lines changed

4 files changed

+28
-0
lines changed

.vitepress/config/sidebar/sidebar_en.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@ function document(): DefaultTheme.SidebarItem[] {
110110
{
111111
text: 'System Arch Support',
112112
link: 'version-details'
113+
},
114+
{
115+
text: 'LCL Document Link',
116+
link: 'lazarus_lcl'
113117
}
114118
]
115119
}

.vitepress/config/sidebar/sidebar_zh.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ function document(): DefaultTheme.SidebarItem[] {
111111
{
112112
text: '系统架构支持',
113113
link: 'version-details'
114+
},
115+
{
116+
text: 'LCL 文档链接',
117+
link: 'lazarus_lcl'
114118
}
115119
]
116120
}

en/document/lazarus_lcl.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Lazarus LCL Document
2+
3+
### LCL Components
4+
5+
- [LCL_Components](https://wiki.freepascal.org/LCL_Components) https://wiki.freepascal.org/LCL_Components
6+
7+
8+
### LCL Package
9+
10+
- [LCL Wiki](https://lazarus-ccr.sourceforge.io/docs/lcl/index.html) https://lazarus-ccr.sourceforge.io/docs/lcl/index.html

zh/document/lazarus_lcl.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Lazarus LCL 文档
2+
3+
### LCL 组件
4+
5+
- [LCL_Components](https://wiki.freepascal.org/LCL_Components) https://wiki.freepascal.org/LCL_Components
6+
7+
8+
### LCL 包参考
9+
10+
- [LCL Wiki](https://lazarus-ccr.sourceforge.io/docs/lcl/index.html) https://lazarus-ccr.sourceforge.io/docs/lcl/index.html

0 commit comments

Comments
 (0)