2023-02-02 23:30:20 -05:00
|
|
|
module.exports = {
|
2023-04-04 12:14:20 +08:00
|
|
|
defaultSidebar: [
|
2023-02-02 23:30:20 -05:00
|
|
|
{
|
|
|
|
|
type: 'link',
|
|
|
|
|
label: 'What is Gitea?',
|
|
|
|
|
href: '/next/'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: 'category',
|
|
|
|
|
label: 'Installation',
|
|
|
|
|
items: [
|
|
|
|
|
{
|
|
|
|
|
type: 'autogenerated',
|
|
|
|
|
dirName: 'installation',
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: 'category',
|
2023-03-24 13:10:55 +08:00
|
|
|
label: 'Administration',
|
2023-02-02 23:30:20 -05:00
|
|
|
items: [
|
|
|
|
|
{
|
|
|
|
|
type: 'autogenerated',
|
2023-03-24 13:10:55 +08:00
|
|
|
dirName: 'administration',
|
2023-02-02 23:30:20 -05:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: 'category',
|
|
|
|
|
label: 'Usage',
|
|
|
|
|
items: [
|
2023-05-08 22:32:15 +08:00
|
|
|
{
|
|
|
|
|
type: 'category',
|
|
|
|
|
label: 'Actions',
|
|
|
|
|
items: [
|
|
|
|
|
{
|
|
|
|
|
type: 'autogenerated',
|
|
|
|
|
dirName: 'actions',
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
2023-02-02 23:30:20 -05:00
|
|
|
{
|
2023-03-25 13:46:36 +08:00
|
|
|
type: 'category',
|
|
|
|
|
label: 'Packages',
|
|
|
|
|
items: [
|
|
|
|
|
{
|
|
|
|
|
type: 'autogenerated',
|
2023-05-12 15:50:27 -04:00
|
|
|
dirName: 'usage/packages',
|
2023-03-25 13:46:36 +08:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
2023-02-02 23:30:20 -05:00
|
|
|
{
|
2023-03-25 13:46:36 +08:00
|
|
|
type: 'autogenerated',
|
|
|
|
|
dirName: 'usage',
|
2023-05-09 09:49:53 +08:00
|
|
|
}
|
2023-02-02 23:30:20 -05:00
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: 'category',
|
2023-03-24 13:10:55 +08:00
|
|
|
label: 'Development',
|
2023-02-02 23:30:20 -05:00
|
|
|
items: [
|
|
|
|
|
{
|
|
|
|
|
type: 'autogenerated',
|
2023-03-24 13:10:55 +08:00
|
|
|
dirName: 'development',
|
2023-02-02 23:30:20 -05:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: 'category',
|
2023-03-24 13:10:55 +08:00
|
|
|
label: 'Contributing',
|
2023-02-02 23:30:20 -05:00
|
|
|
items: [
|
|
|
|
|
{
|
|
|
|
|
type: 'autogenerated',
|
2023-03-24 13:10:55 +08:00
|
|
|
dirName: 'contributing',
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: 'category',
|
|
|
|
|
label: 'Help',
|
|
|
|
|
items: [
|
|
|
|
|
{
|
|
|
|
|
type: 'autogenerated',
|
|
|
|
|
dirName: 'help',
|
2023-02-02 23:30:20 -05:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
],
|
2023-04-04 12:14:20 +08:00
|
|
|
siderBarCN: [
|
|
|
|
|
{
|
|
|
|
|
type: 'link',
|
|
|
|
|
label: 'Gitea是什么?',
|
|
|
|
|
href: 'zh-cn/next/'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: 'category',
|
|
|
|
|
label: '安装',
|
|
|
|
|
items: [
|
|
|
|
|
{
|
|
|
|
|
type: 'autogenerated',
|
|
|
|
|
dirName: 'zh-cn/installation',
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: 'category',
|
|
|
|
|
label: '管理',
|
|
|
|
|
items: [
|
|
|
|
|
{
|
|
|
|
|
type: 'autogenerated',
|
|
|
|
|
dirName: 'zh-cn/administration',
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: 'category',
|
|
|
|
|
label: '使用',
|
|
|
|
|
items: [
|
|
|
|
|
{
|
|
|
|
|
type: 'category',
|
|
|
|
|
label: '软件包管理',
|
|
|
|
|
items: [
|
|
|
|
|
{
|
|
|
|
|
type: 'autogenerated',
|
2023-05-12 15:53:33 -04:00
|
|
|
dirName: 'zh-cn/usage/packages',
|
2023-04-04 12:14:20 +08:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: 'autogenerated',
|
|
|
|
|
dirName: 'zh-cn/usage',
|
2023-05-09 09:49:53 +08:00
|
|
|
}
|
2023-04-04 12:14:20 +08:00
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: 'category',
|
|
|
|
|
label: '开发',
|
|
|
|
|
items: [
|
|
|
|
|
{
|
|
|
|
|
type: 'autogenerated',
|
|
|
|
|
dirName: 'zh-cn/development',
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: 'category',
|
|
|
|
|
label: '贡献',
|
|
|
|
|
items: [
|
|
|
|
|
{
|
|
|
|
|
type: 'autogenerated',
|
|
|
|
|
dirName: 'zh-cn/contributing',
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: 'category',
|
|
|
|
|
label: '帮助',
|
|
|
|
|
items: [
|
|
|
|
|
{
|
|
|
|
|
type: 'autogenerated',
|
|
|
|
|
dirName: 'zh-cn/help',
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
],
|
2023-02-02 23:30:20 -05:00
|
|
|
};
|