forked from sipeed/picoclaw
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
77 lines (72 loc) · 2.78 KB
/
mkdocs.yml
File metadata and controls
77 lines (72 loc) · 2.78 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
site_name: DotAgent
site_description: DotAgent user and operator documentation
repo_url: https://github.com/dotsetgreg/dotagent
repo_name: dotsetgreg/dotagent
site_dir: site
theme:
name: material
features:
- navigation.sections
- navigation.expand
- content.code.copy
plugins:
- search
markdown_extensions:
- admonition
- toc:
permalink: true
extra:
version:
provider: mike
nav:
- Home: index.md
- Getting Started:
- Installation: getting-started/installation.md
- Quickstart: getting-started/quickstart.md
- Guides:
- Provider and Auth: guides/provider-auth.md
- Docker Operations: guides/docker-operations.md
- Troubleshooting: guides/troubleshooting.md
- Architecture:
- Runtime: architecture/runtime.md
- Memory: architecture/memory.md
- Extensibility: architecture/extensibility.md
- Operations:
- Release Checklist: operations/release-checklist.md
- Incident Response: operations/incident-response.md
- Contributing:
- Docs Workflow: contributing/docs-workflow.md
- Docs System: docs-system.md
- Reference:
- Overview: reference/index.md
- Config: reference/config.md
- Providers: reference/providers.md
- Tools: reference/tools.md
- CLI:
- Root: reference/cli/dotagent.md
- agent: reference/cli/dotagent_agent.md
- cron: reference/cli/dotagent_cron.md
- cron add: reference/cli/dotagent_cron_add.md
- cron disable: reference/cli/dotagent_cron_disable.md
- cron enable: reference/cli/dotagent_cron_enable.md
- cron list: reference/cli/dotagent_cron_list.md
- cron remove: reference/cli/dotagent_cron_remove.md
- gateway: reference/cli/dotagent_gateway.md
- onboard: reference/cli/dotagent_onboard.md
- skills: reference/cli/dotagent_skills.md
- skills install: reference/cli/dotagent_skills_install.md
- skills list: reference/cli/dotagent_skills_list.md
- skills remove: reference/cli/dotagent_skills_remove.md
- skills search: reference/cli/dotagent_skills_search.md
- skills show: reference/cli/dotagent_skills_show.md
- status: reference/cli/dotagent_status.md
- toolpacks: reference/cli/dotagent_toolpacks.md
- toolpacks disable: reference/cli/dotagent_toolpacks_disable.md
- toolpacks doctor: reference/cli/dotagent_toolpacks_doctor.md
- toolpacks enable: reference/cli/dotagent_toolpacks_enable.md
- toolpacks install: reference/cli/dotagent_toolpacks_install.md
- toolpacks list: reference/cli/dotagent_toolpacks_list.md
- toolpacks remove: reference/cli/dotagent_toolpacks_remove.md
- toolpacks show: reference/cli/dotagent_toolpacks_show.md
- toolpacks validate: reference/cli/dotagent_toolpacks_validate.md
- version: reference/cli/dotagent_version.md