chore: complete docs
This commit is contained in:
@@ -32,7 +32,17 @@ export default defineConfig({
|
||||
'/guide/': [
|
||||
{ text: '介绍', link: '/guide/introduction' },
|
||||
{ text: '特色功能', link: '/guide/features' },
|
||||
{ text: '消息模板', link: '/guide/template' },
|
||||
{
|
||||
text: '功能使用',
|
||||
items: [
|
||||
{ text: '渠道配置', link: '/guide/channels' },
|
||||
{ text: '发送任务', link: '/guide/tasks' },
|
||||
{ text: '消息模板', link: '/guide/template' },
|
||||
{ text: '定时消息', link: '/guide/scheduled-messages' },
|
||||
{ text: '托管消息', link: '/guide/self-hosted-messages' },
|
||||
{ text: '系统设置', link: '/guide/settings' }
|
||||
]
|
||||
},
|
||||
{ text: '更新日志', link: '/guide/changelog' }
|
||||
],
|
||||
'/deployment/': [
|
||||
|
||||
Reference in New Issue
Block a user