forked from prajwalsuryawanshi/agentapi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
46 lines (41 loc) · 1.01 KB
/
Copy pathmkdocs.yml
File metadata and controls
46 lines (41 loc) · 1.01 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: AgentAPI
site_description: AgentAPI documentation
site_url: https://agentapi.prajwalsuryawanshi.in
repo_url: https://github.com/prajwalsuryawanshi/agentapi
repo_name: prajwalsuryawanshi/agentapi
nav:
- Home: index.md
- Installation: installation.md
- Getting Started: getting-started.md
- Providers: providers.md
- Tool Calling: tools.md
- Streaming: streaming.md
- CLI: cli.md
- API Reference: api-reference.md
- Deployment: deployment.md
- FAQ: faq.md
theme:
name: material
logo: assets/agentapi-logo.png
favicon: assets/agentapi-favicon.png
palette:
- scheme: default
primary: green
accent: green
features:
- navigation.sections
- navigation.top
- search.suggest
- content.code.copy
extra_css:
- stylesheets/extra.css
markdown_extensions:
- admonition
- toc:
permalink: true
- pymdownx.superfences
- pymdownx.highlight
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/prajwalsuryawanshi/agentapi