From ef7c74c2ceb59c1ccb069640cb3c6714d775799d Mon Sep 17 00:00:00 2001 From: Guide Date: Tue, 23 Jan 2024 19:55:52 +0800 Subject: [PATCH] =?UTF-8?q?[docs=20feat]=E7=B3=BB=E7=BB=9F=E8=AE=BE?= =?UTF-8?q?=E8=AE=A1=E9=83=A8=E5=88=86=E4=BE=A7=E8=BE=B9=E6=A0=8F=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/sidebar/index.ts | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/.vuepress/sidebar/index.ts b/docs/.vuepress/sidebar/index.ts index fa63a989..5c45a944 100644 --- a/docs/.vuepress/sidebar/index.ts +++ b/docs/.vuepress/sidebar/index.ts @@ -424,7 +424,7 @@ export default sidebar({ collapsible: true, children: [ { - text: "基础", + text: "基础知识", prefix: "basis/", icon: "basic", collapsible: true, @@ -440,7 +440,7 @@ export default sidebar({ ], }, { - text: "安全", + text: "认证授权", prefix: "security/", icon: "security-fill", collapsible: true, @@ -450,6 +450,14 @@ export default sidebar({ "advantages-and-disadvantages-of-jwt", "sso-intro", "design-of-authority-system", + ], + }, + { + text: "数据安全", + prefix: "security/", + icon: "security-fill", + collapsible: true, + children: [ "encryption-algorithms", "sentive-words-filter", "data-desensitization",