-
Notifications
You must be signed in to change notification settings - Fork 22
/
mkdocs.yml
119 lines (111 loc) · 3.2 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
---
# Project information
site_name: eCOBIDAS
repo_name: Remi-Gau/eCobidas
repo_url: https://github.com/Remi-Gau/eCobidas
# docs_dir: alternative_path # docs/ is the default folder
# This will use Material them
theme:
name: material
language: en
palette:
- media: (prefers-color-scheme)
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: '(prefers-color-scheme: light)'
primary: blue
accent: light blue
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: '(prefers-color-scheme: dark)'
primary: blue
accent: light blue
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to system preference
features:
- announce.dismiss
- content.action.edit
- content.code.annotate
- content.tooltips
- footnotes
- header.autohide
- navigation.footer
- navigation.indexes
- navigation.instant
- navigation.path
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- search.suggest
- search.highlight
- toc.follow
icon:
repo: fontawesome/brands/github
edit: material/pencil
annotation: material/arrow-right-circle
plugins:
- search
- macros:
module_name: macros/main
edit_uri: https://github.com/Remi-Gau/eCobidas/edit/main/docs/
exclude_docs: |
communication/README.md
communication/abstracts/OHBM-2020-abstract.md
communication/abstracts/OHBM-hackathon-2019-project-description.md
methods_writing/README.md
# Pages
nav:
- Welcome: index.md
- Motivations: motivations.md
- Goals:
- goals/goals.md
- Short term: goals/short-term.md
- Mid term: goals/mid-term.md
- Long term: goals/long-term.md
- Apps: apps.md
- Meta-analysis: meta-analysis.md
- Contributing:
- contributing/contributing.md
- General organization: contributing/general-organization.md
- Setup: contributing/setup.md
- Spreadsheets: contributing/spreadsheets.md
- Checklist: contributing/preview.md
- Contributors: contributing/contributors.md
- References: references.md
- Contact: contact.md
# list of extension
markdown_extensions:
- abbr
- admonition
- attr_list
- md_in_html
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:material.extensions.emoji.to_svg
emoji_index: !!python/name:material.extensions.emoji.twemoji
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- tables
- toc:
anchorlink: true
extra:
generator: false
social:
- icon: fontawesome/brands/github
link: https://github.com/Remi-Gau/eCobidas
# - icon: simple-mattermost
# link: https://mattermost.brainhack.org/brainhack/channels/cobidas_checklist
- icon: fontawesome/brands/google
link: https://groups.google.com/d/forum/cobidas-checklist
annotate:
json: [.s2]