-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmkdocs-interface.yml
More file actions
385 lines (351 loc) · 19.5 KB
/
Copy pathmkdocs-interface.yml
File metadata and controls
385 lines (351 loc) · 19.5 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
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
# User Interface — platform UI components, entity management, and designer tools.
# Deploy to: docs.mat3ra.com/interface/
INHERIT: mkdocs-base.yml
docs_dir: !!python/object/apply:os.getenv ["DOCS_DIR", "lang/en/docs"]
# Exclude pages that belong to other sites.
exclude_docs: |
# Concepts-only top-level dirs
benchmarks/
data/
data-structured/
methods/
methods-directory/
models/
models-directory/
properties-directory/
security/
site-policy/
software/
# Resources site top-level dirs
data-on-disk/
infrastructure/
# Developers site top-level dirs
rest-api/
other/terms-of-service.md
# Guide site top-level dirs
getting-started/
pricing/
software-directory/
tutorials/
migrating-to-new-platform.md
# CLI site top-level dirs
cli/
/jobs-cli/
remote-connection/
# Concepts-only pages in shared dirs
accounts/overview.md
accounts/users.md
accounts/balance.md
accounts/payments-charges.md
accounts/quota.md
accounts/service-levels.md
accounts/collections.md
collaboration/organizations/
entities-general/overview.md
entities-general/data.md
entities-general/sets.md
entities-general/bank.md
entities-general/permissions.md
entities-general/default.md
entities-general/lifecycle.md
entities-general/ownership.md
jobs/overview.md
jobs/projects.md
jobs/data.md
jobs/status.md
materials/overview.md
materials/data.md
materials/bank.md
materials/default.md
materials/classification/
properties/overview.md
properties/classification/
properties/lifecycle/
properties/data/
workflows/overview.md
workflows/bank.md
workflows/default.md
workflows/addons/
workflows/components/
workflows/data/
workflows/templating/
other/publications.md
other/documentation.md
other/citation.md
other/faq.md
other/support.md
other/community-programs.md
other/registration.md
# Resources site pages in shared dirs
data-in-objectstorage/overview.md
data-in-objectstorage/files.md
data-in-objectstorage/security.md
data-in-objectstorage/dropbox.md
# Other sites' homepages
index.md
index-guide.md
index-concepts.md
index-dev.md
index-resources.md
index-developers.md
index-standards.md
index-cli.md
# Data Standards site pages
software-directory/modeling/vasp/data.md
software-directory/modeling/quantum-espresso/data.md
software-directory/scripting/python/data.md
software-directory/scripting/shell/data.md
software-directory/scripting/jupyter-lab/data.md
software-directory/machine-learning/python-ml/data.md
models/data.md
methods/data.md
software/data.md
models-directory/dft/data.md
models-directory/machine-learning/data.md
methods-directory/pseudopotential/data.md
methods-directory/linear-regression/data.md
materials/data.md
jobs/data.md
validation:
nav:
omitted_files: info
not_found: warn
links:
absolute_links: info
site_name: "User Interface"
site_url: https://docs.mat3ra.com/interface
site_description: "Platform interface components, entity management, designer tools, and actions reference for the Mat3ra platform."
dev_addr: "localhost:8004"
theme:
features:
- announce.dismiss
- content.action.edit
- content.code.annotate
- content.code.copy
- content.tooltips
- navigation.footer
- navigation.top
- search.highlight
- search.suggest
extra:
# Cross-site URL variables (resolved by macros plugin at build time)
guide_url: https://docs.mat3ra.com/guide
interface_url: https://docs.mat3ra.com/interface
reference_url: https://docs.mat3ra.com/reference
resources_url: https://docs.mat3ra.com/resources
developers_url: https://docs.mat3ra.com/developers
cli_url: https://docs.mat3ra.com/command-line
data_url: https://docs.mat3ra.com/standards
nav:
- "← All Docs": /
- Home: index-interface.md
# UI COMPONENTS
- Interface Components:
- Overview: ui/overview.md
- Header and Footer: ui/header-footer.md
- Left-hand Sidebar: ui/left-sidebar.md
- Account Menu: ui/account-menu.md
- Support: ui/support.md
- Specific:
- Homepage Navigation: ui/specific/homepage.md
- Dashboard: ui/specific/dashboard.md
- Tabs Navigation: ui/specific/tabs-navigator.md
# ACCOUNTS — UI & Actions
- Accounts:
- User Interface:
- Overview: accounts/ui/overview.md
- Profile Page: accounts/ui/profile-page.md
- Account Badge: accounts/ui/account-badge.md
- Switcher: accounts/ui/switcher.md
- Explorer: accounts/ui/explorer.md
- Bio: accounts/ui/bio.md
- Service Levels: accounts/ui/service-level.md
- Payments and Charges: accounts/ui/charges-payments.md
- Preferences: accounts/ui/preferences-overview.md
- Preferences > Profile: accounts/ui/preferences/profile.md
- Preferences > User Settings: accounts/ui/preferences/settings.md
- Preferences > API Tokens: accounts/ui/preferences/api.md
- Preferences > SSH Keys: accounts/ui/preferences/ssh.md
- Preferences > Change Password: accounts/ui/preferences/password.md
- Accounting Actions:
- Overview: accounts/accounting/overview.md
- Check balance and quota: accounts/accounting/check-balance-quota.md
- Increase balance: accounts/accounting/increase-balance.md
- Increase Quota: accounts/accounting/increase-quota.md
- Change Payment Method: accounts/accounting/payment-methods.md
- Charges > Advanced search: accounts/accounting/charges-advanced-search.md
# COLLABORATION — UI & Actions
- Collaboration:
- User Interface:
- Overview: collaboration/ui/overview.md
- Teams Explorer: collaboration/ui/teams-explorer.md
- Team Page: collaboration/ui/team-page.md
- People Explorer: collaboration/ui/people-explorer.md
- Entity Sharing:
- User Interface: collaboration/sharing/ui.md
- Actions: collaboration/sharing/actions.md
- Actions:
- Organization > Overview: collaboration/actions/organization/overview.md
- Organization > Create: collaboration/actions/organization/create.md
- Organization > Add / Remove Member: collaboration/actions/organization/add-remove-member.md
- Organization > Make / Revoke Admin: collaboration/actions/organization/make-revoke-admin.md
- Organization > Create / Delete Team: collaboration/actions/organization/create-delete-team.md
- Organization > Create Entities: collaboration/actions/organization/create-entities.md
- Team > Overview: collaboration/actions/team/overview.md
- Team > Edit Permissions: collaboration/actions/team/edit-permissions.md
- Team > Add / Remove Member: collaboration/actions/team/add-remove-member.md
- Team > Add / Remove Entity: collaboration/actions/team/add-remove-entity.md
# ENTITIES — UI & Actions
- Entities (Common Actions):
- User Interface:
- Overview: entities-general/ui/overview.md
- Explorer: entities-general/ui/explorer.md
- Designer: entities-general/ui/designer.md
- Viewer: entities-general/ui/viewer.md
- Actions:
- Overview: entities-general/actions/overview.md
- Select: entities-general/actions/select.md
- Search: entities-general/actions/search.md
- Advanced search: entities-general/actions/advanced-search.md
- Open: entities-general/actions/open-edit.md
- Clone: entities-general/actions/clone.md
- Delete: entities-general/actions/delete.md
- Set default: entities-general/actions/set-default.md
- Add metadata: entities-general/actions/metadata.md
- Change name: entities-general/actions/name.md
- Create: entities-general/actions/create.md
- Bank > Copy from: entities-general/actions/copy-bank.md
- Sets > Create / Delete: entities-general/actions/create-sets.md
- Sets > Change Type: entities-general/actions/change-set-type.md
- Sets > Set Index: entities-general/actions/set-entity-index.md
- Sets > Move To: entities-general/actions/move-to-sets.md
# MATERIALS — UI & Actions
- Materials:
- User Interface:
- Explorer: materials/ui/explorer.md
- Viewer: materials/ui/viewer.md
- Actions:
- Overview: materials/actions/overview.md
- Import: materials/actions/import.md
- Upload: materials/actions/upload.md
- Set default: materials/actions/set-default.md
- Advanced search: materials/actions/advanced-search.md
- Bank > Copy from: materials/actions/copy-bank.md
# MATERIALS DESIGNER
- Materials Designer:
- Overview: materials-designer/overview.md
- Header Menu:
- Overview: materials-designer/header-menu/header-menu-intro.md
- Input/Output: materials-designer/header-menu/input-output.md
- "Input/Output > Import": materials-designer/header-menu/input-output/import.md
- "Input/Output > Import from Standata": materials-designer/header-menu/input-output/standata-import.md
- "Input/Output > Export": materials-designer/header-menu/input-output/export.md
- "Input/Output > Save": materials-designer/header-menu/input-output/save.md
- Edit: materials-designer/header-menu/edit.md
- View: materials-designer/header-menu/view.md
- Advanced: materials-designer/header-menu/advanced.md
- "Advanced > Supercell": materials-designer/header-menu/advanced/supercell.md
- "Advanced > Combinatorial Set": materials-designer/header-menu/advanced/combinatorial-set.md
- "Advanced > Interpolated Set": materials-designer/header-menu/advanced/interpolated-set.md
- "Advanced > Surface / Slab": materials-designer/header-menu/advanced/surface-slab.md
- "Advanced > Boundary Conditions": materials-designer/header-menu/advanced/boundary-conditions.md
- "Advanced > JupyterLite Transformation": materials-designer/header-menu/advanced/jupyterlite-dialog.md
- Help: materials-designer/header-menu/help.md
- Sidebar:
- Items List: materials-designer/sidebar-items.md
- Source Editor:
- Overview: materials-designer/source-editor.md
- Lattice Editor: materials-designer/source-editor/lattice.md
- Basis Editor: materials-designer/source-editor/basis.md
- 3D Viewer/Editor:
- Overview: materials-designer/3d-editor.md
- View Options: materials-designer/3d-editor/view.md
- Parameters Options: materials-designer/3d-editor/parameters.md
- Edit Options: materials-designer/3d-editor/edit.md
- "Edit Actions > Overview": materials-designer/3d-editor/editor-actions/overview.md
- "Edit Actions > Add/Remove Atoms": materials-designer/3d-editor/editor-actions/add-remove-atoms.md
- "Edit Actions > Adjust Cell Parameters": materials-designer/3d-editor/editor-actions/adjust-cell-parameters.md
- "Edit Actions > Move/Rotate Atoms": materials-designer/3d-editor/editor-actions/move-rotate-atoms.md
- Export Options: materials-designer/3d-editor/export.md
# WORKFLOWS — UI & Actions
- Workflows:
- User Interface:
- Explorer: workflows/ui/explorer.md
- Viewer: workflows/ui/viewer.md
- Actions:
- Overview: workflows/actions/overview.md
- Update: workflows/actions/update.md
- Set default: workflows/actions/set-default.md
- Bank > Copy from: workflows/actions/copy-bank.md
# WORKFLOW DESIGNER
- Workflow Designer:
- Overview: workflow-designer/overview.md
- Header Menu:
- Overview: workflow-designer/header-menu.md
- Sidebar:
- Items List: workflow-designer/sidebar.md
- Subworkflow Editor:
- Overview: workflow-designer/subworkflow-editor/overview.md
- Actions Menu: workflow-designer/subworkflow-editor/actions-menu.md
- Tabs: workflow-designer/subworkflow-editor/tabs-general.md
- Tabs > Overview: workflow-designer/subworkflow-editor/overview-tab.md
- Tabs > Important Settings: workflow-designer/subworkflow-editor/important-settings.md
- Tabs > Detailed View: workflow-designer/subworkflow-editor/detailed-view.md
- Tabs > Compute: workflow-designer/subworkflow-editor/compute.md
- Units Flowchart: workflow-designer/subworkflow-editor/units-flowchart.md
- Unit Editor:
- Overview: workflow-designer/unit-editor.md
- Input Templates: workflow-designer/unit-editor/input-templates.md
# JOBS — UI & Actions
- Jobs:
- User Interface:
- Explorer: jobs/ui/explorer.md
- Viewer: jobs/ui/viewer.md
- Results Tab: jobs/ui/results-tab.md
- Files Tab: jobs/ui/files-tab.md
- Projects Explorer: jobs/ui/projects-explorer.md
- Projects Page: jobs/ui/project-page.md
- Actions:
- Overview: jobs/actions/overview.md
- Create: jobs/actions/create.md
- Run: jobs/actions/run.md
- Terminate: jobs/actions/terminate.md
- Purge: jobs/actions/purge.md
- Projects > Create / Delete: jobs/actions/create-delete-project.md
# JOBS DESIGNER
- Jobs Designer:
- Overview: jobs-designer/overview.md
- Header Menu: jobs-designer/header-menu.md
- Materials Tab: jobs-designer/materials-tab.md
- Workflow Tab: jobs-designer/workflow-tab.md
- Compute Tab: jobs-designer/compute-tab.md
- Actions > Header Menu:
- Select Materials: jobs-designer/actions-header-menu/select-materials.md
- Select Workflow: jobs-designer/actions-header-menu/select-workflow.md
- Select Parent: jobs-designer/actions-header-menu/select-parent.md
# PROPERTIES — UI only
- Properties:
- User Interface:
- Explorer: properties/ui/explorer.md
- Viewer: properties/ui/viewer.md
# DATA IN OBJECT STORAGE — UI & Actions
- Data in Object Storage:
- User Interface:
- Dropbox Page: data-in-objectstorage/ui/dropbox-page.md
- Files Explorer: data-in-objectstorage/ui/explorer.md
- Actions > Files:
- Overview: data-in-objectstorage/actions/overview.md
- Download: data-in-objectstorage/actions/download.md
- Copy Path: data-in-objectstorage/actions/copy-path.md
- Upload: data-in-objectstorage/actions/upload.md
- Create Folder: data-in-objectstorage/actions/create-folder.md
# JUPYTERLITE
- JupyterLite Environment:
- Overview: jupyterlite/overview.md
- Accessing JupyterLite: jupyterlite/accessing-jupyterlite.md
- Authentication: jupyterlite/authentication.md
- Pyodide: jupyterlite/pyodide.md
- Dependencies and Imports: jupyterlite/dependencies-installation.md
- Data Exchange: jupyterlite/data-exchange.md
- File Storage and Synchronization: jupyterlite/file-storage-synchronization.md
- Common Actions: jupyterlite/common-actions.md