forked from langroid/langroid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
115 lines (106 loc) · 2.93 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
site_name: "langroid"
repo_name: langroid/langroid
repo_url: https://github.com/langroid/langroid
edit_uri: ""
extra_css:
- stylesheets/extra.css
theme:
logo: assets/orange-logo-lambda-563.png
favicon: assets/orange-logo-lambda-563.png
features:
- navigation.tabs
# - navigation.tracking
# - navigation.sections
# - navigation.indexes
- toc
- content.code.copy
- content.code.select
- content.code.annotate
icon:
repo: fontawesome/brands/github
name: material
palette:
# Palette toggle for light mode
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
plugins:
- search
- autorefs
#- awesome-pages
- gen-files:
scripts:
- docs/auto_docstring.py
#- docs/gen_ref_pages.py
- literate-nav:
nav_file: SUMMARY.md
- mkdocstrings:
default_handler: python
handlers:
python:
paths: [.]
options:
members_order: source
separate_signature: false
filters: ["!^_"]
docstring_options:
ignore_init_summary: true
merge_init_into_class: true
watch:
- langroid
- section-index
nav:
- Home: index.md
- Getting Started:
- quick-start/index.md
- Setup: quick-start/setup.md
- LLM interaction: quick-start/llm-interaction.md
- Simple Chat Agent: quick-start/chat-agent.md
- Task Delegation: quick-start/multi-agent-task-delegation.md
- Two Agent Chat: quick-start/two-agent-chat-num.md
- Three Agent Chat: quick-start/three-agent-chat-num.md
- Agent with Tools/Functions: quick-start/chat-agent-tool.md
- Three Agents, with Routing: quick-start/three-agent-chat-num-router.md
- Agent with Retrieval: quick-start/chat-agent-docs.md
# defer to gen-files + literate-nav
- Demos:
- Audience Targeting: demos/targeting/audience-targeting.md
- Code/API Docs: reference/ #
# - API Documentation:
# - language_models: api/language_models_base.md
markdown_extensions:
- footnotes
- toc:
permalink: true
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
use_pygments: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.arithmatex:
generic: true
- markdown.extensions.attr_list:
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js