diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index fed6b4e19..150213990 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -89,7 +89,10 @@ export default defineConfig({ sidebar: [ { text: 'About', - items: [{ text: 'What is PGlite', link: '/docs/about' }], + items: [ + { text: 'What is PGlite', link: '/docs/about' }, + { text: 'Videos', link: '/docs/videos' }, + ], }, { text: 'Docs', diff --git a/docs/docs/videos.md b/docs/docs/videos.md new file mode 100644 index 000000000..b2177c171 --- /dev/null +++ b/docs/docs/videos.md @@ -0,0 +1,5 @@ +# Videos + +Compiling Postgres to WASM with PGlite (Sam Willis at [pgconf.dev](https://pgconf.dev)). + +