Add Advanced Section

This commit is contained in:
winklevos
2022-11-19 12:46:42 +11:00
parent 175cf80927
commit 4996c9d3fa
4 changed files with 30 additions and 9 deletions

View File

@@ -118,15 +118,6 @@ const sidebars = {
]
},
'Getting-Started/migration/simple-sync',
{
type: 'category',
label: 'Advanced Migration Actions',
items: [
'Getting-Started/migration/bulk-migration-updates/modify-transfers'
]
},
]
},
],
@@ -251,6 +242,25 @@ const sidebars = {
'Release-Notes/22.10.25',
],
},
{
type: 'category',
label: 'Advanced',
collapsed: true,
link: {
type: 'doc',
id: 'Advanced/advanced-intro',
},
items: [
{
type: 'category',
label: 'Scripts',
collapsed: true,
items: [
'Advanced/Scripts/modify-transfers',
],
},
],
},
],
};
module.exports = sidebars;