From 755064c814c67afc7a30cc5ab4eb2785fc22c248 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=A4=A7=E4=BB=99?= <1900919313@qq.com> Date: Tue, 15 Oct 2024 05:10:03 +0000 Subject: [PATCH] =?UTF-8?q?2024=E5=B9=B410=E6=9C=8815=E6=97=A5=2013:10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vitepress/sidebar/index.ts | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/docs/.vitepress/sidebar/index.ts b/docs/.vitepress/sidebar/index.ts index 27360a7..8f611de 100644 --- a/docs/.vitepress/sidebar/index.ts +++ b/docs/.vitepress/sidebar/index.ts @@ -32,17 +32,6 @@ export const sidebar: DefaultTheme.Sidebar = { { text: '文件操作', link: `/notes/02_c-leap/11_${commonDirectoryName}/` }, ] }, - { - text: 'C 语言高级', - collapsed: true, - items: [ - { text: '变量和内存分布', link: `/notes/03_senior/01_${commonDirectoryName}/` }, - { text: '指针强化', link: `/notes/03_senior/02_${commonDirectoryName}/` }, - { text: '结构体和文件的高级用法', link: `/notes/03_senior/03_${commonDirectoryName}/` }, - { text: '链表和回调函数', link: `/notes/03_senior/04_${commonDirectoryName}/` }, - { text: '编译过程和面向接口', link: `/notes/03_senior/05_${commonDirectoryName}/` }, - ] - }, { text: '数据结构和算法', collapsed: true,