-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yaml
More file actions
86 lines (78 loc) · 2.21 KB
/
mkdocs.yaml
File metadata and controls
86 lines (78 loc) · 2.21 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
site_name: Phlowers
site_url : http://phlowers.readthedocs.com
repo_url: https://github.com/phlowers/
copyright: Copyright © 2025 RTE France. Unless otherwise indicated, content is licensed under CC-BY-4.0.
theme:
name: "material"
logo: _static/phlowers_fullsize.svg
favicon: _static/phlowers_fullsize.svg
features:
- toc.integrate
- navigation.footer
- navigation.tabs
- navigation.tabs.sticky
- search.highlight
- search.suggest
- toc.follow
language: en
icon:
repo: fontawesome/brands/github
highlightjs: true
hljs_languages:
- yaml
- python
- typescript
- bash
palette:
- primary: indigo
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
nav:
- Home: index.md
- Code of conduct: pages/code_of_conduct.md
- Contributing: pages/contributing.md
plugins:
- search
- offline
markdown_extensions:
- admonition # https://squidfunk.github.io/mkdocs-material/reference/admonitions/#collapsible-blocks
# - tables
- pymdownx.extra
- pymdownx.highlight:
pygments_lang_class: true
linenums: true
- pymdownx.superfences
- pymdownx.snippets:
check_paths: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.arithmatex:
generic: true
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/phlowers
name: phlowers on Github
- icon: fontawesome/brands/x-twitter
link: https://x.com/rte_france
name: RTE France on Twitter
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/user/myRTEtube
name: RTE France on Youtube
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/rte_245681
name: RTE France on LinkedIn
- icon: fontawesome/brands/instagram
link: https://www.instagram.com/rte_france
name: RTE France on Instagram
# version:
# provider: mike