Files
lancedb/docs/mkdocs.yml
2023-04-19 14:15:18 -07:00

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