-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
57 lines (53 loc) · 1.52 KB
/
Copy pathmkdocs.yml
File metadata and controls
57 lines (53 loc) · 1.52 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
site_name: toolschema
site_description: Python function to JSON Schema for AI agent tools
site_url: https://toolschema.readthedocs.io
repo_url: https://github.com/false200/toolschema
repo_name: false200/toolschema
theme:
name: material
palette:
- scheme: default
primary: indigo
accent: indigo
features:
- navigation.sections
- navigation.expand
- content.code.copy
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight
- toc:
permalink: true
nav:
- Home: index.md
- Getting started:
- Installation: installation.md
- Quick start: quickstart.md
- Defining tools: defining-tools.md
- Guides:
- Provider adapters: adapters.md
- Framework integrations: integrations.md
- Validation: validation.md
- Standard Schema: standard-schema.md
- CLI: cli.md
- MCP scaffolding: scaffolding.md
- Reference:
- API reference: api-reference.md
- Type mapping: type-mapping.md
- Architecture: architecture.md
- Tutorials:
- Overview: tutorials/README.md
- Getting started: tutorials/01-getting-started.md
- MCP server: tutorials/02-mcp-server.md
- LangChain: tutorials/03-langchain-integration.md
- Multi-provider: tutorials/04-multi-provider-export.md
- More:
- Examples: examples.md
- Provider quirks: provider-quirks.md
- Pre-PEP alignment: pre-pep-alignment.md
- Claude Desktop: claude-desktop.md
- FAQ: faq.md
plugins:
- search