geotribu_cli.search.mdl_search module¶
Search related models.
- class geotribu_cli.search.mdl_search.MkdocsSearchConfiguration¶
Bases :
TypedDict
Search configuration in Mkdocs (lunr.py under the hood).
- class geotribu_cli.search.mdl_search.MkdocsSearchDocument¶
Bases :
TypedDict
Search document structure in Mkdocs (lunr.py under the hood).
- class geotribu_cli.search.mdl_search.MkdocsSearchListing¶
Bases :
TypedDict
Mkdocs listing search (lunr.py under the hood).
-
config:
MkdocsSearchConfiguration
¶
-
docs:
list
[MkdocsSearchDocument
]¶
-
config: