Files
gitea-docs/sidebars.js
Nicolas e3317cd869 Move Hacking to Gitea main repo (#429)
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>
2026-07-09 23:55:17 +00:00

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',
}
]
},
]
};