mirror of
https://gitea.com/gitea/docs.git
synced 2026-09-17 19:55:34 +00:00
Related: https://github.com/go-gitea/gitea/pull/37960 Co-authored-by: Lunny Xiao <[email protected]> Co-authored-by: wxiaoguang <[email protected]> Reviewed-on: https://gitea.com/gitea/docs/pulls/429 Reviewed-by: Lunny Xiao <[email protected]> Reviewed-by: silverwind <[email protected]> Co-authored-by: Nicolas <[email protected]>
75 lines
1.2 KiB
JavaScript
75 lines
1.2 KiB
JavaScript
module.exports = {
|
|
docs: [
|
|
{
|
|
type: 'doc',
|
|
id: 'index',
|
|
label: 'What is Gitea?',
|
|
},
|
|
{
|
|
type: 'category',
|
|
label: 'Installation',
|
|
link: {
|
|
"type": "generated-index"
|
|
},
|
|
items: [
|
|
{
|
|
type: 'autogenerated',
|
|
dirName: 'installation',
|
|
}
|
|
]
|
|
},
|
|
{
|
|
type: 'category',
|
|
label: 'Administration',
|
|
link: {
|
|
"type": "generated-index"
|
|
},
|
|
items: [
|
|
{
|
|
type: 'autogenerated',
|
|
dirName: 'administration',
|
|
}
|
|
]
|
|
},
|
|
{
|
|
type: 'category',
|
|
label: 'Usage',
|
|
link: {
|
|
"type": "generated-index"
|
|
},
|
|
items: [
|
|
{
|
|
type: 'autogenerated',
|
|
dirName: 'usage',
|
|
}
|
|
]
|
|
},
|
|
{
|
|
type: 'category',
|
|
label: 'Development',
|
|
link: {
|
|
"type": "generated-index"
|
|
},
|
|
items: [
|
|
{
|
|
type: 'autogenerated',
|
|
dirName: 'development',
|
|
}
|
|
]
|
|
},
|
|
{
|
|
type: 'category',
|
|
label: 'Help',
|
|
link: {
|
|
"type": "generated-index"
|
|
},
|
|
items: [
|
|
{
|
|
type: 'autogenerated',
|
|
dirName: 'help',
|
|
}
|
|
]
|
|
},
|
|
]
|
|
};
|