feat: update docs (#204)

* feat: update docs

* feat: update docs
This commit is contained in:
Dream Hunter
2024-05-05 17:45:02 +08:00
committed by GitHub
parent 66a6d40499
commit 9d84eb0634
3 changed files with 21 additions and 2 deletions
+1
View File
@@ -132,6 +132,7 @@ function sidebarGuide(): DefaultTheme.SidebarItem[] {
items: [
{ text: '配置 SMTP 代理服务', link: 'feature/config-smtp-proxy' },
{ text: '发送邮件 API', link: 'feature/send-mail-api' },
{ text: '查看邮件 API', link: 'feature/mail-api' },
{ text: '配置子域名邮箱', link: 'feature/subdomain' },
]
},