From 558a7260aa4c49774691d785e84aa5029baa5dbc Mon Sep 17 00:00:00 2001 From: Andrey Date: Wed, 16 Aug 2023 14:43:57 +0300 Subject: [PATCH] fix(docs): make examples link consistent --- docs/3.api/4.advanced/2.kit.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/3.api/4.advanced/2.kit.md b/docs/3.api/4.advanced/2.kit.md index fb8911bd63..aab126160a 100644 --- a/docs/3.api/4.advanced/2.kit.md +++ b/docs/3.api/4.advanced/2.kit.md @@ -506,9 +506,9 @@ An object or an array of objects with the following properties: #### Examples ```ts +// https://github.com/pi0/storyblok-nuxt import { defineNuxtModule, addImports, createResolver } from '@nuxt/kit' -// creds: https://github.com/pi0/storyblok-nuxt export default defineNuxtModule({ setup(options, nuxt) { const names = [ @@ -557,9 +557,9 @@ Options to pass to the import. If `prepend` is set to `true`, the imports will b #### Examples ```ts +// https://github.com/vueuse/motion/tree/main/src/nuxt import { defineNuxtModule, addImportsDir, createResolver } from '@nuxt/kit' -// creds: https://github.com/vueuse/motion/tree/main/src/nuxt export default defineNuxtModule({ meta: { name: '@vueuse/motion', @@ -693,9 +693,9 @@ An object or an array of objects with the following properties: #### Examples ```ts +// https://github.com/elk-zone/elk import { defineNuxtModule, addImportsSources } from '@nuxt/kit' -// creds: https://github.com/elk-zone/elk export default defineNuxtModule({ setup() { // add imports from h3 to make them autoimported