Skip to content

Commit

Permalink
feat: adds search via orama
Browse files Browse the repository at this point in the history
  • Loading branch information
micheleriva committed Dec 7, 2023
1 parent f1d202e commit ef5b007
Show file tree
Hide file tree
Showing 3 changed files with 720 additions and 10 deletions.
5 changes: 5 additions & 0 deletions docs/.vitepress/config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { defineConfig } from 'vitepress';
import { OramaPlugin } from '@orama/plugin-vitepress';

// https://vitepress.dev/reference/site-config
export default defineConfig({
Expand All @@ -9,6 +10,10 @@ export default defineConfig({

head: [['link', { rel: 'icon', href: 'https://www.chialab.it/favicon.png' }]],

vite: {
plugins: [OramaPlugin()]
},

themeConfig: {
logo: 'https://raw.githubusercontent.com/chialab/loock/main/logo.svg',

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"@changesets/cli": "^2.24.1",
"@chialab/eslint-config": "^4.0.0",
"@chialab/prettier-config": "^1.2.2",
"@orama/plugin-vitepress": "^2.0.0-beta.9",
"@playwright/test": "^1.39.0",
"esbuild": "^0.19.5",
"eslint": "^8.0.0",
Expand Down
Loading

0 comments on commit ef5b007

Please sign in to comment.