misc docs

This commit is contained in:
Alex Garcia 2024-07-14 13:47:41 -07:00
parent b57a05e2e8
commit 4b140f7294
6 changed files with 113 additions and 24 deletions

View file

@ -48,6 +48,7 @@ const guides = {
collapsed: true,
items: [
{ text: "Performance", link: "/guides/performance" },
{
text: "Vector operations",
items: [
@ -136,10 +137,16 @@ function sidebar(): DefaultTheme.SidebarItem[] {
text: "Installation",
link: "/installation",
},
{
text: "Quick Start",
link: "/quickstart",
},
],
},
{
text: "Features",
collapsed: true,
items: [
{ text: "Vector formats", link: "/vector-formats" },
{ text: "KNN queries", link: "/knn" },
{ text: "vec0 virtual vables", link: "/vec0" },
{ text: "Static blobs", link: "/numpy" },
],
},
{