mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 00:36:56 +02:00
small doc changes
This commit is contained in:
parent
a3b42f65b2
commit
5e5f4a38a0
5 changed files with 59 additions and 6 deletions
|
|
@ -128,14 +128,14 @@ function sidebar(): DefaultTheme.SidebarItem[] {
|
|||
text: "Getting Started",
|
||||
collapsed: true,
|
||||
items: [
|
||||
{
|
||||
text: "Installation",
|
||||
link: "/installation",
|
||||
},
|
||||
{
|
||||
text: "Introduction",
|
||||
link: "/introduction",
|
||||
},
|
||||
{
|
||||
text: "Installation",
|
||||
link: "/installation",
|
||||
},
|
||||
{
|
||||
text: "Quick Start",
|
||||
link: "/quickstart",
|
||||
|
|
|
|||
|
|
@ -149,6 +149,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
.VPContent.is-home .language-sqlite {
|
||||
max-width: 640px;
|
||||
margin: 0 auto;
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Component: Custom Block
|
||||
* -------------------------------------------------------------------------- */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue