-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
66 lines (58 loc) · 1.38 KB
/
mkdocs.yml
File metadata and controls
66 lines (58 loc) · 1.38 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: llm-gateway-bench
site_description: CLI benchmark suite for LLM providers and OpenAI-compatible gateways.
repo_url: https://github.com/mnbplus/llm-gateway-bench
repo_name: llm-gateway-bench
edit_uri: edit/main/docs/
theme:
name: material
language: en
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.sections
- navigation.top
- content.code.copy
- content.action.edit
- content.action.view
palette:
- scheme: default
primary: indigo
accent: indigo
nav:
- Home: index.md
- Getting started:
- Installation: installation.md
- Quickstart: quickstart.md
- Guides:
- Configuration: configuration.md
- Providers: providers.md
- Advanced usage: advanced.md
- Reference:
- FAQ: faq.md
- Contributing: contributing.md
exclude_docs: assets/README.md
markdown_extensions:
- admonition
- attr_list
- md_in_html
- toc:
permalink: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.details
extra_css:
- stylesheets/extra.css
plugins:
- search
- git-revision-date-localized:
fallback_to_build_date: true
strict: false
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/mnbplus/llm-gateway-bench
copyright: |
Copyright © 2026