Skip to content

Commit 0530049

Browse files
docs: add ListJoiner to pydoc configuration (#8821)
* docs: add ListJoiner to pydoc configuration * Update docs/pydoc/config/joiners_api.yml Co-authored-by: David S. Batista <[email protected]> --------- Co-authored-by: David S. Batista <[email protected]>
1 parent b0809b7 commit 0530049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pydoc/config/joiners_api.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
loaders:
22
- type: haystack_pydoc_tools.loaders.CustomPythonLoader
33
search_path: [../../../haystack/components/joiners]
4-
modules: ["document_joiner", "branch", "answer_joiner", "string_joiner"]
4+
modules: ["answer_joiner", "branch", "document_joiner", "list_joiner", "string_joiner"]
55
ignore_when_discovered: ["__init__"]
66
processors:
77
- type: filter

0 commit comments

Comments
 (0)