Skip to content

Commit

Permalink
Closes #585 (#587)
Browse files Browse the repository at this point in the history
Closes #585 

I'm guessing the original intention for the index page was for it to be
associated with the Budgeting menu item.
  • Loading branch information
quarklark authored Dec 26, 2024
1 parent 151b409 commit 292877a
Showing 1 changed file with 7 additions and 18 deletions.
25 changes: 7 additions & 18 deletions docs-sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,30 +123,19 @@ const sidebars = {
},
items: [
'budgeting/categories',
'budgeting/returns-and-reimbursements',
{
type: 'category',
label: 'How to articles about budgeting',
collapsible: false,
label: 'Managing Credit Cards',
collapsible: true,
link: {
type: 'doc',
id: 'budgeting/index',
id: 'budgeting/credit-cards/index',
},
items: [
'budgeting/returns-and-reimbursements',
{
type: 'category',
label: 'Managing Credit Cards',
collapsible: true,
link: {
type: 'doc',
id: 'budgeting/credit-cards/index',
},
items: ['budgeting/credit-cards/carrying-debt'],
},
'budgeting/joint-accounts',
'advanced/restart',
]
items: ['budgeting/credit-cards/carrying-debt'],
},
'budgeting/joint-accounts',
'advanced/restart'
],
},

Expand Down

0 comments on commit 292877a

Please sign in to comment.