Skip to content

Commit

Permalink
Replace Algolia with Kagi Sidekick (#337)
Browse files Browse the repository at this point in the history
Fix hydration issues

Bump sidekick version
  • Loading branch information
ben476 authored Feb 6, 2024
1 parent 3a54056 commit 92a25db
Show file tree
Hide file tree
Showing 3 changed files with 146 additions and 4 deletions.
4 changes: 4 additions & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { defineConfig } from 'vitepress'
import { SearchPlugin } from 'kagi-sidekick-vitepress'

// https://vitepress.dev/reference/site-config
export default defineConfig({
Expand Down Expand Up @@ -65,6 +66,9 @@ export default defineConfig({
resolve: {
preserveSymlinks: true,
},
plugins: [SearchPlugin({
origin: "https://sidekick.kagi.com"
})]
},
ignoreDeadLinks: true,
sitemap: {
Expand Down
145 changes: 141 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"dependencies": {
"@docsearch/js": "^3.5.1",
"esbuild": "^0.19.3",
"kagi-sidekick-vitepress": "^0.0.1-alpha.13",
"medium-zoom": "^1.0.8",
"vitepress": "^1.0.0-beta.7",
"vitepress-plugin-pagefind": "^0.2.4"
Expand Down

0 comments on commit 92a25db

Please sign in to comment.