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

@@ -0,0 +1,7 @@
---
title: "Advanced Overview"
---
:::caution
Pages in this area contain non-standard actions. Ensure backups and recovery are possible before taking any actions.
:::

View File

@@ -13,3 +13,7 @@ Right now, only YNAB4 is officially supported. However, the [API](/developers/AP
## Migration from other apps
[YNAB4](ynab4) is the only built-in importer right now. We're hoping the community can help build other importers on top of the [API](/developers/API/).
:::note
There are guides [here](../../Advanced/advanced-intro) for some advanced migration tasks.
:::

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;