@nuxt/docs-nightly 4.4.0-29535027.34787e4f → 4.4.0-29535815.ada4e895

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -79,7 +79,7 @@ The Nuxt connector will appear in the composer's "Developer mode" tool later dur
79
79
  ### Claude Code
80
80
 
81
81
  ::note{icon="i-lucide-info"}
82
- **Ensure Claude Code is installed** - Visit [Anthropic's documentation](https://docs.claude.com/en/docs/claude-code/quickstart) for installation instructions.
82
+ **Ensure Claude Code is installed** - Visit [Anthropic's documentation](https://code.claude.com/docs/en/quickstart) for installation instructions.
83
83
  ::
84
84
 
85
85
  Add the server using the CLI command:
@@ -42,7 +42,7 @@ Nuxt provides specialized LLMs.txt files that you can reference in Cursor for be
42
42
  1. **Direct reference**: Mention the LLMs.txt URLs when asking questions
43
43
  2. Add these specific URLs to your project context using `@docs`
44
44
 
45
- [Read more about Cursor Web and Docs Search](https://cursor.com/docs/context/symbols)
45
+ [Read more about Cursor Web and Docs Search](https://cursor.com/docs/context/mentions)
46
46
 
47
47
  ### Windsurf
48
48
 
@@ -210,7 +210,7 @@ We've successfully set up a very basic user authentication and session managemen
210
210
 
211
211
  As next steps, you can:
212
212
  - Add authentication using the [20+ supported OAuth providers](https://github.com/atinux/nuxt-auth-utils?tab=readme-ov-file#supported-oauth-providers)
213
- - Add a database to store users, see [Nitro SQL Database](https://nitro.build/guide/database) or [NuxtHub SQL Database](https://hub.nuxt.com/docs/features/database)
213
+ - Add a database to store users, see [Nitro SQL Database](https://nitro.build/guide/database) or [NuxtHub SQL Database](https://hub.nuxt.com/docs/database)
214
214
  - Let user signup with email & password using [password hashing](https://github.com/atinux/nuxt-auth-utils?tab=readme-ov-file#password-hashing)
215
215
  - Add support for [WebAuthn / Passkeys](https://github.com/atinux/nuxt-auth-utils?tab=readme-ov-file#webauthn-passkey)
216
216
 
@@ -41,7 +41,7 @@ We recommend taking a look at [how to report bugs](/docs/4.x/community/reporting
41
41
 
42
42
  ## "I need professional help"
43
43
 
44
- If the community couldn't provide the help you need in the time-frame you have, NuxtLabs offers professional support with the [Nuxt Experts](https://nuxt.com/enterprise/support).
44
+ If the community couldn't provide the help you need in the time-frame you have, NuxtLabs offers professional support with the [Nuxt Experts](https://nuxt.com/enterprise/agencies).
45
45
 
46
46
  The objective of the Nuxt Expert is to provide support to the Vue ecosystem, while also creating freelance opportunities for those contributing to open-source solutions, thus helping to maintain the sustainability of the ecosystem.
47
47
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/docs-nightly",
3
- "version": "4.4.0-29535027.34787e4f",
3
+ "version": "4.4.0-29535815.ada4e895",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/nuxt.git",