-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
183 lines (172 loc) · 5.49 KB
/
mkdocs.yml
File metadata and controls
183 lines (172 loc) · 5.49 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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
site_name: CORA
site_description: An agent-native operations platform for large-scale research facilities
site_url: https://xmap.github.io/cora/
site_author: Doga Gursoy
repo_url: https://github.com/xmap/cora
repo_name: xmap/cora
edit_uri: edit/main/docs/
docs_dir: docs
theme:
name: material
custom_dir: overrides
features:
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky
- navigation.indexes
- navigation.top
- navigation.tracking
- navigation.expand
- toc.follow
- search.suggest
- search.highlight
- search.share
- content.code.copy
- content.action.edit
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: custom
accent: custom
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: custom
accent: custom
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: Inter
code: JetBrains Mono
favicon: assets/favicon.svg
icon:
repo: fontawesome/brands/github
nav:
- Home: index.md
- Architecture:
- architecture/index.md
- Model: architecture/model.md
- State: architecture/state.md
- Surfaces: architecture/surfaces.md
- Standards: architecture/standards.md
- Modules:
- architecture/modules/index.md
- Run: architecture/modules/run/index.md
- Safety: architecture/modules/safety/index.md
- Caution: architecture/modules/caution/index.md
- Calibration: architecture/modules/calibration/index.md
- Agent: architecture/modules/agent/index.md
- Campaign: architecture/modules/campaign/index.md
- Operation: architecture/modules/operation/index.md
- Supply: architecture/modules/supply/index.md
- Access: architecture/modules/access/index.md
- Equipment: architecture/modules/equipment/index.md
- Recipe: architecture/modules/recipe/index.md
- Trust: architecture/modules/trust/index.md
- Subject: architecture/modules/subject/index.md
- Data: architecture/modules/data/index.md
- Decision: architecture/modules/decision/index.md
- Federation: architecture/modules/federation/index.md
- Stack:
- stack/index.md
- Backend: stack/backend.md
- Frontend: stack/frontend.md
- Data: stack/data.md
- Auth: stack/auth.md
- Observability: stack/observability.md
- Operations: stack/operations.md
- Deferred: stack/deferred.md
- Deployments:
- deployments/index.md
- Argonne:
- deployments/argonne/index.md
- Assets: deployments/argonne/assets.md
- APS:
- deployments/aps/index.md
- Assets: deployments/aps/assets.md
- Actors: deployments/aps/actors.md
- Agents: deployments/aps/agents.md
- Practices: deployments/aps/practices.md
- Clearances: deployments/aps/clearances.md
- Supplies: deployments/aps/supplies.md
- Cautions: deployments/aps/cautions.md
- 2-BM:
- deployments/2-bm/index.md
- Assets: deployments/2-bm/assets.md
- Calibrations: deployments/2-bm/calibrations.md
- Actors: deployments/2-bm/actors.md
- Procedures: deployments/2-bm/procedures.md
- Subjects: deployments/2-bm/subjects.md
- Runs: deployments/2-bm/runs.md
- Campaigns: deployments/2-bm/campaigns.md
- Cautions: deployments/2-bm/cautions.md
- Supplies: deployments/2-bm/supplies.md
- Datasets: deployments/2-bm/datasets.md
- Decisions: deployments/2-bm/decisions.md
- Policies: deployments/2-bm/policies.md
- 35-BM:
- deployments/35-bm/index.md
- Catalog:
- catalog/index.md
- Capabilities: catalog/capabilities.md
- Methods: catalog/methods.md
- Families: catalog/families.md
- Talks: talks.md
- Reference:
- reference/index.md
- Workflow: reference/workflow.md
- Layout: reference/layout.md
- Modeling: reference/modeling.md
- Affordances: reference/affordances.md
- Patterns: reference/patterns.md
- Conventions: reference/conventions.md
- Runtime: reference/runtime.md
- Glossary: reference/glossary.md
- Contributing: reference/contributing.md
markdown_extensions:
- admonition
- attr_list
- def_list
- md_in_html
- tables
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true
toc_depth: 2
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/hero-fade.js
- javascripts/nav-transition.js
- javascripts/section-reveal.js
- javascripts/nav-theme.js
- javascripts/toc-active.js
plugins:
- search
hooks:
- scripts/mkdocs_hooks.py
not_in_nav: |
architecture/modules/_template.md
# Note: contributing.md is staged into docs/ at build time from the repo
# root CONTRIBUTING.md by .github/workflows/docs.yml (see scripts/stage_docs.py).
# For local `mkdocs serve` it is absent and mkdocs will warn; build with
# `make docs-build` to stage it first. index.md is hand-crafted and lives in docs/.
strict: false