feat: update doc (#142)

This commit is contained in:
Dream Hunter
2024-04-16 22:25:38 +08:00
committed by GitHub
parent 7a5ac89889
commit 99e1bdc30d
4 changed files with 20 additions and 42 deletions
+7
View File
@@ -119,6 +119,13 @@ function sidebarGuide(): DefaultTheme.SidebarItem[] {
{ text: '配置发送邮件', link: 'config-send-mail' },
]
},
{
text: '通过 Github Actions 部署',
collapsed: false,
items: [
{ text: '开发中', link: 'github-action' },
]
},
{
text: '功能简介',
collapsed: false,