-
-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathmkdocs.yml
More file actions
134 lines (127 loc) · 4.03 KB
/
mkdocs.yml
File metadata and controls
134 lines (127 loc) · 4.03 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
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
site_name: "AgentPool"
site_description: "Pydantic-AI based Multi-Agent Framework with YAML-based Agents, Teams, Workflows & Extended ACP / AGUI integration"
repo_url: "https://github.com/phil65/agentpool/"
site_url: https://phil65.github.io/agentpool/
site_author: "Philipp Temminghoff"
copyright: Copyright © 2025 Philipp Temminghoff
edit_uri: edit/main/docs/
theme:
name: material
custom_dir: overrides
icon:
logo: material/robot-outline
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: red
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: red
toggle:
icon: material/brightness-4
name: Switch to system preference
features:
- announce.dismiss
- content.action.edit
- content.code.copy
- content.code.select
- content.code.annotate
- content.tooltips
# - content.tabs.link
- navigation.tracking # update URL based on current item in TOC
- navigation.path # shows breadcrumbs
- navigation.tabs # make top level tabs
- navigation.indexes # documents can be directly attached to sections (overview pages)
- navigation.footer # next/previous page buttons in footer
- navigation.top # adds back-to-top button
# - navigation.sections # top-level sections are rendered as groups
# - navigation.expand # expand all subsections in left sidebar by default
- toc.follow # makes toc follow scrolling
# - toc.integrate # integrates toc into left menu
- search.highlight
- search.suggest
# - search.share
extra_javascript: # for code blocks with { .interactive }
- js/run_code_config.js
- "https://phil65.github.io/mkdocs-run-code/run_code.js"
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:mknodes.utils.icons.twemoji
emoji_generator: !!python/name:mknodes.utils.icons.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.mark
- pymdownx.snippets
- pymdownx.smartsymbols
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- mknodes.mdext
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- name: python
class: python
validator: !!python/name:mknodes.mdext.execute_ext.validator
format: !!python/name:mknodes.mdext.execute_ext.formatter
- name: py
class: python
validator: !!python/name:mknodes.mdext.execute_ext.validator
format: !!python/name:mknodes.mdext.execute_ext.formatter
plugins:
- mkdocstrings:
handlers:
python:
paths: [src]
inventories:
- https://docs.python.org/3/objects.inv
options:
docstring_style: google
inherited_members: true
show_source: false
show_signature_annotations: true
show_symbol_type_toc: true
show_symbol_type_heading: true
show_root_toc_entry: false
ignore_init_summary: true
signature_crossrefs: true
separate_signature: true
line_length: 100
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/phil65
- icon: fontawesome/brands/python
link: https://pypi.org/project/agentpool/