-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
48 lines (47 loc) · 1.04 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
site_name: Common Makefiles
theme:
name: material
language: fr
palette:
primary: bluegray
features:
- toc.integrate
repo_url: https://github.com/meteofrance/common_makefiles
repo_name: 'GitHub'
plugins:
- exclude:
glob:
- "_*.md"
- awesome-pages
- search
- macros:
module_name: mkdocs_main
- mkdocs-add-number-plugin:
strict_mode: False
order: 2
increment_topnav: False
increment_pages: False
- autolinks
markdown_extensions:
- footnotes
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- admonition
- attr_list