mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-05-01 20:03:38 +02:00
site fix
This commit is contained in:
parent
b1753e359c
commit
12c96fc6fe
3 changed files with 4 additions and 2 deletions
3
Makefile
3
Makefile
|
|
@ -170,6 +170,9 @@ test-loadable-snapshot-update: loadable
|
||||||
test-loadable-watch:
|
test-loadable-watch:
|
||||||
watchexec -w sqlite-vec.c -w tests/test-loadable.py -w Makefile --clear -- make test-loadable
|
watchexec -w sqlite-vec.c -w tests/test-loadable.py -w Makefile --clear -- make test-loadable
|
||||||
|
|
||||||
|
site-dev:
|
||||||
|
npm --prefix site run dev
|
||||||
|
|
||||||
site-build:
|
site-build:
|
||||||
npm --prefix site run build
|
npm --prefix site run build
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,6 @@ const guides = {
|
||||||
|
|
||||||
function nav(): DefaultTheme.NavItem[] {
|
function nav(): DefaultTheme.NavItem[] {
|
||||||
return [
|
return [
|
||||||
{ text: "Home", link: "/" },
|
|
||||||
//guides,
|
//guides,
|
||||||
{ text: "API Reference", link: "/api-reference" },
|
{ text: "API Reference", link: "/api-reference" },
|
||||||
{ text: "♥ Sponsor", link: "https://github.com/sponsors/asg017" },
|
{ text: "♥ Sponsor", link: "https://github.com/sponsors/asg017" },
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ hero:
|
||||||
actions:
|
actions:
|
||||||
- theme: brand
|
- theme: brand
|
||||||
text: Getting Started
|
text: Getting Started
|
||||||
link: /markdown-examples
|
link: /getting-started
|
||||||
- theme: alt
|
- theme: alt
|
||||||
text: API Reference
|
text: API Reference
|
||||||
link: /api-reference
|
link: /api-reference
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue