-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
93 lines (89 loc) · 2.33 KB
/
Copy pathmkdocs.yml
File metadata and controls
93 lines (89 loc) · 2.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
site_name: Talk2Scene
site_url: https://discover304.top/talk2scene/
site_description: Convert audio dialogue into animated scene events
site_author: Talk2Scene Team
repo_url: https://github.com/yhbcode000/talk2scene
repo_name: yhbcode000/talk2scene
edit_uri: edit/main/docs/
theme:
name: material
language: en
palette:
- scheme: slate
primary: deep purple
accent: pink
toggle:
icon: material/brightness-4
name: Switch to light mode
- scheme: default
primary: deep purple
accent: pink
toggle:
icon: material/brightness-7
name: Switch to dark mode
features:
- navigation.tabs
- navigation.sections
- navigation.top
- search.highlight
- content.code.copy
plugins:
- search
- i18n:
docs_structure: suffix
fallback_to_default: true
languages:
- locale: en
default: true
name: English
build: true
- locale: zh
name: 中文
build: true
site_name: Talk2Scene
site_description: 将音频对话转换为动画场景事件
nav_translations:
Home: 首页
Installation: 安装
CLI Usage: CLI 使用
Configuration: 配置
Redis Streaming: Redis 流式传输
JSONL Schema: JSONL 格式
Frontend: 前端查看器
Assets: 素材资源
Scene Renderer: 场景渲染器
Evaluation: 评估
Whitelist: 白名单
nav:
- Home: index.md
- Installation: installation.md
- CLI Usage: cli-usage.md
- Configuration: configuration.md
- Redis Streaming: redis-streaming.md
- JSONL Schema: jsonl-schema.md
- Frontend: frontend.md
- Assets: assets.md
- Scene Renderer: renderer.md
- Evaluation: evaluation.md
- Whitelist: whitelist.md
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.details
- toc:
permalink: true
- attr_list
- md_in_html
- tables