添加simulator部分
This commit is contained in:
@@ -75,7 +75,7 @@ function sidebarDocument(): DefaultTheme.SidebarItem[] {
|
||||
return [
|
||||
{
|
||||
text: 'Devstar是什么',
|
||||
link: '/document/index',
|
||||
link: '/devstar/index',
|
||||
items: []
|
||||
} as any,
|
||||
{
|
||||
@@ -86,7 +86,7 @@ function sidebarDocument(): DefaultTheme.SidebarItem[] {
|
||||
{ text: '对比Gitea与其它Git托管工具', link: 'https://docs.gitea.com/zh-cn/installation/comparison' },
|
||||
{ text: '数据库准备', link: 'https://docs.gitea.com/zh-cn/installation/database-prep' },
|
||||
// { text: '数据库准备', link: '/document/installation/from-source' },
|
||||
{ text: '使用shell脚本安装', link: '/document/installation/install-via-shell-script' },
|
||||
{ text: '使用shell脚本安装', link: '/devstar/installation/install-via-shell-script' },
|
||||
{ text: '使用二进制文件安装', link: 'https://docs.gitea.com/zh-cn/installation/install-from-binary' },
|
||||
{ text: '包管理器安装', link: 'https://docs.gitea.com/zh-cn/installation/install-from-package' },
|
||||
{ text: '使用源代码安装', link: 'https://docs.gitea.com/zh-cn/installation/install-from-source' },
|
||||
@@ -130,7 +130,7 @@ function sidebarDocument(): DefaultTheme.SidebarItem[] {
|
||||
collapsible: true, // 使整个组可折叠
|
||||
collapsed: true, // 默认展开
|
||||
items: [
|
||||
{ text: '结合AI快速开始', link: 'document/usage/quick-start-with-ai' },
|
||||
{ text: '结合AI快速开始', link: 'devstar/usage/quick-start-with-ai' },
|
||||
{
|
||||
text: 'Actions',
|
||||
collapsible: true, // 使整个组可折叠
|
||||
|
||||
Reference in New Issue
Block a user