mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-09 05:12:58 +00:00
reorg docs
This commit is contained in:
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@@ -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
3
.gitignore
vendored
@@ -8,4 +8,5 @@ rust/Cargo.lock
|
||||
|
||||
site
|
||||
|
||||
.pytest_cache
|
||||
.pytest_cache
|
||||
.ruff_cache
|
||||
|
||||
@@ -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
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user