-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yaml
More file actions
34 lines (31 loc) · 903 Bytes
/
mkdocs.yaml
File metadata and controls
34 lines (31 loc) · 903 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
33
34
site_name: Offline Function Calling with Gemma
site_url: https://offline-function-calling.github.io/
theme:
name: shadcn
icon: streamline:ai-chip-spark
pygments_style: github-dark
custom_dir: docs/theme/
repo_url: https://github.com/offline-function-calling/sdk
edit_uri: edit/main/docs/
nav:
- Overview: index.md
- Setup:
- CLI: setup/cli.md
- Models: setup/models.md
- Tools: setup/tools.md
- Learn:
- Hello, Function Calling!: learn/hello-world.md
- Structuring and Scaling: learn/structuring-and-scaling.md
- Dynamic Function Generation: learn/dynamic-function-generation.md
- Multimodal Input: learn/multimodal-input.md
- Benchmarks:
- Leaderboard: bench/leaderboard.md
- Methodology: bench/methodology.md
plugins:
- search
markdown_extensions:
- admonition
- attr_list
- codehilite
- pymdownx.blocks.details
- pymdownx.blocks.tab