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