feat: pare down docs to only show API refs (#2770)

This PR does the following: 
- Pare down the docs to only what's needed (Python, JS/TS API docs and a
pointer to Rust docs)
- Styling changes to be more in line with the main website theme

The relative URLs remain unchanged, so assuming CI passes, there should
be no breaking changes from the main docs site that points back here.
This commit is contained in:
Prashanth Rao
2025-11-10 12:04:57 -05:00
committed by GitHub
parent e34f51713a
commit 8e06b8bfe1
180 changed files with 61 additions and 28716 deletions

View File

@@ -35,7 +35,7 @@ def connect(
session: Optional[Session] = None,
**kwargs: Any,
) -> DBConnection:
"""Connect to a LanceDB database.
"""Connect to a LanceDB database. YAY!
Parameters
----------