-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
46 lines (41 loc) · 1.05 KB
/
Copy pathmkdocs.yml
File metadata and controls
46 lines (41 loc) · 1.05 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
site_name: AbstractCore
site_description: Unified interface to multiple LLM providers with tool calling, streaming, structured output, and model management.
repo_url: https://github.com/lpalbou/AbstractCore
repo_name: lpalbou/AbstractCore
docs_dir: docs
theme:
name: material
features:
- navigation.instant
- navigation.tracking
- navigation.top
- content.code.copy
markdown_extensions:
- admonition
- footnotes
- toc:
permalink: true
- pymdownx.superfences
- pymdownx.highlight
plugins:
- search
- autorefs
- mkdocstrings:
handlers:
python:
options:
docstring_style: google
show_source: false
nav:
- Home: README.md
- Getting Started: getting-started.md
- API Overview: api.md
- Tool Calling: tool-calling.md
- Structured Output: structured-output.md
- Prompt Caching: prompt-caching.md
- Memory Blocs: memory-blocs.md
- Media: media-handling-system.md
- Embeddings: embeddings.md
- Server: server.md
- FAQ: faq.md
- Troubleshooting: troubleshooting.md