We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea0e1aa commit 9f328acCopy full SHA for 9f328ac
detectors/frameworks.json
@@ -28,6 +28,17 @@
28
"js": "[...document.querySelectorAll('*')].map((el) => Boolean(el.__vue__?.$vuepress)).filter(Boolean).length"
29
}
30
},
31
+ "vitepress": {
32
+ "metas": {
33
+ "slug": "vitepress",
34
+ "name": "VitePress",
35
+ "imgPath": "/framework/vitepress.svg",
36
+ "url": "https://vitepress.vuejs.org"
37
+ },
38
+ "detectors": {
39
+ "js": "[...document.querySelectorAll('*')].map((el) => el.__vue_app__?._component.name === 'VitePressApp').filter(Boolean).length"
40
+ }
41
42
"gridsome": {
43
"metas": {
44
"slug": "gridsome",
icons/framework/vitepress.svg
0 commit comments