-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathmkdocs.yml
More file actions
95 lines (88 loc) · 2.66 KB
/
Copy pathmkdocs.yml
File metadata and controls
95 lines (88 loc) · 2.66 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
site_name: RSIHub
site_description: Build agents that improve — and keep the evidence.
site_url: https://simpleagentlab.com/RSIHub/
repo_url: https://github.com/simple-agent-lab/RSIHub
repo_name: simple-agent-lab/RSIHub
edit_uri: edit/main/docs/
theme:
name: material
custom_dir: docs/overrides
logo: rsihub-mark.svg
favicon: rsihub-mark.svg
language: en
features:
- navigation.sections
- navigation.top
- content.action.edit
- content.code.copy
- search.highlight
- search.suggest
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue grey
accent: amber
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue grey
accent: amber
toggle:
icon: material/brightness-4
name: Switch to light mode
nav:
- Home: index.md
- Getting started: getting-started.md
- Quick start: QUICKSTART.md
- Concepts:
- Framework design: concepts/design.md
- Source architecture map: ARCHITECTURE.md
- Guides:
- Creating a custom recipe: guides/custom-recipes.md
- From recipe to experiment: guides/recipe-to-experiment.md
- Running RSIHub reliably: guides/operations.md
- Mutate operator execution: guides/mutate-operators.md
- Experiment viewer: guides/experiment-viewer.md
- Local Harbor environment: guides/local-environment.md
- Reference:
- Environment Variables: reference/environment-variables.md
- Operator overview: reference/operators.md
- Operators:
- Select: reference/operators/select.md
- Rollout: reference/operators/rollout.md
- Analyze: reference/operators/analyze.md
- Mutate: reference/operators/mutate.md
- Validate: reference/operators/validate.md
- Novelty: reference/operators/novelty.md
- Gate: reference/operators/gate.md
- Record: reference/operators/record.md
- Reflect: reference/operators/reflect.md
- Terminology: reference/terminology.md
- Development:
- Documentation ownership: development/documentation.md
- Coding style: development/coding-style.md
- Releasing: RELEASING.md
markdown_extensions:
- admonition
- attr_list
- md_in_html
- tables
- toc:
permalink: true
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
plugins:
- search
extra_javascript:
- javascripts/repository-stats.js
exclude_docs: |
designs/
plans/
strict: true