-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
68 lines (62 loc) · 1.6 KB
/
Copy pathmkdocs.yml
File metadata and controls
68 lines (62 loc) · 1.6 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
site_name: crow-cli
site_url: https://crow-ai.dev/docs/
site_description: crow-cli — stateful ACP-native coding agent. Docs and agent skills.
repo_url: https://github.com/crow-cli/crow-cli
edit_uri: ""
docs_dir: site-src
site_dir: site-build
theme:
name: material
logo: assets/crow-icon-white.svg
favicon: assets/crow-icon-white.ico
font:
text: Inter
code: JetBrains Mono
palette:
scheme: slate
primary: custom
accent: custom
features:
- navigation.sections
- navigation.top
- navigation.footer
- toc.follow
- search.highlight
- content.code.copy
extra_css:
- assets/extra.css
markdown_extensions:
- admonition
- attr_list
- md_in_html
- tables
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- toc:
permalink: true
plugins:
- search
nav:
- Home: index.md
- Getting Started:
- Installation: installation.md
- Configuration: configuration.md
- Zed: zed.md
- Guides:
- The CLI: cli.md
- Services: services.md
# -- skills-nav: generated below by sync-skills.py, do not hand-edit --
- Skills:
- Catalog: skills/index.md
- acp-v2: skills/acp-v2/SKILL.md
- learn: skills/learn/SKILL.md
- openai-streaming-tools: skills/openai-streaming-tools/SKILL.md
- plan-todo: skills/plan-todo/SKILL.md
- searxng: skills/searxng/SKILL.md
- sg: skills/sg/SKILL.md
- skill-creation: skills/skill-creation/SKILL.md
- upstream-merge: skills/upstream-merge/SKILL.md
- use-uv: skills/use-uv/SKILL.md