-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
66 lines (66 loc) · 1.58 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
site_name: Diagho Documentation
site_author: DiaghoProject
copyright: 2020 - 2021 © DiaghoProject
site_url: https://docs.diagho.com/
repo_name: DiaghoProject/docs
repo_url: https://github.com/DiaghoProject/docs
edit_uri: 'edit/main/src/'
docs_dir: 'src'
site_dir: 'docs'
theme:
language: en
name: material
custom_dir: overrides/material
palette:
primary: deep purple
accent: orange
font:
text: Roboto
code: Roboto Mono
favicon: images/favicon.png
logo: images/favicon.png
icon:
repo: fontawesome/brands/git-alt
features:
- navigation.indexes
plugins:
- search:
lang:
- fr
- en
- awesome-pages
- git-revision-date-localized:
type: date
fallback_to_build_date: true
markdown_extensions:
- abbr
- admonition
- attr_list
- footnotes
- meta
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.snippets:
auto_append:
- glossary.md
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.highlight:
linenums: true
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/DiaghoProject
name: DiaghoProject on GitHub
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/tablesort/5.2.1/tablesort.min.js
- javascripts/tables.js