-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmkdocs.yml
More file actions
116 lines (110 loc) · 3.97 KB
/
mkdocs.yml
File metadata and controls
116 lines (110 loc) · 3.97 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
113
114
115
116
site_name: StarryNight
site_description: StarryNight - toolkit for optical pooled screening
repo_url: https://github.com/broadinstitute/starrynight
edit_uri: blob/main/docs/
# ─── Ignore entire folders ─────────────────────────────────────────────────────
exclude_docs: |
# ignore the entire 'archive' directory
/_archive/
validation:
omitted_files: warn
absolute_links: relative_to_docs
unrecognized_links: warn
anchors: warn
theme:
name: material
# logo: logo.svg
language: en
palette:
- media: '(prefers-color-scheme: light)'
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- media: '(prefers-color-scheme: dark)'
scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/toggle-switch-off-outline
name: Switch to light mode
features:
- navigation.expand
- navigation.indexes
- navigation.sections
- navigation.tabs
- navigation.top
- navigation.tracking
- content.code.copy
nav:
- Home: index.md
- User Guide:
- Getting Started: user/getting-started.md
- Complete Workflow Example: user/example-pipeline-cli.md
- Parser Configuration: user/parser-configuration.md
- Operational Challenges FAQ: user/operational-challenges.md
- Developer Guide:
- System Maintenance: developer/guides/system-maintenance-guide.md
- Workflow Implementation: developer/guides/workflow-implementation-guide.md
- Developer Architecture:
- Overview: architecture/00_architecture_overview.md
- Algorithm Layer: architecture/01_algorithm_layer.md
- CLI Layer: architecture/02_cli_layer.md
- Module Layer: architecture/03_module_layer.md
- Pipeline Layer: architecture/04_pipeline_layer.md
- Execution Layer: architecture/05_execution_layer.md
- Configuration Layer: architecture/06_configuration_layer.md
- Architecture for Biologists: architecture/07_architecture_for_biologists.md
- Practical Integration: architecture/08_practical_integration.md
- Flow Example: architecture/09_architecture_flow_example.md
- Developer Architecture (v2):
- Overview: architecturev2/README.md
- Principles: architecturev2/00-1-principles.md
- Algorithm Layer: architecturev2/01-algorithm.md
- CLI Layer: architecturev2/02-cli.md
- Module Layer: architecturev2/03-module.md
- Pipeline Layer: architecturev2/04-pipeline.md
- Execution Layer: architecturev2/05-execution.md
- Configuration Layer: architecturev2/06-configuration.md
- Examples: architecturev2/99-0-examples.md
- Developer Testing:
- Testing Framework: developer/validation/testing-framework.md
- Pipeline Validation: developer/validation/validation-pipeline-1-illum-calc.md
- Developer Roadmap:
- Design Requirements: developer/roadmap/requirements.md
- Pipeline Automation: developer/roadmap/pipeline-automation.md
- AWS Deployment Strategy: developer/roadmap/aws-deployment-roadmap.md
- Developer Legacy:
- PCPIP Specifications: developer/legacy/pcpip-specs.md
- PCPIP Reference Pipelines: developer/legacy/pcpip-pipelines/pcpip-pipelines.md
plugins:
- search
- mermaid2:
# arguments:
# # test if its __palette_0/1 (dark) or __palette_1/2 (light)
# theme: |
# ^(JSON.parse(__md_get("__palette").index == 1)) ? 'dark' : 'light'
markdown_extensions:
- attr_list
- admonition
- footnotes
- md_in_html
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format