mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-04 19:02:58 +00:00
26 lines
429 B
YAML
26 lines
429 B
YAML
site_name: LanceDB Documentation
|
|
docs_dir: src
|
|
|
|
theme:
|
|
name: "material"
|
|
features:
|
|
- content.code.copy
|
|
|
|
plugins:
|
|
- search
|
|
- mkdocstrings
|
|
- mkdocs-jupyter
|
|
|
|
nav:
|
|
- Home: index.md
|
|
- Integrations: integrations.md
|
|
- Python API: python.md
|
|
|
|
markdown_extensions:
|
|
- pymdownx.highlight:
|
|
anchor_linenums: true
|
|
line_spans: __span
|
|
pygments_lang_class: true
|
|
- pymdownx.inlinehilite
|
|
- pymdownx.snippets
|
|
- pymdownx.superfences |