-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
132 lines (132 loc) · 4.25 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
120
121
122
123
124
125
126
127
128
129
130
131
132
copyright: >
Copyright © 2022 ELIXIR Cloud & AAI –
<a href="#__consent">Change cookie settings</a>
edit_uri: edit/main/docs/
extra:
analytics:
feedback:
title: Was this page helpful?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/emoticon-sad-outline
name: This page could be improved
data: 0
note: >-
Thanks for your feedback! Help us improve this page by
using our <a href="..." target="_blank" rel="noopener">feedback
form</a>.
provider: google
property: G-65GGNT08KH
consent:
cookies:
analytics:
name: Google Analytics
checked: false
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
title: Cookie consent
social:
- icon: custom/elixir-cloud-aai
link: https://elixir-cloud.dcc.sib.swiss/
name: ELIXIR Cloud & AAI website
- icon: custom/elixir
link: https://elixir-europe.org/
name: ELIXIR website
- icon: custom/ga4gh
link: https://ga4gh.org/
name: GA4GH website
- icon: custom/github
link: /~https://github.com/elixir-cloud-aai
name: ELIXIR Cloud & AAI GitHub organization
- icon: custom/twitter
link: https://twitter.com/ELIXIRcloud_aai
name: ELIXIR Cloud & AAI Twitter profile
- icon: custom/slack
link: https://join.slack.com/t/elixir-cloud/shared_invite/enQtNzA3NTQ5Mzg2NjQ3LTZjZGI1OGQ5ZTRiOTRkY2ExMGUxNmQyODAxMDdjM2EyZDQ1YWM0ZGFjOTJhNzg5NjE0YmJiZTZhZDVhOWE4MWM
name: ELIXIR Cloud & AAI Slack board
- icon: custom/forum
link: /~https://github.com/elixir-cloud-aai/elixir-cloud-aai/discussions
name: ELIXIR Cloud & AAI Q&A forum
- icon: custom/email
link: mailto:cloud-service@elixir-europe.org
name: ELIXIR Cloud & AAI service email
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- md_in_html
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
options:
custom_icons:
- overrides/.icons
- pymdownx.snippets:
auto_append:
- includes/abbreviations.md
- includes/references.md
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
nav:
- Home: "index.md"
- Guides:
- Users:
- "guides/guide-user/index.md"
- Developers:
- "guides/guide-dev/index.md"
- Administrators:
- "guides/guide-admin/index.md"
- Contributors:
- "guides/guide-contributor/index.md"
- "Workflow": "guides/guide-contributor/workflow.md"
- "General guidelines": "guides/guide-contributor/general-guidelines.md"
- "Managing projects": "guides/guide-contributor/managing-projects.md"
- Language-specific guidelines:
- "guides/guide-contributor/language-specific/index.md"
- "Python": "guides/guide-contributor/language-specific/python.md"
- About:
- "Contact": "about/contact.md"
- "License": "about/license.md"
- "Code of Conduct": "about/code-of-conduct.md"
- "Release Notes": "about/release-notes.md"
plugins:
- search
repo_name: Visit us on GitHub
repo_url: /~https://github.com/elixir-cloud-aai/elixir-cloud-aai.github.io
site_name: ELIXIR Cloud & AAI Documentation Hub
theme:
custom_dir: overrides
features:
- announce.dismiss
- navigation.indexes
- navigation.instant
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
favicon: images/logo.32px.png
icon:
repo: fontawesome/brands/github
language: en
logo: images/logo.256px.png
name: material
palette:
scheme: default
primary: blue grey
accent: indigo