mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-28 10:33:02 -05:00
Update Contributor Section - Side Bar Order (#298)
This commit is contained in:
@@ -28,54 +28,6 @@ const sidebars = {
|
||||
'index',
|
||||
'vision',
|
||||
'releases',
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Contributing',
|
||||
link: {
|
||||
type: 'doc',
|
||||
id: 'contributing/index',
|
||||
},
|
||||
collapsed: true,
|
||||
items: [
|
||||
{
|
||||
type: 'link',
|
||||
label: 'Open Bug Reports',
|
||||
href: 'https://github.com/actualbudget/actual/issues',
|
||||
},
|
||||
{
|
||||
type: 'link',
|
||||
label: 'Feature Requests',
|
||||
href: 'https://github.com/actualbudget/actual/issues?q=label%3A%22needs+votes%22+sort%3Areactions-%2B1-desc+',
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'The Actual Project Structure',
|
||||
link: {
|
||||
type: 'doc',
|
||||
id: 'contributing/project-details/index',
|
||||
},
|
||||
items: [
|
||||
'contributing/project-details/database',
|
||||
'contributing/project-details/architecture',
|
||||
'contributing/project-details/electron',
|
||||
'contributing/project-details/migrations',
|
||||
'contributing/project-details/advice',
|
||||
],
|
||||
},
|
||||
'contributing/preview-builds',
|
||||
'contributing/releasing',
|
||||
'contributing/windows',
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Project Leadership',
|
||||
collapsible: false,
|
||||
items: [
|
||||
'contributing/leadership/funding',
|
||||
'contributing/leadership/new-core-contributors-guide',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Getting Started',
|
||||
@@ -296,6 +248,54 @@ const sidebars = {
|
||||
'community-repos',
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Contributing',
|
||||
link: {
|
||||
type: 'doc',
|
||||
id: 'contributing/index',
|
||||
},
|
||||
collapsed: true,
|
||||
items: [
|
||||
{
|
||||
type: 'link',
|
||||
label: 'Open Bug Reports',
|
||||
href: 'https://github.com/actualbudget/actual/issues',
|
||||
},
|
||||
{
|
||||
type: 'link',
|
||||
label: 'Feature Requests',
|
||||
href: 'https://github.com/actualbudget/actual/issues?q=label%3A%22needs+votes%22+sort%3Areactions-%2B1-desc+',
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'The Actual Project Structure',
|
||||
link: {
|
||||
type: 'doc',
|
||||
id: 'contributing/project-details/index',
|
||||
},
|
||||
items: [
|
||||
'contributing/project-details/database',
|
||||
'contributing/project-details/architecture',
|
||||
'contributing/project-details/electron',
|
||||
'contributing/project-details/migrations',
|
||||
'contributing/project-details/advice',
|
||||
],
|
||||
},
|
||||
'contributing/preview-builds',
|
||||
'contributing/releasing',
|
||||
'contributing/windows',
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Project Leadership',
|
||||
collapsible: false,
|
||||
items: [
|
||||
'contributing/leadership/funding',
|
||||
'contributing/leadership/new-core-contributors-guide',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
};
|
||||
module.exports = sidebars;
|
||||
|
||||
Reference in New Issue
Block a user