-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
149 lines (134 loc) · 4.36 KB
/
Copy pathmkdocs.yml
File metadata and controls
149 lines (134 loc) · 4.36 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
site_name: Grove
site_description: The terminal workspace manager for AI coding agents. Run a forest of them in parallel, and watch from your phone when you step away.
repo_url: https://github.com/bearlike/Grove
repo_name: bearlike/Grove
site_url: https://bearlike.github.io/Grove/
theme:
name: shadcn
icon: logos/grove-logo.png
favicon: logos/grove-logo.png
# Ask AI panel, backed by DeepWiki on this repo. DeepWiki indexes the repo
# automatically once it is public. Since theme v1.2 the greeting, avatar,
# and WebMCP tool name all derive from site_name; no overrides needed.
ai:
deepwiki_repo: bearlike/Grove
question_prefix: |
I'm a new user; give product-first, well-grounded answers.
examples:
- "How do I install Grove?"
- "How does the configuration cascade work?"
- "What's the difference between pause and kill?"
- "How do I add a custom agent?"
versions_root: Grove
show_version_switcher: true
show_build_info: true
carousel: true
code_refs: {}
nav_icons:
Home: lucide:house
"Get Started": lucide:rocket
Troubleshooting: lucide:life-buoy
Configure: lucide:sliders-horizontal
"Project Setup": lucide:folder-cog
Agents: lucide:bot
"Init Scripts": lucide:play
"Ticket Providers": lucide:ticket
"Configuration Reference": lucide:file-json
Use: lucide:monitor-play
"TUI Tour": lucide:layout-dashboard
CLI: lucide:terminal
"Web Dashboard": lucide:monitor-smartphone
"Authentication & Pairing": lucide:key-round
"MCP Server": lucide:plug
"Daily Workflow": lucide:workflow
Capabilities: lucide:sparkles
"Workspace Lifecycle": lucide:git-branch
"Branch Provenance": lucide:shield-check
"Agent Activity & Sessions": lucide:activity
"Peek Rail": lucide:eye
"Status Semantics": lucide:circle-dot
"Configuration Cascade": lucide:layers
Develop: lucide:code
Architecture: lucide:blocks
"Public API": lucide:book-open-text
"Engineering Principles": lucide:compass
Contributing: lucide:git-pull-request
"Design System": lucide:palette
hooks:
- docs/hooks/schema_to_md.py
- docs/hooks/og_site_name.py
markdown_extensions:
- pymdownx.highlight:
use_pygments: true
linenums: false
css_class: codehilite
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.inlinehilite
- admonition
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
- tables
- attr_list
- md_in_html
exclude_docs: |
superpowers/
hooks/
design-system.md
CLAUDE.md
plugins:
- search
- callouts:
aliases: false
- mkdocstrings:
handlers:
python:
paths:
- src
options:
docstring_style: google
show_source: true
show_signature_annotations: true
show_root_heading: true
show_root_toc_entry: false
extra:
version:
provider: mike
extra_css:
- stylesheets/grove.css?v=2
nav:
- Home: index.md
- User Guide:
- Get Started: getting-started.md
- Configure:
- Project Setup: configure-project.md
- Agents: configure-agents.md
- Init Scripts: configure-init-scripts.md
- Ticket Providers: configure-ticket-providers.md
- Configuration Reference: configure-reference.md
- Use:
- TUI Tour: use-tui.md
- CLI: use-cli.md
- Web Dashboard: use-webapp.md
- Authentication & Pairing: use-auth.md
- MCP Server: use-mcp.md
- Daily Workflow: use-workflow.md
- Capabilities:
- Workspace Lifecycle: features-workspace-lifecycle.md
- Branch Provenance: features-branch-provenance.md
- Ticket Providers: features-ticket-providers.md
- Agent Activity & Sessions: features-activity.md
- Push Notifications: features-notifications.md
- Peek Rail: features-peek.md
- Status Semantics: features-status.md
- Configuration Cascade: features-cascade.md
- Troubleshooting: troubleshooting.md
- Developer Reference:
- Architecture: develop-architecture.md
- Public API: develop-public-api.md
- Engineering Principles: develop-principles.md
- Contributing: develop-contributing.md