-
-
Notifications
You must be signed in to change notification settings - Fork 62
Expand file tree
/
Copy pathmkdocs.yml
More file actions
154 lines (142 loc) · 4.16 KB
/
mkdocs.yml
File metadata and controls
154 lines (142 loc) · 4.16 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
site_name: RapidVideOCR 文档
site_url: https://swhl.github.io/RapidVideOCR/
site_author: SWHL
site_description:
🎦 Extract video hard subtitles and automatically generate corresponding srt files.
repo_name: SWHL/RapidVideOCR
repo_url: https://github.com/SWHL/RapidVideOCR
copyright: Copyright © 2025 Maintained by SWHL.
theme:
name: material
language: zh
custom_dir: overrides
features:
- announce.dismiss
- content.tooltips
- content.code.copy
- content.tabs.link
- content.footnote.tooltips
- navigation.expand # 默认打开所有的子节
- navigation.tabs # 顶级索引被作为tab
- navigation.tabs.sticky # tab始终可见
- navigation.top # 开启顶部导航栏
- navigation.tracking # 导航栏跟踪
- navigation.footer
- navigation.indexes
- search.highlight # 搜索高亮
- search.share # 搜索分享
- search.suggest # 搜索建议
- toc.follow # 目录跟踪-页面右侧的小目录
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to system preference
icon:
logo: logo
previous: fontawesome/solid/angle-left
next: fontawesome/solid/angle-right
repo: fontawesome/brands/github
tag:
default-tag: fontawesome/solid/tag
hardware-tag: fontawesome/solid/microchip
software-tag: fontawesome/solid/laptop-code
plugins:
- tags
- search:
separator: '[\s\u200b\-_,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
- i18n:
docs_structure: suffix
fallback_to_default: true
reconfigure_material: true
reconfigure_search: true
languages:
- locale: zh
name: 简体中文
default: true
build: true
- locale: en
name: English
site_name: RapidVideOCR Documentation
link: /en/
nav_translations:
概览: Overview
快速开始: Quick Start
在线demo: Online Demo
使用教程: Tutorial
初级教程: Beginner Tutorial
中级教程: Intermediate Tutorial
高级教程: Senior Tutorial
博客: Blog
如何识别其他语言字幕?: How to recognize other language subtitle?
常见问题: FAQ
赞助: Sponsor
更新日志: Changelog
- git-committers:
repository: SWHL/RapidVideOCR
branch: main
token: !!python/object/apply:os.getenv ["MKDOCS_GIT_COMMITTERS_APIKEY"]
- git-revision-date-localized:
enable_creation_date: true
markdown_extensions:
- abbr
- attr_list
- pymdownx.snippets
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- footnotes
- def_list
- md_in_html
- tables
- pymdownx.tasklist:
custom_checkbox: true
- toc:
permalink: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.details
extra:
version:
provider: mike
nav:
- 概览: index.md
- 快速开始: quickstart.md
- 在线demo: online_demo.md
- 使用教程:
- 初级教程: tutorial/beginner.md
- 中级教程: tutorial/intermediate.md
- 高级教程: tutorial/senior.md
- 常见问题: faq.md
- 博客:
- 如何识别其他语言字幕?: blog/posts/rec_other_lan.md
- 赞助: sponsor.md
- 更新日志: changelog.md