forked from ffmpeg-ru/wiki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
51 lines (49 loc) · 1.25 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
50
51
site_name: FFmpeg вики русскоязычное сообщество
site_url: https://ffmpeg-ru.github.io/wiki/
repo_name: ffmpeg-ru/wiki
repo_url: https://github.com/ffmpeg-ru/wiki
copyright: Copyright © <a href="https://t.me/ffmpeg" target="_blank" rel="noopener">FFmpeg русскоязычное сообщество</a>, 2021
theme:
name: material
custom_dir: overrides
language: ru
favicon: media/favicon.ico
features:
- navigation.instant
palette:
primary: green
logo: media/logo.png
plugins:
- search:
lang:
- en
- ru
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- tables
- pymdownx.snippets
- pymdownx.details
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.betterem
- toc:
permalink: true
extra:
social:
- icon: fontawesome/solid/mail-bulk
link: mailto:e.medvedev@yucca.app
- icon: fontawesome/brands/telegram
link: https://t.me/yuccastream
- icon: fontawesome/brands/github
link: https://github.com/ffmpeg-ru/wiki
nav:
- index.md
- "Сделать вклад": contribute.md
- Заметки:
- "Детекция двидения": notes/motion_detection.md