mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-28 01:58:40 -05:00
Add Advanced Section
This commit is contained in:
7
docs/Advanced/advanced-intro.md
Normal file
7
docs/Advanced/advanced-intro.md
Normal 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.
|
||||
:::
|
||||
@@ -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.
|
||||
:::
|
||||
|
||||
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