-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
88 lines (80 loc) · 2.88 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
site_name: CDS Specification
dev_addr: 127.0.0.1:3000
theme:
name: material
language: en
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: cyan
accent: pink
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: orange
accent: cyan
toggle:
icon: material/weather-night
name: Switch to light mode
features:
- search.suggest
- search.highlight
- search.share
- navigation.footer
- content.action.edit
extra_css:
- stylesheets/style.css
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/AI-READI
- icon: fontawesome/solid/paper-plane
link: mailto:[email protected]
copyright: >
Copyright © 2024 AI-READI -
<a href="#__consent">Change cookie settings</a>
repo_url: https://github.com/AI-READI/cds-specification
repo_name: AI-READI/cds-specification
edit_uri: edit/main/docs/
plugins:
- search
- git-authors
- git-revision-date-localized:
enable_creation_date: true
- print-site
nav:
- Introduction to the CDS: index.md
- About this documentation: about.md
- How to reference the CDS: referencing.md
- CDS Specification:
- General principles: specification/general-principles.md
- Root-level directory structure: specification/root-directory-structure.md
- Datatype directory structure: specification/datatype-directory-structure.md
- Root-level metadata files:
- README.md: specification/root-metadata-files/readme.md
- LICENSE.txt: specification/root-metadata-files/license.md
- healthsheet.md: specification/root-metadata-files/healthsheet.md
- CHANGELOG.md: specification/root-metadata-files/changelog.md
- study_description.json: specification/root-metadata-files/study-description.md
- dataset_description.json: specification/root-metadata-files/dataset-description.md
- dataset_structure_description.json: specification/root-metadata-files/dataset-structure-description.md
- participants.tsv and .json: specification/root-metadata-files/participants.md
- Implementing the CDS:
- Step-by-Step Guide: implementing-cds/step-by-step-guide.md
- Templates: implementing-cds/templates.md
- Examples: implementing-cds/examples.md
- Design Rationale:
- Overview: design-rationale/overview.md
- Resources:
- Changelog: resources/changelog.md
- Governance: resources/governance.md
- Feedback: resources/contributing.md