-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
81 lines (77 loc) · 2.24 KB
/
mkdocs.yml
File metadata and controls
81 lines (77 loc) · 2.24 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
site_name: Synapse Documentation
site_description: AI-Houdini Bridge — MCP tools, project memory, adaptive routing
site_url: https://josephoibrahim.github.io/Synapse/
repo_url: https://github.com/JosephOIbrahim/Synapse
repo_name: JosephOIbrahim/Synapse
theme:
name: material
palette:
- scheme: slate
primary: cyan
accent: cyan
toggle:
icon: material/brightness-4
name: Switch to light mode
- scheme: default
primary: cyan
accent: cyan
toggle:
icon: material/brightness-7
name: Switch to dark mode
features:
- navigation.sections
- navigation.expand
- content.code.copy
- search.suggest
nav:
- Home: index.md
- Getting Started:
- Installation: getting-started/installation.md
- Quick Start: getting-started/quickstart.md
- Architecture:
- Overview: architecture/overview.md
- Routing Cascade: architecture/routing.md
- Wire Protocol: architecture/protocol.md
- API Reference:
- Core:
- Protocol: api/core/protocol.md
- Aliases: api/core/aliases.md
- Determinism: api/core/determinism.md
- Audit: api/core/audit.md
- Memory:
- Store: api/memory/store.md
- Models: api/memory/models.md
- SQLite Store: api/memory/sqlite_store.md
- Routing:
- Router: api/routing/router.md
- Knowledge: api/routing/knowledge.md
- Recipes: api/routing/recipes.md
- Adaptation: api/routing/adaptation.md
- Server:
- Handlers: api/server/handlers.md
- Resilience: api/server/resilience.md
- Authentication: api/server/auth.md
- MCP Tools: tools.md
plugins:
- search
- mkdocstrings:
handlers:
python:
paths: [python]
options:
show_source: false
show_root_heading: true
show_root_full_path: false
heading_level: 3
members_order: source
show_if_no_docstring: false
merge_init_into_class: true
markdown_extensions:
- admonition
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true