reorg docs

This commit is contained in:
Chang She
2023-03-22 18:56:15 -07:00
parent c5eaeb5ca1
commit 2ffd94c3ec
5 changed files with 6 additions and 4 deletions

13
docs/mkdocs.yml Normal file
View File

@@ -0,0 +1,13 @@
site_name: LanceDB Documentation
docs_dir: src
theme:
name: "material"
plugins:
- search
- mkdocstrings
nav:
- Home: index.md
- Python API: python.md

View File

@@ -17,4 +17,4 @@ LanceDB's core is written in Rust 🦀 and is built using Lance, an open-source
## Documentation Quick Links
* `Quick start` - search and filter a hello world vector dataset with LanceDB using the Python SDK.
* [`API Reference`](python.md) - detailed documentation for the LanceDB Python SDK.
* [`API Reference`](python.md) - detailed documentation for the LanceDB Python SDK.