Manually order the Develop tab in sidebar (#3287)

This commit is contained in:
Tony
2025-05-07 20:46:42 +08:00
committed by GitHub
parent 1775644f2b
commit e8ef85c00e
12 changed files with 20 additions and 22 deletions

View File

@@ -231,7 +231,17 @@ export default defineConfig({
es: 'Desarrollo',
},
collapsed: true,
autogenerate: { directory: 'develop' },
items: [
'develop',
'develop/configuration-files',
'develop/calling-rust',
'develop/calling-frontend',
'develop/resources',
'develop/sidecar',
'develop/state-management',
'develop/updating-dependencies',
],
// autogenerate: { directory: 'develop' },
},
{
label: 'Distribute',

View File

@@ -13,7 +13,7 @@
},
"zh-cn": {
"label": "简体中文",
"lang": "zh-cn"
"lang": "zh-CN"
},
"ja": {
"label": "日本語",

View File

@@ -1,7 +1,5 @@
---
title: Calling the Frontend from Rust
sidebar:
order: 1
---
The `@tauri-apps/api` NPM package offers APIs to listen to both global and webview-specific events.

View File

@@ -1,7 +1,6 @@
---
title: Calling the Frontend from Rust
sidebar:
order: 1
i18nReady: true
---

View File

@@ -1,7 +1,6 @@
---
title: Calling Rust from the Frontend
sidebar:
order: 1
i18nReady: true
---

View File

@@ -1,7 +1,6 @@
---
title: Configuration Files
sidebar:
order: 1
i18nReady: true
---

View File

@@ -1,7 +1,6 @@
---
title: Embedding Additional Files
sidebar:
order: 1
i18nReady: true
---

View File

@@ -1,7 +1,6 @@
---
title: Embedding External Binaries
sidebar:
order: 1
i18nReady: true
---

View File

@@ -1,7 +1,6 @@
---
title: State Management
sidebar:
order: 1
i18nReady: true
---

View File

@@ -1,7 +1,6 @@
---
title: Updating Dependencies
sidebar:
order: 1
i18nReady: true
---

View File

@@ -1,7 +1,5 @@
---
title: 嵌入附加文件
sidebar:
order: 1
---
你可能需要将一些不直接属于前端(你的 `frontendDist`)的额外的文件包含在你的应用程序包中,又或是这些文件太大无法内联到二进制文件中。我们称这些文件为 `资源resources`。

View File

@@ -1,7 +1,6 @@
---
title: 嵌入外部二进制文件
sidebar:
order: 1
i18nReady: true
---