-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
93 lines (88 loc) · 2.4 KB
/
Copy pathmkdocs.yml
File metadata and controls
93 lines (88 loc) · 2.4 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
site_name: ae — agentic engineering
site_description: Run AI coding agents side-by-side in tmux. They know about each other, communicate by name, and survive reboots.
site_url: https://clemens33.github.io/ae/
repo_url: https://github.com/clemens33/ae
repo_name: clemens33/ae
edit_uri: edit/main/docs/
copyright: MIT
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: green
accent: light green
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: green
accent: light green
toggle:
icon: material/weather-night
name: Switch to light mode
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.sections
- navigation.top
- navigation.indexes
- toc.follow
- search.suggest
- search.highlight
- content.code.copy
- content.code.annotate
- content.action.edit
icon:
repo: fontawesome/brands/github
nav:
- Home: index.md
- Getting started:
- Install: getting-started/install.md
- Quick start: getting-started/quick-start.md
- Configuration: getting-started/config.md
- Commands: reference/commands.md
- Session helpers: reference/helpers.md
- Delegation: reference/delegation.md
- Telegram bridge: reference/telegram.md
- Internals:
- Architecture: internals/architecture.md
- Watchdog: internals/watchdog.md
- Events: internals/events.md
- Bridge protocol: internals/bridge-protocol.md
- Monitor window: internals/monitor.md
- Troubleshooting: troubleshooting.md
- Development: development.md
markdown_extensions:
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- tables
- toc:
permalink: true
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
plugins:
- search
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/clemens33/ae