From 7d2c8ee1e98410cf1028305b5c0a3ab4f7dafa92 Mon Sep 17 00:00:00 2001 From: yjst0702 Date: Tue, 26 Nov 2024 23:44:04 +0900 Subject: [PATCH] =?UTF-8?q?=ED=94=84=EB=A1=9C=EC=A0=9D=ED=8A=B8=20?= =?UTF-8?q?=EC=82=AC=EC=9D=B4=EB=93=9C=EB=B0=94=20=EC=B6=94=EA=B0=80=20?= =?UTF-8?q?=EB=B0=8F=20=ED=95=99=EC=88=A0=EC=A0=9C=20=ED=94=84=EB=A1=9C?= =?UTF-8?q?=EC=A0=9D=ED=8A=B8=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/projects/irbs.mdx | 5 +++-- sidebars.ts | 6 ++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/projects/irbs.mdx b/docs/projects/irbs.mdx index 773ca68..3da9b6e 100644 --- a/docs/projects/irbs.mdx +++ b/docs/projects/irbs.mdx @@ -1,10 +1,11 @@ --- -title: "2024 학술제" +title: "irBs" --- -# 2024 학술제 +# irBs +2024 학술제
행사 기간: 2024.11.27.17:00 ~ 2024.11.27.20:00 ### 프로젝트 소개 diff --git a/sidebars.ts b/sidebars.ts index 1dc4e79..9e90b8f 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -10,6 +10,12 @@ const sidebars: SidebarsConfig = { link: {type: "doc", id: "histories",}, items: [{type: 'autogenerated', dirName: 'histories'}], }, + { + type: 'category', + label: '프로젝트', + link: {type: "generated-index", slug: 'projects',}, + items: [{type: 'autogenerated', dirName: 'projects'}], + }, { type: 'category', label: '활동',