mirror of
https://gitea.com/gitea/docs.git
synced 2026-07-12 05:52:10 +00:00
Related: https://github.com/go-gitea/gitea/pull/37960 Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: wxiaoguang <29147+wxiaoguang@noreply.gitea.com> Reviewed-on: https://gitea.com/gitea/docs/pulls/429 Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Reviewed-by: silverwind <2021+silverwind@noreply.gitea.com> Co-authored-by: Nicolas <bircni@icloud.com>
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',
|
|
}
|
|
]
|
|
},
|
|
]
|
|
};
|