Skip to content

Commit

Permalink
sidebar docs
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Aug 10, 2024
1 parent f123d4a commit 7a1259e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions site/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ function sidebar(): DefaultTheme.SidebarItem[] {
{ text: "Browser (WASM)", link: "/wasm" },
{ text: "Datasette", link: "/datasette" },
{ text: "sqlite-utils", link: "/sqlite-utils" },
{ text: "rqlite", link: "/rqlite" },
],
},
{
Expand Down
2 changes: 1 addition & 1 deletion site/using/rqlite.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ curl -L https://github.com/asg017/sqlite-vec/releases/download/v0.1.1/sqlite-vec
rqlited -extensions-path=sqlite-vec.tar.gz data
```

Once loaded you can use sqlite-vec functionality within rqlite. For example, you can perform searches via the [rqlite shell](https://rqlite.io/docs/cli/):
Once loaded you can use `sqlite-vec` functionality within rqlite. For example, you can perform searches via the [rqlite shell](https://rqlite.io/docs/cli/):

```
$ rqlite
Expand Down

0 comments on commit 7a1259e

Please sign in to comment.