-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
49 lines (47 loc) · 1.12 KB
/
mkdocs.yml
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
site_name: Synthesia Video Converter
repo_url: https://github.com/edvein-rin/synthesia-video-converter
repo_name: edvein-rin/synthesia-video-converter
edit_uri: edit/main/docs/
theme:
name: material
language: en
features:
- navigation.instant
- navigation.tabs
- navigation.sections
- navigation.top
- content.action.edit
icon:
logo: material/piano
repo: fontawesome/brands/github-alt
font:
text: Lato
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
toggle:
icon: material/brightness-4
name: Switch to light mode
markdown_extensions:
- attr_list
- md_in_html
- toc:
permalink: true
extra_css:
- stylesheets/extra.css
extra:
generator: false
nav:
- Home: index.md
- Theory:
- Algorithm: algorithm.md
- Comparison of Existing Solutions: comparison-of-existing-solutions.md
- Development:
- Project Structure: project-structure.md