-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
32 lines (29 loc) · 769 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
32 lines (29 loc) · 769 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
site_name: tare
site_description: Lossless-by-default context compression for LLM coding agents
repo_url: https://github.com/mstuart/tare
repo_name: mstuart/tare
theme:
name: material
palette:
- scheme: default
primary: black
toggle: { icon: material/weather-night, name: Dark }
- scheme: slate
primary: black
toggle: { icon: material/weather-sunny, name: Light }
features:
- navigation.sections
- navigation.top
- content.code.copy
nav:
- Home: index.md
- Getting started: getting-started.md
- Architecture: architecture.md
- CLI reference: cli.md
- Integrations: integrations.md
- Benchmarks: benchmarks.md
markdown_extensions:
- admonition
- pymdownx.highlight
- pymdownx.superfences
- tables