Skip to content

Commit c7ed99b

Browse files
committed
feat: add Docus detection
1 parent 5053290 commit c7ed99b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

detectors/nuxt.modules.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,5 +372,16 @@
372372
"detectors": {
373373
"js": "window.$nuxt?.$cloudinary"
374374
}
375+
},
376+
"docus": {
377+
"metas": {
378+
"slug": "docus",
379+
"name": "docus",
380+
"imgPath": null,
381+
"url": "https://docus.dev"
382+
},
383+
"detectors": {
384+
"js": "window.$nuxt?.$docus"
385+
}
375386
}
376387
}

0 commit comments

Comments
 (0)