-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
87 lines (80 loc) · 2.17 KB
/
mkdocs.yml
File metadata and controls
87 lines (80 loc) · 2.17 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
site_name: ffmpeg-studio
site_url: https://electro199.github.io/ffmpeg-studio/
theme:
name: material
palette:
- scheme: default
primary: blue
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
accent: deep purple
primary: deep purple
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
- navigation.footer
- content.code.copy
- content.admonitions
- content.tabs.link
- navigation.section
code:
highlight_theme: material-dark
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.snippets:
plugins:
- search
- autorefs
- mkdocstrings:
handlers:
python:
options:
show_source: false
show_root_heading: true
show_root_full_path: false
show_object_full_path: false
separate_signature: true
group_by_category: true
heading_level: 2
# show_if_no_docstring: true
docstring_section_style: table
# merge_init_into_class: true
show_symbol_type_heading: true
# inherited_members: true
nav:
- Home: index.md
- Installation: installation.md
- Features : features.md
- Getting Started: getting-started.md
- Basics : basics.md
- Tutorials:
- tutorial/making_input.md
- tutorial/video_input.md
- tutorial/subclip.md
- tutorial/stream_selection.md
- tutorial/stream_iteration.md
- tutorial/media_info.md
- tutorial/global_flags.md
- tutorial/output.md
- Examples:
- Conversion: example/conversion.md
- Audio Mixing: example/audio_mixing.md
- Mosaic: example/mosaic.md
- Graph Diagram: example/ghraph_diagram.md
- Progress Bar: example/progress_bar.md
- Text Fuzzing: example/text_fuzzing.md
- API Reference:
- Index : api_reference/index.md
- Inputs: api_reference/inputs.md
- Filters: api_reference/filters.md
# - FAQ: faq.md
# - Contributing: contributing.md