We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb5e4cd commit ef7c74cCopy full SHA for ef7c74c
docs/.vuepress/sidebar/index.ts
@@ -424,7 +424,7 @@ export default sidebar({
424
collapsible: true,
425
children: [
426
{
427
- text: "基础",
+ text: "基础知识",
428
prefix: "basis/",
429
icon: "basic",
430
@@ -440,7 +440,7 @@ export default sidebar({
440
],
441
},
442
443
- text: "安全",
+ text: "认证授权",
444
prefix: "security/",
445
icon: "security-fill",
446
@@ -450,6 +450,14 @@ export default sidebar({
450
"advantages-and-disadvantages-of-jwt",
451
"sso-intro",
452
"design-of-authority-system",
453
+ ],
454
+ },
455
+ {
456
+ text: "数据安全",
457
+ prefix: "security/",
458
+ icon: "security-fill",
459
+ collapsible: true,
460
+ children: [
461
"encryption-algorithms",
462
"sentive-words-filter",
463
"data-desensitization",
0 commit comments