Skip to content

Commit

Permalink
docs: menu items.
Browse files Browse the repository at this point in the history
  • Loading branch information
zdpcdt committed Jul 13, 2023
1 parent 2cb85da commit eaeced2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions i18n/zh-Hans/docusaurus-plugin-content-docs/current.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@
"description": "The label for category Data Binding in sidebar documentationSidebar"
},
"sidebar.documentationSidebar.category.How-To Guides": {
"message": "How-To Guides",
"message": "操作指南",
"description": "The label for category How-To Guides in sidebar documentationSidebar"
},
"sidebar.documentationSidebar.category.Building Cross Platform Applications": {
"message": "Building Cross Platform Applications",
"message": "构建跨平台应用程序",
"description": "The label for category Building Cross Platform Applications in sidebar documentationSidebar"
},
"sidebar.documentationSidebar.category.Implementation Guides": {
Expand All @@ -88,7 +88,7 @@
"description": "The label for category Graphics and Animation in sidebar documentationSidebar"
},
"sidebar.documentationSidebar.category.Custom Controls": {
"message": "Custom Controls",
"message": "自定义控件",
"description": "The label for category Custom Controls in sidebar documentationSidebar"
},
"sidebar.documentationSidebar.category.Development Guides": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: architecture
title: Architecture
title: 架构
---

使用Avalonia构建跨平台应用程序的一个关键方面是创建一种架构,可以在不同平台之间实现最大程度的代码共享。通过遵循面向对象编程的基本原则,您可以建立一个结构良好的应用程序:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: dealing-with-platforms
title: Dealing with Multiple Platforms
title: 处理多个平台
---

## 管理平台差异和功能
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: how-to-create-a-custom-controls-library
title: How To Create a Custom Controls Library
title: 如何创建自定义控件库
---

# 如何创建自定义控件库
Expand Down

0 comments on commit eaeced2

Please sign in to comment.