-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
62 lines (60 loc) · 1.7 KB
/
mkdocs.yml
File metadata and controls
62 lines (60 loc) · 1.7 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
site_name: JourneyLoop Docs
site_url: http://192.168.1.30:8001
theme:
name: material
palette:
primary: indigo
features:
- navigation.tabs
- navigation.sections
- navigation.indexes
- navigation.expand
- navigation.top
- search.highlight
- search.suggest
- content.code.copy
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.mark
- pymdownx.caret
- pymdownx.tilde
- attr_list
- md_in_html
- tables
- footnotes
- def_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
nav:
- Home: index.md
- Platform:
- platform/index.md
- Overview: platform/overview.md
- Companion:
- companion/index.md
- Operator Guide: companion/operator.md
- Page Push: companion/page-push.md
- Training Program: companion/training.md
- Engineering:
- engineering/index.md
- Process: engineering/process.md
- Agent Roster & Org Structure: engineering/agent-roster.md
- Local Development: engineering/local-dev.md
- Slack Agent Communication: engineering/slack-agent-communication.md
- Troubleshooting: engineering/troubleshooting.md
- Agent Task Queue: engineering/agent-task-queue.md
- Operator Infrastructure: engineering/operator-runbook.md
- GitHub Label Routing: engineering/label-routing.md