Skip to content

Commit 23f4d4e

Browse files
authored
add authority namagement in table model (#687)
* add authority namagement in table model * add authority namagement in table model * adjust content and sidebar name * adjust sidebar
1 parent 6827206 commit 23f4d4e

8 files changed

Lines changed: 1976 additions & 0 deletions

File tree

src/.vuepress/sidebar/V2.0.x/en-Table.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,13 @@ export const enSidebar = {
9393
prefix: 'User-Manual/',
9494
children: [
9595
{ text: 'Data Sync', link: 'Data-Sync_apache' },
96+
{
97+
text: 'Security Permissions',
98+
collapsible: true,
99+
children: [
100+
{ text: 'Authority Management', link: 'Authority-Management' },
101+
],
102+
},
96103
{
97104
text: 'System Maintenance',
98105
collapsible: true,

src/.vuepress/sidebar/V2.0.x/zh-Table.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@ export const zhSidebar = {
8686
prefix: 'User-Manual/',
8787
children: [
8888
{ text: '数据同步', link: 'Data-Sync_apache' },
89+
{
90+
text: '安全权限',
91+
collapsible: true,
92+
children: [{ text: '权限管理', link: 'Authority-Management' }],
93+
},
8994
{
9095
text: '系统运维',
9196
collapsible: true,

src/.vuepress/sidebar_timecho/V2.0.x/en-Table.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,13 @@ export const enSidebar = {
9797
prefix: 'User-Manual/',
9898
children: [
9999
{ text: 'Data Sync', link: 'Data-Sync_timecho' },
100+
{
101+
text: 'Security Permissions',
102+
collapsible: true,
103+
children: [
104+
{ text: 'Authority Management', link: 'Authority-Management' },
105+
],
106+
},
100107
{ text: 'Tiered Storage', link: 'Tiered-Storage_timecho' },
101108
{
102109
text: 'System Maintenance',

src/.vuepress/sidebar_timecho/V2.0.x/zh-Table.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@ export const zhSidebar = {
8888
prefix: 'User-Manual/',
8989
children: [
9090
{ text: '数据同步', link: 'Data-Sync_timecho' },
91+
{
92+
text: '安全权限',
93+
collapsible: true,
94+
children: [{ text: '权限管理', link: 'Authority-Management' }],
95+
},
9196
{ text: '多级存储', link: 'Tiered-Storage_timecho' },
9297
{
9398
text: '系统运维',

0 commit comments

Comments
 (0)