🔧 (doc-jit) add labels to urls
This commit is contained in:
20
.doc-jitrc
20
.doc-jitrc
@@ -1,8 +1,20 @@
|
|||||||
{
|
{
|
||||||
"patterns": {
|
"patterns": {
|
||||||
"**/*.vue": "https://vuejs.org/guide/introduction.html",
|
"**/*.vue": {
|
||||||
"**/*.test.ts": "https://v1.test-utils.vuejs.org/guides",
|
"label": "VueJS documentation",
|
||||||
"**/*.store.ts": "https://pinia.vuejs.org/introduction.html",
|
"uri": "https://vuejs.org/guide/introduction.html"
|
||||||
"**/router/*.ts": "https://router.vuejs.org/"
|
},
|
||||||
|
"**/*.test.ts": {
|
||||||
|
"label": "Vue Test Utils documentation",
|
||||||
|
"uri": "https://v1.test-utils.vuejs.org/guides"
|
||||||
|
},
|
||||||
|
"**/*.store.ts": {
|
||||||
|
"label": "Pinia store documentation",
|
||||||
|
"uri": "https://pinia.vuejs.org/introduction.html"
|
||||||
|
},
|
||||||
|
"**/router/*.ts": {
|
||||||
|
"label": "Vue router documentation",
|
||||||
|
"uri": "https://router.vuejs.org/"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user