From 0855daf0bd21c41d419b250467ea502a43998ac0 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sat, 1 Jul 2023 23:32:22 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20(doc-jit)=20init=20doc-jit=20con?= =?UTF-8?q?figuration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .doc-jitrc.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .doc-jitrc.json diff --git a/.doc-jitrc.json b/.doc-jitrc.json new file mode 100644 index 0000000..817cd80 --- /dev/null +++ b/.doc-jitrc.json @@ -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" + } + } +} \ No newline at end of file