-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
33 lines (32 loc) · 904 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
33 lines (32 loc) · 904 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
# Copyright 2026 Google LLC
# SPDX-License-Identifier: Apache-2.0
site_name: Genkit Python API Reference
docs_dir: docs
theme:
name: material
plugins:
- search
- mkdocstrings:
handlers:
python:
paths:
- packages/genkit/src
- packages/genkit/src/genkit/_ai
- packages/genkit/src/genkit/_core
- packages/genkit-ollama/src
- packages/genkit-google-genai/src
- packages/genkit-google-cloud/src
- packages/genkit-vertexai/src
- packages/genkit-fastapi/src
- packages/genkit-flask/src
options:
docstring_style: google
annotations_path: full
inherited_members: true
filters:
- "!^_[^_]"
nav:
- API Reference:
- Index: index.md
- Types: types.md
- Release Playbook: release_playbook.md