File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -424,7 +424,7 @@ export default sidebar({
424
424
collapsible : true ,
425
425
children : [
426
426
{
427
- text : "基础 " ,
427
+ text : "基础知识 " ,
428
428
prefix : "basis/" ,
429
429
icon : "basic" ,
430
430
collapsible : true ,
@@ -440,7 +440,7 @@ export default sidebar({
440
440
] ,
441
441
} ,
442
442
{
443
- text : "安全 " ,
443
+ text : "认证授权 " ,
444
444
prefix : "security/" ,
445
445
icon : "security-fill" ,
446
446
collapsible : true ,
@@ -450,6 +450,14 @@ export default sidebar({
450
450
"advantages-and-disadvantages-of-jwt" ,
451
451
"sso-intro" ,
452
452
"design-of-authority-system" ,
453
+ ] ,
454
+ } ,
455
+ {
456
+ text : "数据安全" ,
457
+ prefix : "security/" ,
458
+ icon : "security-fill" ,
459
+ collapsible : true ,
460
+ children : [
453
461
"encryption-algorithms" ,
454
462
"sentive-words-filter" ,
455
463
"data-desensitization" ,
You can’t perform that action at this time.
0 commit comments