Skip to content

Commit

Permalink
docs:init
Browse files Browse the repository at this point in the history
  • Loading branch information
MliKiowa committed Mar 2, 2024
1 parent e5b5c79 commit 83bc505
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/.vitepress/en-US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,19 @@ function nav() {
function sidebarGuide() {
return [
{
text: 'Configuration',
text: 'Basic Configuration',
collapsed: false,
items: [
{ text: 'Quick Start', link: 'guide/getting-started', activeMatch: '/en-US/guide/' },
{ text: 'Config', link: 'guide/configuration', activeMatch: '/en-US/guide/' },

{ text: 'Q&A', link: 'guide/faq', activeMatch: '/en-US/guide/' }
]
},{
text: 'Pro Configuration',
collapsed: false,
items: [{ text: 'Voice With FFempg', link: 'guide/voice', activeMatch: '/en-US/guide/' }]

}
];
}
Expand Down
5 changes: 5 additions & 0 deletions docs/.vitepress/zh-CN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ function sidebarGuide() {
{ text: '配置选项', link: 'guide/configuration', activeMatch: '/zh-CN/guide/' },
{ text: '常见问题', link: 'guide/faq', activeMatch: '/zh-CN/guide/' }
]
}, {
text: '进阶配置',
collapsed: false,
items: [{ text: '语音配置', link: 'guide/voice', activeMatch: '/en-US/guide/' }]

}
];
}
Expand Down
1 change: 1 addition & 0 deletions docs/en-US/develop/about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
当前文档最新版本 : 3.11.0
5 changes: 5 additions & 0 deletions docs/en-US/guide/configuration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# 配置
图形化GUI配置

## ffempg配置
参考侧栏 语音配置
2 changes: 2 additions & 0 deletions docs/en-US/guide/voice.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 配置FFempg
暂无文档
1 change: 1 addition & 0 deletions docs/zh-CN/develop/about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
当前文档最新版本 : 3.11.0
5 changes: 5 additions & 0 deletions docs/zh-CN/guide/configuration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# 配置
图形化GUI配置

## ffempg配置
参考侧栏 语音配置
2 changes: 2 additions & 0 deletions docs/zh-CN/guide/voice.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 配置FFempg
暂无文档

0 comments on commit 83bc505

Please sign in to comment.