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

View File

@@ -48,7 +48,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
path: "site"
path: "docs/site"
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1

3
.gitignore vendored
View File

@@ -8,4 +8,5 @@ rust/Cargo.lock
site
.pytest_cache
.pytest_cache
.ruff_cache

View File

@@ -1,4 +1,5 @@
site_name: LanceDB Documentation
docs_dir: src
theme:
name: "material"
@@ -9,4 +10,4 @@ plugins:
nav:
- Home: index.md
- Python API: python.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.