Skip to content

Commit

Permalink
Added search to documentation (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonrietdijk authored Apr 13, 2024
1 parent 212e9c0 commit f0ffe56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ export default {
base: '/livewire-tables',
themeConfig: {
logo: 'https://ramonrietdijk.nl/img/logo.svg',
search: {
provider: 'local'
},
socialLinks: [
{
icon: 'github',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "Ramon Rietdijk",
"license": "MIT",
"devDependencies": {
"vitepress": "^1.0.0-rc.45",
"vitepress": "^1.1.0",
"vue": "^3.4.21"
}
}

0 comments on commit f0ffe56

Please sign in to comment.