-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
103 lines (98 loc) · 3.68 KB
/
mkdocs.yml
File metadata and controls
103 lines (98 loc) · 3.68 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
site_name: "OASIS ScienceClaw"
site_description: "ESIIL's multi-agent workspace built on OpenClaw."
nav:
- Home: index.md
- Quick Start: quick-start.md
- Architecture: architecture.md
- Start Here:
- Overview: start-here/index.md
- First 10 Minutes: start-here/first-10-minutes.md
- Choose Your Path: start-here/user-paths.md
- Concepts for Scientists:
- What Is OASIS ScienceClaw?: concepts/what-is-scienceclaw.md
- What Is a Container?: concepts/what-is-a-container.md
- GitHub Repo as Memory: concepts/github-repo-as-memory.md
- Ephemeral vs Persistent: concepts/ephemeral-vs-persistent.md
- Computational Calm: concepts/computational-calm.md
- Launch and Daily Use:
- Launch Locally: use/launch-locally.md
- Template GitHub Launch: use/template-github-launch.md
- Multi-Instance Runbook: instance-runbook.md
- Working Group Cockpit: use/working-group-cockpit.md
- Workspace File Manager: workspace-file-manager.md
- GitHub Repository Manager: github-repository-manager.md
- Project Workspaces: project-workspaces.md
- Where Files Go: use/where-files-go.md
- Tasks, Decisions, Checkpoints: use/tasks-decisions-checkpoints.md
- Outputs and Reports: use/outputs-and-reports.md
- Creating Working Groups:
- OASIS ScienceClaw Template: oasis-template.md
- ScienceClaw Workspace: scienceclaw.md
- Template Governance: template-governance.md
- Alpha Baseline: alpha.md
- Agents:
- Agent Team: agent-team.md
- Scientific Working Group: working-group.md
- Model Routing: model-routing.md
- Model/Auth Options: model-options.md
- Storage:
- Storage Model: storage-model.md
- Project Workspaces: project-workspaces.md
- Overview: storage/index.md
- Local Mounts: storage/local-mounts.md
- Remote Storage: storage/remote-storage.md
- Stream-First Data: storage/stream-first-data.md
- Storage Secrets: storage/secrets.md
- Reproducibility and Publication:
- Publishing Workflow: publishing-workflow.md
- CMS Output Review: cms-output-review.md
- Workspace CMS: workspace-cms.md
- Workspace File Manager: workspace-file-manager.md
- GitHub Repository Manager: github-repository-manager.md
- Example Snapshots: example-snapshots.md
- Reports Overview: reports/index.md
- Sample Promoted Report: reports/sample-promoted-report.md
- Reports:
- Overview: reports/index.md
- Sample Promoted Report: reports/sample-promoted-report.md
- Dashboards:
- Overview: dashboard/index.md
- Sample Storage Dashboard: dashboard/sample-storage-dashboard.md
- Troubleshooting:
- Start Here: troubleshooting.md
- Multi-Instance Runbook: instance-runbook.md
- Advanced Customization:
- Setup Guide: setup.md
- Operations: operations.md
- Security and Credentials: security-and-credentials.md
- Security: security.md
- Slack Integration: slack-integration.md
- Distributed Runtime: distributed-runtime.md
- Kubernetes Workers: kubernetes-workers.md
- Workspace CMS: workspace-cms.md
- Dashboard Patterns: dashboard-patterns.md
- Reference:
- Glossary: reference/glossary.md
theme:
name: material
logo: assets/brand/scienceclaw.png
favicon: assets/brand/scienceclaw.png
palette:
primary: custom
accent: custom
features:
- navigation.sections
- navigation.top
- toc.integrate
markdown_extensions:
- admonition
- attr_list
- md_in_html
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
extra_css:
- stylesheets/extra.css
plugins:
- search