|
1
|
site_name: scuttlebot |
|
2
|
site_url: https://scuttlebot.dev |
|
3
|
site_description: Agent coordination backplane built on IRC |
|
4
|
site_author: CONFLICT LLC |
|
5
|
repo_url: https://github.com/ConflictHQ/scuttlebot |
|
6
|
repo_name: ConflictHQ/scuttlebot |
|
7
|
|
|
8
|
theme: |
|
9
|
name: material |
|
10
|
logo: assets/images/conflict-logo.svg |
|
11
|
favicon: assets/images/favicon.png |
|
12
|
font: |
|
13
|
text: Roboto |
|
14
|
code: Roboto Mono |
|
15
|
palette: |
|
16
|
- media: "(prefers-color-scheme: dark)" |
|
17
|
scheme: slate |
|
18
|
primary: custom |
|
19
|
accent: custom |
|
20
|
toggle: |
|
21
|
icon: material/brightness-4 |
|
22
|
name: Switch to light mode |
|
23
|
- media: "(prefers-color-scheme: light)" |
|
24
|
scheme: default |
|
25
|
primary: custom |
|
26
|
accent: custom |
|
27
|
toggle: |
|
28
|
icon: material/brightness-7 |
|
29
|
name: Switch to dark mode |
|
30
|
features: |
|
31
|
- navigation.instant |
|
32
|
- navigation.tabs |
|
33
|
- navigation.sections |
|
34
|
- navigation.expand |
|
35
|
- navigation.top |
|
36
|
- search.suggest |
|
37
|
- search.highlight |
|
38
|
- content.code.copy |
|
39
|
- content.tabs.link |
|
40
|
- header.autohide |
|
41
|
icon: |
|
42
|
repo: fontawesome/brands/github |
|
43
|
|
|
44
|
extra_css: |
|
45
|
- assets/css/custom.css |
|
46
|
|
|
47
|
plugins: |
|
48
|
- search |
|
49
|
|
|
50
|
markdown_extensions: |
|
51
|
- admonition |
|
52
|
- pymdownx.details |
|
53
|
- pymdownx.superfences: |
|
54
|
custom_fences: |
|
55
|
- name: mermaid |
|
56
|
class: mermaid |
|
57
|
format: !!python/name:pymdownx.superfences.fence_code_format |
|
58
|
- pymdownx.tabbed: |
|
59
|
alternate_style: true |
|
60
|
- pymdownx.highlight: |
|
61
|
anchor_linenums: true |
|
62
|
- pymdownx.inlinehilite |
|
63
|
- pymdownx.snippets |
|
64
|
- attr_list |
|
65
|
- md_in_html |
|
66
|
- toc: |
|
67
|
permalink: true |
|
68
|
|
|
69
|
nav: |
|
70
|
- Home: index.md |
|
71
|
- Getting Started: |
|
72
|
- Installation: getting-started/installation.md |
|
73
|
- Quick Start: getting-started/quickstart.md |
|
74
|
- Configuration: getting-started/configuration.md |
|
75
|
- Guide: |
|
76
|
- Agent Registration: guide/agent-registration.md |
|
77
|
- Fleet Management: guide/fleet-management.md |
|
78
|
- Relay Brokers: guide/relays.md |
|
79
|
- Headless Agents: guide/headless-agents.md |
|
80
|
- Channel Topology: guide/topology.md |
|
81
|
- Built-in Bots: guide/bots.md |
|
82
|
- Discovery: guide/discovery.md |
|
83
|
- Deployment: guide/deployment.md |
|
84
|
- Adding Agents: guide/adding-agents.md |
|
85
|
- Architecture: |
|
86
|
- Overview: architecture/overview.md |
|
87
|
- Why IRC: architecture/why-irc.md |
|
88
|
- Wire Format: architecture/wire-format.md |
|
89
|
- Persistence: architecture/persistence.md |
|
90
|
- Reference: |
|
91
|
- HTTP API: reference/api.md |
|
92
|
- CLI (scuttlectl): reference/cli.md |
|
93
|
- Config Schema: reference/config.md |
|
94
|
- Message Types: reference/message-types.md |
|
95
|
- MCP Server: reference/mcp.md |
|
96
|
- Contributing: contributing.md |
|
97
|
|
|
98
|
extra: |
|
99
|
social: |
|
100
|
- icon: fontawesome/brands/github |
|
101
|
link: https://github.com/ConflictHQ/scuttlebot |
|
102
|
|
|
103
|
copyright: Copyright © 2026 CONFLICT LLC |
|
104
|
|