TDengine/tests/test_new/mkdocs.yml
2025-02-20 09:32:15 +08:00

25 lines
506 B
YAML

site_name: TDengine Case List
docs_dir: case_list_docs
theme:
name: "material"
markdown_extensions:
- attr_list
- toc:
permalink: true
separator: "-"
baselevel: 1
toc_depth: 4
plugins:
- search
- mkdocstrings:
custom_templates: templates
handlers:
python:
options:
heading_level: 2
show_root_heading: true
show_bases: false
show_source: false
show_object_full_path: false
filters: [ "^test_", "^Test" ]