diff --git a/.doc-jitrc b/.doc-jitrc index fdfe562..b5dfc5e 100644 --- a/.doc-jitrc +++ b/.doc-jitrc @@ -1,5 +1,7 @@ { "patterns": { - "**/*.vue": "https://vuejs.org/guide/introduction.html" + "**/*.vue": "https://vuejs.org/guide/introduction.html", + "**/*.store.ts": "https://pinia.vuejs.org/introduction.html", + "**/router/*.ts": "https://router.vuejs.org/" } } \ No newline at end of file