-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
39 lines (36 loc) · 916 Bytes
/
mkdocs.yml
File metadata and controls
39 lines (36 loc) · 916 Bytes
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
site_name: deva.sh docs
site_description: Docker-based multi-agent launcher for Codex, Claude, and Gemini
site_url: https://docs.deva.sh
repo_url: https://github.com/thevibeworks/deva
repo_name: thevibeworks/deva
edit_uri: ""
theme:
name: material
features:
- navigation.instant
- navigation.sections
- navigation.top
- search.highlight
- search.suggest
- content.code.copy
palette:
- scheme: default
primary: black
accent: blue grey
markdown_extensions:
- admonition
- attr_list
- tables
- toc:
permalink: true
nav:
- Home: index.md
- Quick Start: quick-start.md
- How It Works: how-it-works.md
- Authentication: authentication.md
- Philosophy: philosophy.md
- Advanced Usage: advanced-usage.md
- Custom Images: custom-images.md
- Troubleshooting: troubleshooting.md
- Research:
- UID/GID Handling: UID-GID-HANDLING-RESEARCH.md