From 683d32efcf34afa7c86fff49e82f45fa6ad4c160 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8B=AE=E5=AD=90=E8=80=97=E8=80=97?= <3116737282@qq.com> Date: Wed, 21 Aug 2024 15:29:22 +0800 Subject: [PATCH] =?UTF-8?q?=E9=AB=98=E4=B8=89=E7=89=B9=E5=88=8A=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E4=BE=A7=E6=A0=8F=E6=96=B0=E5=A2=9E=E9=99=84=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/.vuepress/sidebar.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/.vuepress/sidebar.ts b/src/.vuepress/sidebar.ts index 3864fd9..c0b352b 100644 --- a/src/.vuepress/sidebar.ts +++ b/src/.vuepress/sidebar.ts @@ -72,6 +72,14 @@ export default sidebar({ prefix: "Cpt2", children: "structure", collapsible: true + }, + { + text: "Appendix 附录", + prefix: "Appendix", + children: [ + 'changelog.md' + ], + collapsible: true } ], "/other/": [