-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
41 lines (37 loc) · 881 Bytes
/
mkdocs.yml
File metadata and controls
41 lines (37 loc) · 881 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
40
41
site_name: Code-Swarm Documentation
site_description: Multi-Agent AI Swarm with LangGraph + Simone-MCP
site_url: https://opensincode.github.io/Code-Swarm
repo_url: https://github.com/OpenSIN-Code/Code-Swarm
repo_name: Code-Swarm
theme:
name: material
palette:
- scheme: default
primary: indigo
accent: blue
- scheme: slate
primary: indigo
accent: cyan
features:
- navigation.tabs
- navigation.sections
- toc.integrate
nav:
- Home: index.md
- Getting Started: getting-started.md
- Architecture:
- Overview: architecture/overview.md
- API Reference:
- REST API: api/rest.md
- Guides:
- CLI Usage: guides/cli.md
- Deployment: guides/deployment-vercel.md
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- admonition
- codehilite
- toc:
permalink: true
plugins:
- search