doc improve

This commit is contained in:
Alex Garcia 2025-01-31 16:46:42 -08:00
parent a2dd24f27e
commit 3a3aefc672
2 changed files with 9 additions and 2 deletions

View file

@ -167,7 +167,14 @@ function sidebar(): DefaultTheme.SidebarItem[] {
items: [
{ text: "Vector formats", link: "/features/vector-formats" },
{ text: "KNN queries", link: "/features/knn" },
{ text: "vec0 Virtual Tables", link: "/features/vec0" },
{ text: "vec0 Virtual Tables", link: "/features/vec0" , items: [
{ text: "Constructor", link: "/features/vec0#TODO" },
{ text: "KNN Queries", link: "/features/vec0#TODO", items: [{text: "a", link:""}] },
{ text: "Metadata Columns", link: "/features/vec0#metadata" },
{ text: "Partition Keys", link: "/features/vec0#partition-keys" },
{ text: "Auxiliary Columns", link: "/features/vec0#aux" },
]},
//{ text: "Static blobs", link: "/features/static-blobs" },
],
},