🔧 (doc-jit) init doc-jit configuration

This commit is contained in:
Julien Calixte
2023-07-01 23:32:22 +02:00
parent d067d5cd49
commit 0855daf0bd

14
.doc-jitrc.json Normal file
View File

@@ -0,0 +1,14 @@
{
"patterns": {
"**/*.vue": [
{
"label": "Vue i18n",
"uri": "https://vue-i18n.intlify.dev/guide/introduction.html"
}
],
"vite.config.ts": {
"label": "Lite Note GitHub app",
"uri": "https://github.com/organizations/lite-note/settings/apps/lite-note"
}
}
}