-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
55 lines (50 loc) · 1.31 KB
/
mkdocs.yml
File metadata and controls
55 lines (50 loc) · 1.31 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
site_name: OpenCode infra-opencode-stack
site_description: SOTA Agent Swarm Infrastructure - Rules, Configuration, and Tools
site_url: https://opensincode.github.io/infra-opencode-stack
repo_name: OpenSIN-Code/infra-opencode-stack
repo_url: https://github.com/OpenSIN-Code/infra-opencode-stack
edit_uri: edit/main/docs/
theme:
name: material
palette:
- scheme: default
primary: indigo
accent: indigo
- scheme: slate
primary: indigo
accent: cyan
features:
- navigation.tabs
- navigation.top
- toc.integrate
- search.suggest
- search.highlight
nav:
- Home: index.md
- Rules:
- Overview: rules/README.md
- Core:
- Vision Gate: rules/core/vision-gate.md
- Anti-Loops: rules/core/anti-loops.md
- Design: rules/design/design-routing.md
- LLM: rules/llm/llm-calls.md
- Browser:
- Chrome Session: rules/browser/chrome-session.md
- Browser Automation: rules/browser/browser-automation.md
- Configuration:
- Models: configuration/models.md
- Tools:
- look_at: tools/look_at.md
- Migration: MIGRATION.md
- Epic #58: EPIC_58_CHECKLIST.md
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- admonition
- codehilite
- toc:
permalink: true
plugins:
- search
- minify:
minify_html: true