From 6d7524ee37a0a8e4d2f21968ae76b151887147c3 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Thu, 16 Jan 2025 23:58:26 +0000 Subject: [PATCH] docs: fix links to `nuxi` source code --- docs/3.api/4.commands/add.md | 2 +- docs/3.api/4.commands/analyze.md | 2 +- docs/3.api/4.commands/build.md | 2 +- docs/3.api/4.commands/cleanup.md | 2 +- docs/3.api/4.commands/dev.md | 2 +- docs/3.api/4.commands/devtools.md | 2 +- docs/3.api/4.commands/generate.md | 2 +- docs/3.api/4.commands/info.md | 2 +- docs/3.api/4.commands/init.md | 2 +- docs/3.api/4.commands/module.md | 2 +- docs/3.api/4.commands/prepare.md | 2 +- docs/3.api/4.commands/preview.md | 2 +- docs/3.api/4.commands/typecheck.md | 2 +- docs/3.api/4.commands/upgrade.md | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/3.api/4.commands/add.md b/docs/3.api/4.commands/add.md index c452ed8b80..458be3b782 100644 --- a/docs/3.api/4.commands/add.md +++ b/docs/3.api/4.commands/add.md @@ -4,7 +4,7 @@ description: "Scaffold an entity into your Nuxt application." links: - label: Source icon: i-simple-icons-github - to: https://github.com/nuxt/cli/blob/main/src/commands/add.ts + to: https://github.com/nuxt/cli/blob/main/packages/nuxi/src/commands/add.ts size: xs --- diff --git a/docs/3.api/4.commands/analyze.md b/docs/3.api/4.commands/analyze.md index 60372bc7c0..f3bb3c3ea6 100644 --- a/docs/3.api/4.commands/analyze.md +++ b/docs/3.api/4.commands/analyze.md @@ -4,7 +4,7 @@ description: "Analyze the production bundle or your Nuxt application." links: - label: Source icon: i-simple-icons-github - to: https://github.com/nuxt/cli/blob/main/src/commands/analyze.ts + to: https://github.com/nuxt/cli/blob/main/packages/nuxi/src/commands/analyze.ts size: xs --- diff --git a/docs/3.api/4.commands/build.md b/docs/3.api/4.commands/build.md index 2fdad2f675..80a3ccdabe 100644 --- a/docs/3.api/4.commands/build.md +++ b/docs/3.api/4.commands/build.md @@ -4,7 +4,7 @@ description: "Build your Nuxt application." links: - label: Source icon: i-simple-icons-github - to: https://github.com/nuxt/cli/blob/main/src/commands/build.ts + to: https://github.com/nuxt/cli/blob/main/packages/nuxi/src/commands/build.ts size: xs --- diff --git a/docs/3.api/4.commands/cleanup.md b/docs/3.api/4.commands/cleanup.md index b7052cda08..97ffeaa1fa 100644 --- a/docs/3.api/4.commands/cleanup.md +++ b/docs/3.api/4.commands/cleanup.md @@ -4,7 +4,7 @@ description: 'Remove common generated Nuxt files and caches.' links: - label: Source icon: i-simple-icons-github - to: https://github.com/nuxt/cli/blob/main/src/commands/cleanup.ts + to: https://github.com/nuxt/cli/blob/main/packages/nuxi/src/commands/cleanup.ts size: xs --- diff --git a/docs/3.api/4.commands/dev.md b/docs/3.api/4.commands/dev.md index 44daff53ed..d94de70904 100644 --- a/docs/3.api/4.commands/dev.md +++ b/docs/3.api/4.commands/dev.md @@ -4,7 +4,7 @@ description: The dev command starts a development server with hot module replace links: - label: Source icon: i-simple-icons-github - to: https://github.com/nuxt/cli/blob/main/src/commands/dev.ts + to: https://github.com/nuxt/cli/blob/main/packages/nuxi/src/commands/dev.ts size: xs --- diff --git a/docs/3.api/4.commands/devtools.md b/docs/3.api/4.commands/devtools.md index 8b65a3c421..ab3d6921f9 100644 --- a/docs/3.api/4.commands/devtools.md +++ b/docs/3.api/4.commands/devtools.md @@ -4,7 +4,7 @@ description: The devtools command allows you to enable or disable Nuxt DevTools links: - label: Source icon: i-simple-icons-github - to: https://github.com/nuxt/cli/blob/main/src/commands/devtools.ts + to: https://github.com/nuxt/cli/blob/main/packages/nuxi/src/commands/devtools.ts size: xs --- diff --git a/docs/3.api/4.commands/generate.md b/docs/3.api/4.commands/generate.md index d0b621af58..6e152bb8ff 100644 --- a/docs/3.api/4.commands/generate.md +++ b/docs/3.api/4.commands/generate.md @@ -4,7 +4,7 @@ description: Pre-renders every route of the application and stores the result in links: - label: Source icon: i-simple-icons-github - to: https://github.com/nuxt/cli/blob/main/src/commands/generate.ts + to: https://github.com/nuxt/cli/blob/main/packages/nuxi/src/commands/generate.ts size: xs --- diff --git a/docs/3.api/4.commands/info.md b/docs/3.api/4.commands/info.md index c47593497d..79f3eb0aac 100644 --- a/docs/3.api/4.commands/info.md +++ b/docs/3.api/4.commands/info.md @@ -4,7 +4,7 @@ description: The info command logs information about the current or specified Nu links: - label: Source icon: i-simple-icons-github - to: https://github.com/nuxt/cli/blob/main/src/commands/info.ts + to: https://github.com/nuxt/cli/blob/main/packages/nuxi/src/commands/info.ts size: xs --- diff --git a/docs/3.api/4.commands/init.md b/docs/3.api/4.commands/init.md index 4e6eeda079..168671ab4e 100644 --- a/docs/3.api/4.commands/init.md +++ b/docs/3.api/4.commands/init.md @@ -4,7 +4,7 @@ description: The init command initializes a fresh Nuxt project. links: - label: Source icon: i-simple-icons-github - to: https://github.com/nuxt/cli/blob/main/src/commands/init.ts + to: https://github.com/nuxt/cli/blob/main/packages/nuxi/src/commands/init.ts size: xs --- diff --git a/docs/3.api/4.commands/module.md b/docs/3.api/4.commands/module.md index b54bcbe61a..846f15272d 100644 --- a/docs/3.api/4.commands/module.md +++ b/docs/3.api/4.commands/module.md @@ -4,7 +4,7 @@ description: "Search and add modules to your Nuxt application with the command l links: - label: Source icon: i-simple-icons-github - to: https://github.com/nuxt/cli/blob/main/src/commands/module/ + to: https://github.com/nuxt/cli/blob/main/packages/nuxi/src/commands/module/ size: xs --- diff --git a/docs/3.api/4.commands/prepare.md b/docs/3.api/4.commands/prepare.md index da5a302a5a..71186d9cbb 100644 --- a/docs/3.api/4.commands/prepare.md +++ b/docs/3.api/4.commands/prepare.md @@ -4,7 +4,7 @@ description: The prepare command creates a .nuxt directory in your application a links: - label: Source icon: i-simple-icons-github - to: https://github.com/nuxt/cli/blob/main/src/commands/prepare.ts + to: https://github.com/nuxt/cli/blob/main/packages/nuxi/src/commands/prepare.ts size: xs --- diff --git a/docs/3.api/4.commands/preview.md b/docs/3.api/4.commands/preview.md index fd3c2325af..2548d8b7a5 100644 --- a/docs/3.api/4.commands/preview.md +++ b/docs/3.api/4.commands/preview.md @@ -4,7 +4,7 @@ description: The preview command starts a server to preview your application aft links: - label: Source icon: i-simple-icons-github - to: https://github.com/nuxt/cli/blob/main/src/commands/preview.ts + to: https://github.com/nuxt/cli/blob/main/packages/nuxi/src/commands/preview.ts size: xs --- diff --git a/docs/3.api/4.commands/typecheck.md b/docs/3.api/4.commands/typecheck.md index 40d1512f32..85276f2489 100644 --- a/docs/3.api/4.commands/typecheck.md +++ b/docs/3.api/4.commands/typecheck.md @@ -4,7 +4,7 @@ description: The typecheck command runs vue-tsc to check types throughout your a links: - label: Source icon: i-simple-icons-github - to: https://github.com/nuxt/cli/blob/main/src/commands/typecheck.ts + to: https://github.com/nuxt/cli/blob/main/packages/nuxi/src/commands/typecheck.ts size: xs --- diff --git a/docs/3.api/4.commands/upgrade.md b/docs/3.api/4.commands/upgrade.md index fe64fc743c..88144d0918 100644 --- a/docs/3.api/4.commands/upgrade.md +++ b/docs/3.api/4.commands/upgrade.md @@ -4,7 +4,7 @@ description: The upgrade command upgrades Nuxt to the latest version. links: - label: Source icon: i-simple-icons-github - to: https://github.com/nuxt/cli/blob/main/src/commands/upgrade.ts + to: https://github.com/nuxt/cli/blob/main/packages/nuxi/src/commands/upgrade.ts size: xs ---