Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions website/docs/doc/Core-flow.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
sidebar_position: 4
sidebar_label: 执行流程详解
---

# GeneralUpdate.Core — 执行流程详解
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
sidebar_position: 4
sidebar_label: Execution Flow
---

# GeneralUpdate.Core — Execution Flow Deep Dive
Expand Down
10 changes: 8 additions & 2 deletions website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,14 @@ const sidebars = {
collapsed: false,
items: [
'doc/Component Introduction',
'doc/GeneralUpdate.Core',
'doc/Core-flow',
{
type: 'category',
label: 'GeneralUpdate.Core',
collapsible: true,
collapsed: true,
link: { type: 'doc', id: 'doc/GeneralUpdate.Core' },
items: ['doc/Core-flow'],
},
'doc/GeneralUpdate.Bowl',
'doc/GeneralUpdate.Differential',
'doc/GeneralUpdate.Drivelution',
Expand Down
Loading