-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathmkdocs.yml
More file actions
66 lines (62 loc) · 1.71 KB
/
mkdocs.yml
File metadata and controls
66 lines (62 loc) · 1.71 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
site_name: BrainLayer
site_description: Persistent memory for AI agents — search, think, recall across every conversation
site_url: https://etanhey.github.io/brainlayer
repo_url: https://github.com/EtanHey/brainlayer
repo_name: EtanHey/brainlayer
theme:
name: material
custom_dir: overrides
palette:
scheme: slate
primary: custom
accent: custom
logo: assets/logo.svg
favicon: assets/logo.svg
font: false
features:
- navigation.sections
- navigation.expand
- navigation.top
- content.code.copy
- search.suggest
- search.highlight
icon:
repo: fontawesome/brands/github
extra_css:
- stylesheets/extra.css
nav:
- Home: index.md
- Getting Started:
- Quick Start: quickstart.md
- Configuration: configuration.md
- Reference:
- MCP Tools: mcp-tools.md
- Architecture: architecture.md
- Enrichment: enrichment.md
- KG Specification: kg-spec.md
- Guides:
- Data Locations: data-locations.md
- Enrichment Runbook: enrichment-runbook.md
- Local Models: local-models-guide.md
- MCP Config: mcp-config.md
- Decisions:
- ADR Template: adr/0000-template.md
- "ADR-0001: sqlite-vec": adr/0001-sqlite-vec-over-dedicated-vector-db.md
- "ADR-0002: RRF Hybrid Search": adr/0002-reciprocal-rank-fusion-for-hybrid-search.md
- Roadmap: roadmap.md
- Contributing: contributing.md
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.details
- attr_list
- md_in_html
- tables