Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/.vuepress/sidebar/V2.0.x/en-Table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ export const enSidebar = {
text: 'Security Management',
collapsible: true,
children: [
{ text: 'Authority Management', link: 'Authority-Management_apache' },
{ text: 'Authority Management(Before V2.0.7)', link: 'Authority-Management_apache' },
{ text: 'Authority Management(From V2.0.7)', link: 'Authority-Management-Upgrade_apache' },
],
},
{ text: 'Tree-to-Table Mapping', link: 'Tree-to-Table_apache' },
Expand Down
5 changes: 4 additions & 1 deletion src/.vuepress/sidebar/V2.0.x/en-Tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,10 @@ export const enSidebar = {
{
text: 'Security Management',
collapsible: true,
children: [{ text: 'Permission Management', link: 'Authority-Management_apache' }],
children: [
{ text: 'Authority Management(Before V2.0.7)', link: 'Authority-Management_apache' },
{ text: 'Authority Management(From V2.0.7)', link: 'Authority-Management-Upgrade_apache' },
],
},
{
text: 'System Maintenance',
Expand Down
5 changes: 4 additions & 1 deletion src/.vuepress/sidebar/V2.0.x/zh-Table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,10 @@ export const zhSidebar = {
{
text: '安全管理',
collapsible: true,
children: [{ text: '权限管理', link: 'Authority-Management_apache' }],
children: [
{ text: '权限管理(V2.0.7 之前)', link: 'Authority-Management_apache' },
{ text: '权限管理(V2.0.7 起)', link: 'Authority-Management-Upgrade_apache' },
],
},
{ text: '树转表视图', link: 'Tree-to-Table_apache' },
{
Expand Down
5 changes: 4 additions & 1 deletion src/.vuepress/sidebar/V2.0.x/zh-Tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,10 @@ export const zhSidebar = {
{
text: '安全管理',
collapsible: true,
children: [{ text: '权限管理', link: 'Authority-Management_apache' }],
children: [
{ text: '权限管理(V2.0.7 之前)', link: 'Authority-Management_apache' },
{ text: '权限管理(V2.0.7 起)', link: 'Authority-Management-Upgrade_apache' },
],
},
{
text: '系统运维',
Expand Down
3 changes: 2 additions & 1 deletion src/.vuepress/sidebar_timecho/V2.0.x/en-Table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ export const enSidebar = {
text: 'Security Management',
collapsible: true,
children: [
{ text: 'Authority Management', link: 'Authority-Management_timecho' },
{ text: 'Authority Management(Before V2.0.7)', link: 'Authority-Management_timecho' },
{ text: 'Authority Management(From V2.0.7)', link: 'Authority-Management-Upgrade_timecho' },
{ text: 'Black White List', link: 'Black-White-List_timecho' },
{ text: 'Security Audit', link: 'Audit-Log_timecho' },
],
Expand Down
3 changes: 2 additions & 1 deletion src/.vuepress/sidebar_timecho/V2.0.x/en-Tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ export const enSidebar = {
text: 'Security Management',
collapsible: true,
children: [
{ text: 'Permission Management', link: 'Authority-Management_timecho' },
{ text: 'Authority Management(Before V2.0.7)', link: 'Authority-Management_timecho' },
{ text: 'Authority Management(From V2.0.7)', link: 'Authority-Management-Upgrade_timecho' },
{ text: 'Black White List', link: 'Black-White-List_timecho' },
{ text: 'Security Audit', link: 'Audit-Log_timecho' },
],
Expand Down
3 changes: 2 additions & 1 deletion src/.vuepress/sidebar_timecho/V2.0.x/zh-Table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ export const zhSidebar = {
text: '安全管理',
collapsible: true,
children: [
{ text: '权限管理', link: 'Authority-Management_timecho' },
{ text: '权限管理(V2.0.7 之前)', link: 'Authority-Management_timecho' },
{ text: '权限管理(V2.0.7 起)', link: 'Authority-Management-Upgrade_timecho' },
{ text: '黑白名单', link: 'Black-White-List_timecho' },
{ text: '安全审计', link: 'Audit-Log_timecho' },
],
Expand Down
3 changes: 2 additions & 1 deletion src/.vuepress/sidebar_timecho/V2.0.x/zh-Tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ export const zhSidebar = {
text: '安全管理',
collapsible: true,
children: [
{ text: '权限管理', link: 'Authority-Management_timecho' },
{ text: '权限管理(V2.0.7 之前)', link: 'Authority-Management_timecho' },
{ text: '权限管理(V2.0.7 起)', link: 'Authority-Management-Upgrade_timecho' },
{ text: '黑白名单', link: 'Black-White-List_timecho' },
{ text: '安全审计', link: 'Audit-Log_timecho' },
],
Expand Down
Loading
Loading