-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
61 lines (55 loc) · 1.31 KB
/
mkdocs.yml
File metadata and controls
61 lines (55 loc) · 1.31 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
site_name: turboagents
site_description: TurboQuant-style KV-cache and vector compression infrastructure
site_url: https://superagenticai.github.io/turboagents/
repo_url: https://github.com/SuperagenticAI/turboagents
repo_name: SuperagenticAI/turboagents
use_directory_urls: false
theme:
name: material
logo: assets/logo.png
favicon: assets/favicon.png
font:
text: Space Grotesk
code: IBM Plex Mono
palette:
- scheme: slate
primary: black
accent: amber
toggle:
icon: material/weather-sunny
name: Switch to light mode
- scheme: default
primary: black
accent: amber
toggle:
icon: material/weather-night
name: Switch to dark mode
features:
- navigation.instant
- navigation.sections
- navigation.top
- content.code.copy
extra:
generator: false
markdown_extensions:
- admonition
- tables
- toc:
permalink: true
- pymdownx.highlight
- pymdownx.superfences
extra_css:
- assets/extra.css
extra_javascript:
- assets/extra.js
nav:
- Home: index.md
- Getting Started: getting-started.md
- Architecture: architecture.md
- Adapters: adapters.md
- SurrealDB: surrealdb.md
- CLI: cli.md
- Benchmarks: benchmarks.md
- Examples: examples.md
- Deployment: deployment.md
- Attribution: attribution.md