Update structures for 1.19 and current version

This commit is contained in:
Lunny Xiao
2023-03-24 13:10:55 +08:00
parent f14bfdc5da
commit 1116d1e72d
4 changed files with 42 additions and 82 deletions
+17 -37
View File
@@ -5,16 +5,6 @@ module.exports = {
label: 'What is Gitea?',
href: '/next/'
},
{
type: 'category',
label: 'Help',
items: [
{
type: 'autogenerated',
dirName: 'help',
}
]
},
{
type: 'category',
label: 'Installation',
@@ -27,21 +17,11 @@ module.exports = {
},
{
type: 'category',
label: 'Upgrade',
label: 'Administration',
items: [
{
type: 'autogenerated',
dirName: 'upgrade',
}
]
},
{
type: 'category',
label: 'Features',
items: [
{
type: 'autogenerated',
dirName: 'features',
dirName: 'administration',
}
]
},
@@ -57,17 +37,7 @@ module.exports = {
},
{
type: 'category',
label: 'Advanced',
items: [
{
type: 'autogenerated',
dirName: 'advanced',
}
]
},
{
type: 'category',
label: 'Packages',
label: 'Usage - Packages',
items: [
{
type: 'autogenerated',
@@ -77,21 +47,31 @@ module.exports = {
},
{
type: 'category',
label: 'Translation',
label: 'Development',
items: [
{
type: 'autogenerated',
dirName: 'translation',
dirName: 'development',
}
]
},
{
type: 'category',
label: 'Developers',
label: 'Contributing',
items: [
{
type: 'autogenerated',
dirName: 'developers',
dirName: 'contributing',
}
]
},
{
type: 'category',
label: 'Help',
items: [
{
type: 'autogenerated',
dirName: 'help',
}
]
},