Files
2026-09-24 01:47:45 +00:00

23 lines
663 B
YAML

site_name: Qdrant Edge
use_directory_urls: false
theme:
name: material
plugins:
- mkdocstrings:
handlers:
python:
paths: [src]
options:
filters: ["!^_[^_]", "!^__(eq|int|match_args|ne|repr)__$"]
docstring_style: google
members_order: source
merge_init_into_class: true
separate_signature: true
show_if_no_docstring: true
show_root_heading: true
show_signature_annotations: true
show_source: false
show_symbol_type_heading: true
show_symbol_type_toc: true
signature_crossrefs: true