From 9c2e0774d9ae14afc542727bd31496675347abc5 Mon Sep 17 00:00:00 2001 From: Harlan Wilton Date: Fri, 12 Apr 2024 21:44:04 +1000 Subject: [PATCH] docs: clean up (#18) --- README.md | 6 +- docs/app.config.ts | 6 +- .../OgImage/{OgImageDocs.vue => Docs.vue} | 4 - docs/content/index.yml | 2 +- docs/nuxt.config.ts | 4 - docs/package.json | 5 +- pnpm-lock.yaml | 672 +++++++++++++----- 7 files changed, 518 insertions(+), 181 deletions(-) rename docs/components/OgImage/{OgImageDocs.vue => Docs.vue} (99%) diff --git a/README.md b/README.md index bd12b3eb..5405c6b6 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,9 @@ npx nuxi@latest module add @nuxt/scripts Done! You can now start using Nuxt Scripts in your Nuxt app. -Check out the [📖   docs](#docs) or these resources to get started: -- [👉   Script Registry](#registry) -- [👉   useScript](https://unhead.unjs.io/usage/composables/use-script) +Check out the [📖  docs](https://nuxt-scripts.vercel.app/) or these resources to get started: +- [👉  Script Registry](https://nuxt-scripts.vercel.app/scripts) +- [👉  useScript](https://unhead.unjs.io/usage/composables/use-script) ## License diff --git a/docs/app.config.ts b/docs/app.config.ts index 0c3af0bc..f5c101f9 100644 --- a/docs/app.config.ts +++ b/docs/app.config.ts @@ -20,7 +20,7 @@ export default defineAppConfig({ header: { links: [{ 'icon': 'i-simple-icons-github', - 'to': 'https://github.com/nuxt-hub/core', + 'to': 'https://github.com/nuxt/scripts', 'target': '_blank', 'aria-label': 'Nuxt Scripts', }], @@ -29,11 +29,11 @@ export default defineAppConfig({ title: 'Table of Contents', bottom: { title: 'Community', - edit: 'https://github.com/nuxt-hub/core/edit/main/docs/content', + edit: 'https://github.com/nnuxt/scripts/edit/main/docs/content', links: [{ icon: 'i-heroicons-star', label: 'Star on GitHub', - to: 'https://github.com/nuxt-hub/core', + to: 'https://github.com/nuxt/scripts', target: '_blank', }, { icon: 'i-simple-icons-nuxtdotjs', diff --git a/docs/components/OgImage/OgImageDocs.vue b/docs/components/OgImage/Docs.vue similarity index 99% rename from docs/components/OgImage/OgImageDocs.vue rename to docs/components/OgImage/Docs.vue index 84d87467..139e88a7 100644 --- a/docs/components/OgImage/OgImageDocs.vue +++ b/docs/components/OgImage/Docs.vue @@ -1,8 +1,4 @@