mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-29 11:04:12 -05:00
Add Advanced Section
This commit is contained in:
28
sidebars.js
28
sidebars.js
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user