Skip to content

Commit d470941

Browse files
JusterZhuclaude
andauthored
feat(docs): nest Core-flow under GeneralUpdate.Core category with short label (#134)
- Wrap GeneralUpdate.Core as a collapsible category in sidebar - Nest Core-flow as sub-item (execution-flow inside Core) - Set sidebar_label: '执行流程详解' (zh) / 'Execution Flow' (en) Co-authored-by: Claude <noreply@anthropic.com>
1 parent 107fe39 commit d470941

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

website/docs/doc/Core-flow.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
sidebar_position: 4
3+
sidebar_label: 执行流程详解
34
---
45

56
# GeneralUpdate.Core — 执行流程详解

website/i18n/en/docusaurus-plugin-content-docs/current/doc/Core-flow.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
sidebar_position: 4
3+
sidebar_label: Execution Flow
34
---
45

56
# GeneralUpdate.Core — Execution Flow Deep Dive

website/sidebars.js

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,14 @@ const sidebars = {
3434
collapsed: false,
3535
items: [
3636
'doc/Component Introduction',
37-
'doc/GeneralUpdate.Core',
38-
'doc/Core-flow',
37+
{
38+
type: 'category',
39+
label: 'GeneralUpdate.Core',
40+
collapsible: true,
41+
collapsed: true,
42+
link: { type: 'doc', id: 'doc/GeneralUpdate.Core' },
43+
items: ['doc/Core-flow'],
44+
},
3945
'doc/GeneralUpdate.Bowl',
4046
'doc/GeneralUpdate.Differential',
4147
'doc/GeneralUpdate.Drivelution',

0 commit comments

Comments
 (0)