generated from ghga-de/microservice-repository-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yaml
129 lines (118 loc) · 3.78 KB
/
mkdocs.yaml
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
# Copyright 2021 - 2023 Universität Tübingen, DKFZ, EMBL, and Universität zu Köln
# for the German Human Genome-Phenome Archive (GHGA)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
docs_dir: user_docs
# Project information
site_name: GHGA User Documentation
site_description: Public documentation for users of the German Human Genome-Phenome Archive.
site_author: The GHGA Team
site_url: https://docs.ghga.de
docs_dir: user_docs
# Repository
repo_name: GHGA User Documentation
repo_url: https://github.com/ghga-de/docs/
edit_uri: "edit/main/docs/"
# Copyright
copyright: 2023 The GHGA Team
# Theming, Configuration
theme:
name: material
custom_dir: overrides
logo: logo.svg
favicon: favicon.png
font: false
palette:
primary: custom
strict: false
extra_css:
- css/extra.css
# Plugins
plugins:
- search
- git-revision-date-localized
- include_dir_to_nav
- ezglossary: #glossary plugin - see https://realtimeprojects.github.io/mkdocs-ezglossary/
tooltip: full # adds tooltips on hover
# Additional configuration
extra:
consent:
title: Cookie consent
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.
social:
- icon: fontawesome/brands/github
link: https://github.com/ghga-de
- icon: fontawesome/brands/mastodon
link: https://genomic.social/@ghga
- icon: fontawesome/brands/twitter
link: https://twitter.com/ghga_DE
# Extensions
markdown_extensions:
- admonition
- attr_list
- markdown.extensions.tables
- markdown.extensions.admonition
- markdown.extensions.codehilite:
guess_lang: false
- markdown.extensions.def_list
- markdown.extensions.footnotes
- markdown.extensions.meta
- markdown.extensions.toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.blocks.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: squidfunk
repo: mkdocs-material
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- pymdownx.tabbed
- pymdownx.snippets:
base_path: user_docs/snippets
# Page tree
nav:
- "Overview": index.md
- "User Stories":
- "Browsing Data": user_stories/browsing_data.md
- "Accessing Data": user_stories/accessing_data.md
- "Submitting Data":
- "Overview": user_stories/submission/submitting_data.md
- "Preparing a Data Processing Contract": user_stories/submission/dpc_preparation.md
- "Data Preparation Guide": user_stories/submission/submitter_guide.md
- "GHGA Metadata Model":
- "Overview": metadata/overview.md
- "Entities & Attributes": metadata/entities.md
- "Standards": metadata/standards.md
- "Data Dictionary": metadata/data_dictionary
- "CLI Tools": cli_tools
- "FAQ": faq.md
- "Glossary": glossary.md