-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathmkdocs.yml
More file actions
77 lines (76 loc) · 2.83 KB
/
Copy pathmkdocs.yml
File metadata and controls
77 lines (76 loc) · 2.83 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
site_name: OpenSDL
site_url: https://seanflorez.com/OpenSDL/
site_description: An open foundation for building computational and autonomous laboratories.
repo_url: https://github.com/fl-sean03/OpenSDL
repo_name: fl-sean03/OpenSDL
edit_uri: edit/main/docs/
theme:
name: material
features:
- navigation.sections
- navigation.indexes
- content.code.copy
nav:
- Home: index.md
- Getting started:
- Quick start: getting-started/quickstart.md
- Create a laboratory: guides/create-lab.md
- Onboard a laboratory: architecture/lab-onboarding.md
- Watch a run: https://seanflorez.com/OpenSDL/viewer/
- Concepts:
- Capabilities: concepts/capabilities.md
- Laboratory manifests: concepts/manifests.md
- Workflows and campaigns: concepts/workflows.md
- Storage and provenance: concepts/storage-and-provenance.md
- Operators and context: concepts/operators.md
- Propagation graphs: concepts/propagation.md
- Architecture:
- Overview: architecture/overview.md
- Agent-native operation: architecture/agent-native-operation.md
- Lab-specific digital twins: architecture/digital-twin.md
- Package boundaries: architecture/packages.md
- Guides:
- Design a laboratory: guides/design-a-lab.md
- Build a twin scene: guides/build-a-twin-scene.md
- Add an adapter: guides/add-adapter.md
- Closed-loop campaign: guides/closed-loop-campaign.md
- Benchmark an agent: guides/benchmark-an-agent.md
- Development:
- development/index.md
- Roadmap: development/roadmap.md
- Facility buildout: development/buildout.md
- Domain proposals: development/domains/index.md
- Development backlog: development/backlog.md
- Repository audit 2026-08-05: development/audit-2026-08-05.md
- Agent instructions and skills: development/agent-skills.md
- Testing: development/testing.md
- Claims auditor: development/claims-audit.md
- Issue responder: development/issue-responder.md
- Pull request reviewer: development/pull-request-reviewer.md
- Validation report: development/validation.md
- Releasing and publishing: development/releasing.md
- Import provenance: development/import-provenance.md
- Reference:
- Configuration: reference/configuration.md
- CLI: reference/cli.md
- API: reference/api.md
- Compatibility and versioning: reference/compatibility.md
- Ecosystem: research/ecosystem.md
hooks:
- scripts/mkdocs_viewer.py
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
show_source: true
markdown_extensions:
- admonition
- attr_list
- pymdownx.highlight
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format