forked from LimeDrive/stream-fusion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
91 lines (83 loc) · 1.91 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
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
site_name: StreamFusion Stack
site_url: https://limedrive.github.io/stream-fusion
repo_url: https://github.com/LimeDrive/stream-fusion
repo_name: LimeDrive/stream-fusion
theme:
name: material
language: fr
icon:
repo: fontawesome/brands/github
annotation: material/arrow-right-circle
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: custom
accent: custom
toggle:
icon: material/brightness-7
name: Passer au mode sombre
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: custom
accent: custom
toggle:
icon: material/brightness-4
name: Passer au mode clair
font:
text: Poppins
code: JetBrains Mono
features:
- navigation.tracking
- navigation.tabs
- navigation.top
- search.suggest
- search.highlight
- content.code.copy
- content.code.select
- content.code.annotate
- language.selector
extra_css:
- stylesheets/extra.css
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/LimeDrive/stream-fusion
# alternate:
# - name: Français
# link: /fr/
# lang: fr
# - name: English
# link: /en/
# lang: en
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- pymdownx.details
- meta
- attr_list
plugins:
- search
- awesome-pages:
filename: .pages
collapse_single_pages: true
strict: false
order: asc
- i18n:
docs_structure: folder
fallback_to_default: true
reconfigure_material: true
reconfigure_search: true
languages:
- locale: fr
default: true
name: Français
build: true
- locale: en
name: English
build: true