-
Notifications
You must be signed in to change notification settings - Fork 5
/
mkdocs.yml
90 lines (83 loc) · 2.43 KB
/
mkdocs.yml
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
site_name: Dendron
site_author: Richard Kelley
repo_name: RichardKelley/dendron
repo_url: https://github.com/RichardKelley/dendron
nav:
- 🌳 Dendron:
- Home: index.md
- Installation: install.md
- Tutorials:
- Tutorial 1. Chat Agent:
- Introduction - Building a Local Chat Agent with ASR and TTS Support: tutorial_intro.md
- Part 0. A Single Node: 0_tutorial_single_node.md
- Part 1. Thinking and Talking: 1_tutorial_seq.md
- Part 2. Managing Chat State: 2_tutorial_implicit_seq.md
- Part 3. Learning How to Say Goodbye: 3_tutorial_llm_conditional.md
- Part 4. Chat with TTS and ASR: 4_tutorial_tts_asr_chat.md
- API Reference:
- Action Nodes:
- api/actions/always_failure.md
- api/actions/always_success.md
- api/actions/async_action.md
- api/actions/causal_lm_action.md
- api/actions/image_lm_action.md
- api/actions/pipeline_action.md
- api/actions/simple_action.md
- Condition Nodes:
- api/conditions/completion_condition.md
- api/conditions/simple_condition.md
- Control Nodes:
- api/controls/fallback.md
- api/controls/sequence.md
- Decorator Nodes:
- api/decorators/blackboard_history.md
- api/decorators/force_failure.md
- api/decorators/force_success.md
- api/decorators/inverter.md
- api/decorators/repeat.md
- api/decorators/retry.md
- api/decorators/run_once.md
- api/decorators/timeout.md
- api/action_node.md
- api/basic_types.md
- api/behavior_tree_factory.md
- api/behavior_tree.md
- api/blackboard.md
- api/condition_node.md
- api/control_node.md
- api/decorator_node.md
- api/tree_node.md
theme:
name: material
favicon: img/favicon.ico
logo: img/favicon.ico
features:
- navigation.expand
- content.code.copy
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.4/MathJax.js?config=TeX-AMS-MML_HTMLorMML
markdown_extensions:
- mdx_math
- admonition
- attr_list
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
plugins:
- glightbox
- search
- mkdocstrings:
default_handler: python
handlers:
python:
paths: [src]
options:
show_submodules: false
extra:
analytics:
provider: google
property: G-DSF85J64V0