Merge pull request #33 from actualbudget/2210DD-release-notes

221025 Release Notes
This commit is contained in:
Rich Howell
2022-10-25 16:34:32 +01:00
committed by GitHub
2 changed files with 128 additions and 0 deletions

View File

@@ -214,6 +214,14 @@ const sidebars = {
'Troubleshooting/Troubleshooting-Edge',
],
},
{
type: 'category',
label: 'Release Notes',
collapsed: true,
items: [
'Release-Notes/22.10.25',
],
},
],
};
module.exports = sidebars;