Commit Graph

1856 Commits

Author SHA1 Message Date
Daniel Roe
275521aaea
Merge remote-tracking branch 'origin/main' into feat/unhead-v2 2025-02-08 21:48:30 +00:00
Camille Coutens
059700616e
docs: add auto import info about shared utils (#30858)
Co-authored-by: Julien Huang <julien.h.dev@gmail.com>
2025-02-08 21:22:17 +00:00
Alex Liu
2d88d86835
docs: improve navigateTo docs with clearer structure and examples (#30876) 2025-02-08 09:08:38 +00:00
Alex Liu
7edf7e41eb
docs: add additional information about NuxtPage (#30781) 2025-02-07 21:57:27 +00:00
Alex Liu
eacdfaa20d
docs: add nuxt lifecycle (#30726)
Co-authored-by: Sébastien Chopin <atinux@gmail.com>
2025-02-07 21:46:40 +00:00
Daniel Roe
bc13a4a0a5
docs: update path to nuxt binary 2025-02-07 08:54:39 +00:00
Hussain Panahy
f601abc325
docs: fix typo (#30817) 2025-01-30 22:29:57 +01:00
@beer
a6a7ad4c49
docs: tiny typo (#30799) 2025-01-29 23:08:33 +08:00
Alan Schio
31ffecceab
docs: add example on how to disable default routes for ssg (#30729) 2025-01-24 14:42:05 +00:00
Harlan Wilton
0ce81cba96
Merge branch 'main' into feat/unhead-v2 2025-01-22 15:48:45 +11:00
Saeid Zareie
2dd767216c
docs: add more context about navigation mode in callOnce composable (#30612) 2025-01-21 14:12:52 +00:00
Daniel Roe
3dd52733b6
docs: update links to unhead source 2025-01-21 12:03:37 +00:00
Zakhar Shymanchyk
d947f511d9
docs: explain how to use ClientOnly with onMounted hook (#30670) 2025-01-21 12:01:27 +00:00
harlan
d6913598f0 doc: broken links 2025-01-21 17:07:34 +11:00
harlan
96f6e16414 Merge branch 'main' of github.com:nuxt/nuxt into feat/unhead-v2 2025-01-21 15:10:17 +11:00
Alex Liu
d69215e01b
docs: adjust examples, type and description for addRouteMiddleware (#30656) 2025-01-20 14:01:31 +00:00
Daniel Roe
a33bb94688
docs: update nuxt/content example 2025-01-20 13:50:42 +00:00
Alex Liu
fdcc1d7bb0
docs: add description for prefetch and other details of NuxtLink (#30614) 2025-01-17 11:50:05 +00:00
Daniel Roe
6d7524ee37
docs: fix links to nuxi source code 2025-01-16 23:58:26 +00:00
Arturs Jansons
4cdf3d1c6c
docs: fix example command (#30628) 2025-01-16 13:28:28 +00:00
Maxime Pauvert
3bab4d1170
docs: add link to custom useFetch example (#30629) 2025-01-16 13:28:15 +00:00
Alex Liu
0a2b01fbc4
docs: update examples to use function declarations for clarity (#30588) 2025-01-14 14:36:09 +00:00
Camille Coutens
406732ad44
docs: add context for useAsyncData side effects (#30479) 2025-01-14 14:05:29 +00:00
ikxin
2693dc2914
docs: resolve many twoslash errors (#30573) 2025-01-14 09:34:02 +00:00
harlan
edc88d2267 Merge branch 'main' of github.com:nuxt/nuxt into feat/unhead-v2 2025-01-14 20:08:09 +11:00
harlan
99d36f1be7 feat: @unhead/vue v2 2025-01-14 20:03:48 +11:00
Alex Liu
50edb86e3a
docs: adjust example and additional instructions of useNuxtData (#30570) 2025-01-13 20:48:20 +00:00
Daniel Roe
47224895ff
docs: update links to unhead source 2025-01-13 16:26:37 +00:00
Guspan Tanadi
4993c58e40
docs: update hash link to correct heading (#30543) 2025-01-12 11:17:34 +00:00
Alex Liu
f357622fec
docs: add status detail and enhance getCachedData readability (#30536) 2025-01-11 19:54:43 +00:00
Daniel Roe
650b83f3ab
docs: update link to @nuxt/module-builder source 2025-01-11 17:23:37 +00:00
Alex Liu
7dba33500b
docs: ensure correct type for url in useFetch (#30531) 2025-01-10 17:47:12 +00:00
Matej Černý
842531d2e5
docs: update v4 release date (#30514) 2025-01-09 21:36:07 +01:00
Clément Ollivier
728b7e1c25
docs: document the add layer command (#30476) 2025-01-06 16:27:39 +00:00
Clément Ollivier
88c9f64ec6
docs: document --dev option for the module command (#30477) 2025-01-06 16:27:27 +00:00
Anders Bootsmann Larsen
7a5fd9b5f2
docs: add warning about prerendering (#30437) 2025-01-04 22:40:34 +00:00
Horu
a929bf2432
docs: fix typos (#30413) 2024-12-30 19:35:49 +00:00
Daniel Roe
e70ef00e55
docs: update references to lodash and recommend es-toolkit 2024-12-29 23:09:42 +00:00
@beer
6c600c2b03
docs: add spacing (#30331) 2024-12-23 16:24:21 +00:00
Nishant Aanjaney Jalan
2ed819ab61
docs: fix filename for prerendering page (#30333) 2024-12-22 16:54:59 +00:00
David Nahodyl
62e19c250f
docs: add recipe for session and authentication (#27287)
Co-authored-by: Sébastien Chopin <atinux@gmail.com>
2024-12-20 20:09:50 +00:00
Daniel Roe
5d8a58fcf6
docs: update migration documentation for inlineStyles 2024-12-20 11:25:48 +00:00
Bobbie Goede
c83507e315
docs: update nuxi command pages (#30199) 2024-12-18 10:29:56 +00:00
Matej Černý
59f5a76d51
feat(nuxt): support local functions in definePageMeta (#30241) 2024-12-18 09:42:43 +00:00
derHodrig
d61d239b43
docs: update auto-imports to advertise the scan feature (#30292) 2024-12-18 09:37:34 +00:00
Martins Zeltins
6fc69b8ef9
docs: add a note about compatibilityVersion feature flag (#30274) 2024-12-16 15:09:05 +00:00
Daniel Roe
c72cc1ba96
docs: update nitro links + fix link checking (#30228) 2024-12-11 13:58:56 +00:00
Daniel Roe
dd91ac884b
docs: handle zero-length string 2024-12-11 13:30:12 +00:00
Daniel Roe
458ead0c8b
docs: document vite.css.preprocessorMaxWorkers
resolves https://github.com/nuxt/nuxt/issues/26539
2024-12-11 12:42:44 +00:00
Matt
9f33d7c727
docs: add shared directory documentation (#29816) 2024-12-11 12:29:52 +00:00