-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
112 lines (107 loc) · 3.63 KB
/
Copy pathmkdocs.yml
File metadata and controls
112 lines (107 loc) · 3.63 KB
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
site_name: SVCv4 Classification Model
site_description: GA4GH GKS VA-Spec community profile for the ACMG/AMP/CAP/ClinGen SVCv4 Standards
site_url: https://clingen-data-model.github.io/svcv4-model/
repo_url: https://github.com/clingen-data-model/svcv4-model
repo_name: clingen-data-model/svcv4-model
edit_uri: edit/main/docs/
strict: true
theme:
name: material
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.indexes
- navigation.top
- toc.follow
- content.code.copy
- content.action.edit
- content.action.view
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/weather-night
name: Switch to light mode
extra_css:
- assets/stylesheets/applicability.css
plugins:
- search
- mkdocstrings:
default_handler: python
handlers:
python:
paths: [src]
options:
show_source: false
show_root_heading: true
show_root_full_path: false
show_signature_annotations: true
separate_signature: true
members_order: source
heading_level: 2
merge_init_into_class: true
show_bases: true
docstring_section_style: table
markdown_extensions:
- admonition
- attr_list
- md_in_html
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- tables
- toc:
permalink: true
nav:
- Overview:
- Home: index.md
- SVCv4 Standards in brief: overview/svcv4-in-brief.md
- How SVCv4 maps to the model: overview/alignment.md
- What this project is — and isn't: overview/scope.md
- Getting Started:
- "Show your work: structured evidence": getting-started/show-your-work.md
- The assertion framework: getting-started/assertion-framework.md
- Evidence Lines & Evidence Items: getting-started/evidence-lines-and-items.md
- Capture your first case: getting-started/first-case.md
- Workflows:
- Workflows overview: workflows/index.md
- Human Observational Data (HOD):
- workflows/hod/index.md
- Clinical Observations (CLN):
- workflows/hod/cln/index.md
- Affected (CLN_AFF): workflows/hod/cln/cln-aff.md
- De novo (CLN_DNV): workflows/hod/cln/cln-dnv.md
- Alternative Cause (CLN_ALT): workflows/hod/cln/cln-alt.md
- Unaffected (CLN_UAF): workflows/hod/cln/cln-uaf.md
- Population (POP): workflows/hod/pop.md
- Locus Specificity (LOC): workflows/hod/loc.md
- Predictive & Functional Data (PFD):
- workflows/pfd/index.md
- Case model & applicability: workflows/case-model.md
- Examples:
- Examples overview: examples/index.md
- Reference:
- Model reference: reference/model.md
- JSON Schemas: reference/schemas.md
- Summary Table: reference/summary-table.md
- VA-Spec community profile: reference/va-spec-profile.md
- Glossary: reference/glossary.md
- "Interop: GA4GH GKS": reference/gks-interop.md
- "Interop: ClinGen CSpec": reference/cspec-interop.md
- Contributing: reference/contributing.md
- Credits & acknowledgements: reference/credits.md