Skip to content

Commit

Permalink
docs: fix search
Browse files Browse the repository at this point in the history
  • Loading branch information
geekdada committed Dec 13, 2024
1 parent a60e616 commit bc0de47
Show file tree
Hide file tree
Showing 3 changed files with 450 additions and 273 deletions.
10 changes: 1 addition & 9 deletions docs/.vuepress/theme/layouts/Layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,7 @@
</ParentLayout>
</template>

<script>
<script setup>
import ParentLayout from '@vuepress/theme-default/layouts/Layout.vue'
import Sponsor from '../../components/Sponsor.vue';
export default {
name: 'Layout',
components: {
ParentLayout,
Sponsor,
}
}
</script>
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,17 +146,17 @@
"@types/urlsafe-base64": "^1.0.31",
"@typescript-eslint/eslint-plugin": "^7",
"@typescript-eslint/parser": "^7",
"@vuepress/bundler-vite": "2.0.0-rc.9",
"@vuepress/client": "2.0.0-rc.9",
"@vuepress/core": "2.0.0-rc.9",
"@vuepress/markdown": "2.0.0-rc.9",
"@vuepress/bundler-vite": "2.0.0-rc.10",
"@vuepress/client": "2.0.0-rc.10",
"@vuepress/core": "2.0.0-rc.10",
"@vuepress/markdown": "2.0.0-rc.10",
"@vuepress/plugin-docsearch": "2.0.0-rc.26",
"@vuepress/plugin-google-analytics": "2.0.0-rc.21",
"@vuepress/plugin-register-components": "2.0.0-rc.21",
"@vuepress/plugin-sitemap": "2.0.0-rc.26",
"@vuepress/shared": "2.0.0-rc.9",
"@vuepress/shared": "2.0.0-rc.10",
"@vuepress/theme-default": "2.0.0-rc.26",
"@vuepress/utils": "2.0.0-rc.9",
"@vuepress/utils": "2.0.0-rc.10",
"ava": "^5.3.1",
"benchmark": "^2.1.4",
"bumpp": "^9.4.0",
Expand Down Expand Up @@ -184,15 +184,15 @@
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vue": "^3.4.21",
"vuepress": "2.0.0-rc.9",
"vuepress": "2.0.0-rc.10",
"vuepress-plugin-umami-analytics": "1.8.1"
},
"resolutions": {
"@vuepress/client": "2.0.0-rc.9",
"@vuepress/core": "2.0.0-rc.9",
"@vuepress/markdown": "2.0.0-rc.9",
"@vuepress/utils": "2.0.0-rc.9",
"vuepress": "2.0.0-rc.9"
"@vuepress/client": "2.0.0-rc.10",
"@vuepress/core": "2.0.0-rc.10",
"@vuepress/markdown": "2.0.0-rc.10",
"@vuepress/utils": "2.0.0-rc.10",
"vuepress": "2.0.0-rc.10"
},
"ava": {
"failFast": false,
Expand Down Expand Up @@ -246,4 +246,4 @@
"[email protected]": "patches/[email protected]"
}
}
}
}
Loading

0 comments on commit bc0de47

Please sign in to comment.