Skip to content
Open
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
12 changes: 10 additions & 2 deletions archived/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ export const sidebar = [
{
text: '计算机协会手册',
items: [
{
text: 'CA101介绍',
link: 'CA101',
},
{
text: 'CA102介绍',
link: 'CA102',
},
{
text: '职能分配',
link: 'function-inventory',
Expand All @@ -28,8 +36,8 @@ export const sidebar = [
link: 'net-usage',
},
{
text: 'CA101介绍',
link: 'CA101',
text: '从零构建好用的Windows(模版,待完善)',
link: 'windows-from-scratch',
},
],
},
Expand Down