-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
docs: tweak nuxt doc #32063
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: tweak nuxt doc #32063
Conversation
|
WalkthroughThe changes consist of updating documentation and comment URLs throughout the codebase and documentation files. All references to the Nitro server engine and related resources previously using the domain Tip ⚡️ Faster reviews with caching
Enjoy the performance boost—your workflow just got faster. ✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (2)
docs/1.getting-started/01.introduction.md (1)
51-51
: Consistent Nitro URL update: The Nitro documentation link has been updated correctly tohttps://nitro.build/
. For consistency across the documentation, consider standardising trailing-slash usage for domain-level URLs (e.g. always include/
afternitro.build
).docs/1.getting-started/03.configuration.md (1)
152-152
: Maintain link formatting consistency: The Nitro link is currentlyhttps://nitro.build
without a trailing slash. To align with other instances (e.g.https://nitro.build/
), consider appending a/
for uniformity.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (15)
docs/1.getting-started/01.introduction.md
(1 hunks)docs/1.getting-started/03.configuration.md
(1 hunks)docs/1.getting-started/15.prerendering.md
(2 hunks)docs/1.getting-started/16.deployment.md
(2 hunks)docs/2.guide/1.concepts/3.rendering.md
(2 hunks)docs/2.guide/1.concepts/4.server-engine.md
(1 hunks)docs/2.guide/2.directory-structure/1.server.md
(5 hunks)docs/3.api/2.composables/use-request-url.md
(1 hunks)docs/3.api/3.utils/navigate-to.md
(1 hunks)docs/3.api/5.kit/11.nitro.md
(1 hunks)docs/3.api/5.kit/7.pages.md
(1 hunks)docs/3.api/6.advanced/1.hooks.md
(1 hunks)packages/nuxt/src/core/external-config-files.ts
(1 hunks)packages/schema/src/config/nitro.ts
(3 hunks)packages/schema/src/types/schema.ts
(3 hunks)
🧰 Additional context used
🪛 LanguageTool
docs/3.api/3.utils/navigate-to.md
[uncategorized] ~20-~20: Loose punctuation mark.
Context: ...ndredirectevent-location-code) instead. :: ### Within a Vue Component ```vue <s...
(UNLIKELY_OPENING_PUNCTUATION)
docs/3.api/2.composables/use-request-url.md
[uncategorized] ~16-~16: Loose punctuation mark.
Context: ...ed-host` for multi-tenant environments. :: ::code-group ```vue [pages/about.vue...
(UNLIKELY_OPENING_PUNCTUATION)
docs/3.api/5.kit/11.nitro.md
[uncategorized] ~197-~197: Loose punctuation mark.
Context: ...on](https://nitro.build/guide/plugins). :: ### Usage ```ts twoslash import { cr...
(UNLIKELY_OPENING_PUNCTUATION)
docs/2.guide/2.directory-structure/1.server.md
[uncategorized] ~392-~392: You might be missing the article “the” here.
Context: ...ed Usage ### Nitro Config You can use nitro
key in nuxt.config
to directly ...
(AI_EN_LECTOR_MISSING_DETERMINER_THE)
[uncategorized] ~393-~393: Loose punctuation mark.
Context: ...guration](https://nitro.build/config). ::warning This is an advanced option. Cus...
(UNLIKELY_OPENING_PUNCTUATION)
[uncategorized] ~395-~395: Loose punctuation mark.
Context: ...raded in semver-minor versions of Nuxt. :: ```ts [nuxt.config.ts] export default...
(UNLIKELY_OPENING_PUNCTUATION)
[style] ~467-~467: Consider a more concise word here.
Context: ...er](https://nitro.build/guide/storage). In order to configure additional storage mount poin...
(IN_ORDER_TO_PREMIUM)
docs/3.api/5.kit/7.pages.md
[uncategorized] ~62-~62: Loose punctuation mark.
Context: ...patterns with specific route settings. ::tip You can read more about Nitro route...
(UNLIKELY_OPENING_PUNCTUATION)
[uncategorized] ~64-~64: Loose punctuation mark.
Context: ...nitro.build/guide/routing#route-rules). :: ::tip{icon="i-lucide-video" to="https...
(UNLIKELY_OPENING_PUNCTUATION)
⏰ Context from checks skipped due to timeout of 90000ms (2)
- GitHub Check: lint-docs
- GitHub Check: code
🔇 Additional comments (26)
docs/2.guide/1.concepts/4.server-engine.md (1)
6-6
: Correct Nitro docs link update: The server-engine introduction now correctly references the new Nitro domainhttps://nitro.build/
.packages/nuxt/src/core/external-config-files.ts (1)
47-47
: Updated Nitro configuration URL: The inline comment has been updated to point to the official Nitro documentation athttps://nitro.build/config#configuration
, replacing the oldnitro.unjs.io
link.docs/3.api/5.kit/11.nitro.md (1)
197-197
: Nitro plugins guide link updated: The link to the Nitro plugins documentation now correctly points tohttps://nitro.build/guide/plugins
.🧰 Tools
🪛 LanguageTool
[uncategorized] ~197-~197: Loose punctuation mark.
Context: ...on](https://nitro.build/guide/plugins). :: ### Usage ```ts twoslash import { cr...(UNLIKELY_OPENING_PUNCTUATION)
docs/3.api/6.advanced/1.hooks.md (1)
93-93
: Updated Nitro hooks URL
The link has been correctly changed tohttps://nitro.build/guide/plugins#available-hooks
, ensuring it points to the official Nitro documentation domain.docs/1.getting-started/15.prerendering.md (2)
82-82
: Updated prerendering configuration link
The::read-more
URL has been updated tohttps://nitro.build/config#prerender
, matching the new Nitro documentation site.
102-102
: Updated routeRules configuration link
The::read-more
URL now correctly points tohttps://nitro.build/config/#routerules
, reflecting the current Nitro docs.docs/3.api/3.utils/navigate-to.md (1)
20-20
: Corrected server-side redirect link
ThesendRedirect
reference now useshttps://h3.dev/utils/response#sendredirectevent-location-code
, assuring it directs to the up-to-date H3 documentation.🧰 Tools
🪛 LanguageTool
[uncategorized] ~20-~20: Loose punctuation mark.
Context: ...ndredirectevent-location-code) instead. :: ### Within a Vue Component ```vue <s...(UNLIKELY_OPENING_PUNCTUATION)
docs/3.api/2.composables/use-request-url.md (2)
14-14
: Updated Nitro caching documentation link
The link to the Nitro caching layer has been updated tohttps://nitro.build/guide/cache
, aligning with the new domain.
16-16
: Updated cache options documentation link
The reference forcache.varies
options now correctly points tohttps://nitro.build/guide/cache#options
, ensuring consistency.🧰 Tools
🪛 LanguageTool
[uncategorized] ~16-~16: Loose punctuation mark.
Context: ...ed-host` for multi-tenant environments. :: ::code-group ```vue [pages/about.vue...(UNLIKELY_OPENING_PUNCTUATION)
docs/3.api/5.kit/7.pages.md (2)
61-61
: Updated Nitro engine reference link
The Nitro server engine link has been updated tohttps://nitro.build/
, matching the official documentation domain.
64-64
: Updated Nitro route rules documentation link
The::tip
now correctly links tohttps://nitro.build/guide/routing#route-rules
, reflecting the current Nitro docs URL.🧰 Tools
🪛 LanguageTool
[uncategorized] ~64-~64: Loose punctuation mark.
Context: ...nitro.build/guide/routing#route-rules). :: ::tip{icon="i-lucide-video" to="https...(UNLIKELY_OPENING_PUNCTUATION)
packages/schema/src/config/nitro.ts (3)
6-6
: Update Nitro configuration docs URL
The@see
link now correctly points tohttps://nitro.build/config/
instead of the old domain.
41-41
: Update Nitro route rules docs URL
The@see
link for route rules has been updated to the new Nitro domain (nitro.build
).
71-71
: Update Nitro server routes docs URL
The@see
annotation now referenceshttps://nitro.build/guide/routing
, matching the official Nitro site.docs/2.guide/2.directory-structure/1.server.md (5)
100-100
: Update Nitro Plugins link
The:read-more
link now correctly points to the Nitro Plugins guide onnitro.build
.
163-163
: Update H3 validation tip link
The tip link has been updated fromh3.unjs.io
toh3.dev
, reflecting the current H3 domain.
392-392
: Update Nitro configuration reference
The inline guidance now links tohttps://nitro.build/config
, aligning with the official Nitro documentation.🧰 Tools
🪛 LanguageTool
[uncategorized] ~392-~392: You might be missing the article “the” here.
Context: ...ed Usage ### Nitro Config You can usenitro
key innuxt.config
to directly ...(AI_EN_LECTOR_MISSING_DETERMINER_THE)
467-467
: Update Nitro storage layer link
The sentence now links tohttps://nitro.build/guide/storage
for the storage layer documentation.🧰 Tools
🪛 LanguageTool
[style] ~467-~467: Consider a more concise word here.
Context: ...er](https://nitro.build/guide/storage). In order to configure additional storage mount poin...(IN_ORDER_TO_PREMIUM)
509-509
: Update Nitro storage read-more link
The final:read-more
has been corrected to point tonitro.build
.packages/schema/src/types/schema.ts (3)
1736-1736
: Update Nitro configuration docs URL
The schema comment now referenceshttps://nitro.build/config/
for the Nitro configuration docs.
1745-1745
: Update Nitro route rules docs URL
The@see
annotation now correctly points to the Nitro route rules section onnitro.build
.
1771-1771
: Update Nitro server routes docs URL
The documentation link for development server routes has been updated tohttps://nitro.build/guide/routing
.docs/1.getting-started/16.deployment.md (2)
65-65
: Update Node-server preset docs link
The:read-more
link now correctly directs tohttps://nitro.build/deploy/node
.
114-114
: Update general Nitro deployment link
The check link now points tohttps://nitro.build/deploy
, ensuring consistency.docs/2.guide/1.concepts/3.rendering.md (2)
155-155
: Update Nitro caching layer link
The reference to the Nitro caching guide has been updated tohttps://nitro.build/guide/cache
.
222-222
: Update Nitro engine link
The link to Nitro’s homepage now points tohttps://nitro.build/
.
@nuxt/kit
nuxt
@nuxt/rspack-builder
@nuxt/schema
@nuxt/vite-builder
@nuxt/webpack-builder
commit: |
CodSpeed Performance ReportMerging #32063 will not alter performanceComparing Summary
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is very helpful - thank you 🙏
Thanks @danielroe . 😊 |
🔗 Linked issue
📚 Description