-
Notifications
You must be signed in to change notification settings - Fork 257
Expand file tree
/
Copy pathconfig_docusaurus.yml
More file actions
33 lines (33 loc) · 1.04 KB
/
config_docusaurus.yml
File metadata and controls
33 lines (33 loc) · 1.04 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
loaders:
- ignore_when_discovered:
- __init__
modules:
- haystack_integrations.components.connectors.github.file_editor
- haystack_integrations.components.connectors.github.issue_commenter
- haystack_integrations.components.connectors.github.issue_viewer
- haystack_integrations.components.connectors.github.pr_creator
- haystack_integrations.components.connectors.github.repo_viewer
- haystack_integrations.components.connectors.github.repo_forker
search_path:
- ../src
type: haystack_pydoc_tools.loaders.CustomPythonLoader
processors:
- do_not_filter_modules: false
documented_only: true
expression: null
skip_empty_modules: true
type: filter
- type: smart
- type: crossref
renderer:
description: GitHub integration for Haystack
id: integrations-github
markdown:
add_member_class_prefix: false
add_method_class_prefix: true
classdef_code_block: false
descriptive_class_title: false
descriptive_module_title: true
filename: github.md
title: GitHub
type: haystack_pydoc_tools.renderers.DocusaurusRenderer