From 23c1aa1f7e16c138fa9c800f731d6c4b8ed08118 Mon Sep 17 00:00:00 2001 From: m1ngsama Date: Fri, 9 Jan 2026 10:09:03 +0800 Subject: [PATCH] add unlinked sidebar content, but most of doc still unfinished(maybe next time) --- archived/sidebar.ts | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/archived/sidebar.ts b/archived/sidebar.ts index 03aad45..11731b2 100644 --- a/archived/sidebar.ts +++ b/archived/sidebar.ts @@ -11,6 +11,14 @@ export const sidebar = [ { text: '计算机协会手册', items: [ + { + text: 'CA101介绍', + link: 'CA101', + }, + { + text: 'CA102介绍', + link: 'CA102', + }, { text: '职能分配', link: 'function-inventory', @@ -28,8 +36,8 @@ export const sidebar = [ link: 'net-usage', }, { - text: 'CA101介绍', - link: 'CA101', + text: '从零构建好用的Windows(模版,待完善)', + link: 'windows-from-scratch', }, ], },