-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
35 lines (32 loc) · 848 Bytes
/
mkdocs.yml
File metadata and controls
35 lines (32 loc) · 848 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
35
site_name: Codon SDK Documentation
site_description: Observable AI agents with the Codon SDK
theme:
name: material
features:
- navigation.sections
- toc.integrate
- search.suggest
- content.code.copy
plugins:
- search
- gen-files:
scripts:
- docs/gen_ref_pages.py
- mkdocstrings:
handlers:
python:
options:
docstring_style: google
show_root_heading: true
show_root_full_path: false
show_signature_annotations: true
docs_dir: docs/public
nav:
- Home: index.md
- What is Codon: what-is-codon.md
- Getting Started: getting-started.md
- Building from Scratch: building-from-scratch.md
- Instrumentation:
- Overview: instrumentation/index.md
- LangGraph: instrumentation/langgraph.md
- API Reference: api-reference.md