mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 08:46:49 +02:00
site updates + sponsors
This commit is contained in:
parent
d49e8205d1
commit
bd8287c1ce
7 changed files with 167 additions and 11 deletions
|
|
@ -3,6 +3,7 @@ import { h } from "vue";
|
|||
import type { Theme } from "vitepress";
|
||||
import DefaultTheme from "vitepress/theme";
|
||||
import "./style.css";
|
||||
import Sponsors from "./Sponsors.vue";
|
||||
|
||||
export default {
|
||||
extends: DefaultTheme,
|
||||
|
|
@ -13,6 +14,8 @@ export default {
|
|||
h("marquee", { class: "banner", scrollamount: "10" }, [
|
||||
"🚧🚧🚧 sqlite-vec is still in beta, and this documentation is incomplete! Watch the repo for updates 🚧🚧🚧",
|
||||
]),
|
||||
"home-hero-image": () => h("div", {}, [""]),
|
||||
"aside-ads-before": () => h(Sponsors),
|
||||
});
|
||||
},
|
||||
enhanceApp({ app, router, siteData }) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue