mirror of
https://github.com/lancedb/lancedb.git
synced 2025-12-27 07:09:57 +00:00
30 lines
503 B
YAML
30 lines
503 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
|
|
- Basics: basic.md
|
|
- Embeddings: embedding.md
|
|
- Indexing: ann_indexes.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
|