Jakub Andrzejewski
5cfd835163
feat(nuxi): reload nuxt when restart
hook is called ( #19084 )
2023-03-01 04:15:01 -08:00
Inesh Bose
c7eb891e12
fix(nuxt): deprecate scanning directory index plugins ( #18418 )
2023-03-01 04:08:58 -08:00
Mahdi Shah abbasian
6009deb24e
docs: use consistent indentation in examples ( #19342 )
2023-02-28 13:31:41 -08:00
Rafael Magalhaes
99a47c1dd0
docs: improved going further modules documentation ( #19219 )
...
Co-authored-by: Rafael Magalhaes <rafael.magalhaes@yapily.com>
2023-02-22 05:45:22 -08:00
ML
2359b43aa2
docs: clarify that app config is not available (yet) in nitro ( #19200 )
2023-02-21 21:50:14 -08:00
Clément Ollivier
185ae9fd2c
docs: update link ( #19197 )
2023-02-21 17:45:47 +01:00
Joel Wenzel
b1fd5200f5
docs(pages): add example of limiting scanned routes ( #19181 )
2023-02-21 05:39:36 -08:00
usagizmo
fc19021022
docs: fix components path ( #19163 )
2023-02-20 01:53:40 -08:00
yuyin
c8b49a3253
docs: add sendRedirect
usage ( #19070 )
2023-02-16 06:53:23 -08:00
Daniel Roe
a1252d3a30
docs: add information on when mw runs & how to skip ( #19083 )
2023-02-16 04:27:28 -08:00
Favour Felix Chinemerem
76a4f4ecbc
docs: updated public directory explanation ( #18464 )
2023-02-15 08:23:17 -08:00
Daniel Roe
6c5d8d6b2b
docs: add note about nested directory order ( #19061 )
2023-02-15 08:22:30 -08:00
Alois Sečkár
523b495e1d
docs: flatten top-level project in layers example ( #18967 )
...
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: pooya parsa <pyapar@gmail.com>
2023-02-14 12:01:37 +00:00
Florent Delerue
27d68f67c3
docs: fix spacing ( #19018 )
2023-02-14 10:01:35 +00:00
Daniel Roe
6016aef859
fix(nuxt): expose nuxt/schema
subpath for augmentation ( #18922 )
2023-02-13 22:42:04 +00:00
Tim van den Eijnden
aa409299a7
docs: fix link to ESM page ( #19000 )
2023-02-13 20:40:13 +00:00
Benjamin Flesch
6d7be476a2
docs: fix typo ( #18975 )
2023-02-12 19:18:39 +00:00
Lioness100
b25b6c82c7
docs: fix typos ( #18976 )
2023-02-12 19:16:42 +00:00
Felix
cf47f9eb6a
docs: update link to bridge repo ( #18950 )
2023-02-10 16:32:40 +00:00
Daniel Roe
9ee568efe6
docs: add info for nuxi devtools
command ( #18888 )
2023-02-09 06:02:59 -08:00
Daniel Roe
0b2bce406b
docs: add explanation with augmented meta for new routes ( #18901 )
2023-02-09 07:03:06 +01:00
Alexander Lichter
65f26fb275
docs: warn about slots in server components ( #18854 )
2023-02-07 02:09:36 -08:00
Sébastien Chopin
eec0cbc416
docs: update auto-imports for the server part ( #18848 )
2023-02-07 01:59:43 -08:00
Daniel Roe
84dfd8756a
docs: add link to vue hydration mismatch docs ( #18842 )
2023-02-07 01:54:49 -08:00
Daniel Roe
85881b462b
feat(nuxi): warn when prerendering routes with ssr: false
( #18783 )
2023-02-06 15:25:53 -08:00
Mehdi HosseinZade
76a08e3ccd
feat(kit): add addRouteMiddleware
method ( #18553 )
2023-02-06 15:24:56 -08:00
yesid
3692ec3ce9
docs: update to nuxt 2.16.0 in bridge installation ( #18836 )
2023-02-06 14:41:31 -08:00
Alex Liu
2fbc73b3a3
docs: resolve preloadRouteComponents
page heading error ( #18804 )
2023-02-06 01:50:13 -08:00
Lucas
198f9a23ec
docs(schema): add NuxtHooks interface documentation ( #18756 )
2023-02-05 04:17:15 -08:00
Joseph Ojoko
ae2e541e6c
docs(typescript): type-checking guide ( #18768 )
...
add missing dependency to enable type-checking during build or development time.
2023-02-04 14:27:26 -08:00
Dago
8a2b7810b5
docs: add explanation of composable lifecycle ( #8116 )
...
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-02-04 07:04:33 -08:00
Mehdi HosseinZade
dfd5f3d72b
docs: clarify augmenting input/output app config ( #8953 )
...
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-02-04 06:29:33 -08:00
Krutie Patel
217e59ad96
docs: add useError
composable ( #8912 )
2023-02-04 06:17:05 -08:00
Julien Huang
78a0adfd1e
docs(example): fix app config link ( #18760 )
2023-02-04 05:03:50 -08:00
Leigh
519a98c1ce
docs: remove extra word ( #18750 )
2023-02-03 14:44:12 -08:00
Daniel Roe
03d6737089
fix(vite, webpack): omit magic keys when import of same name is detected ( #18733 )
2023-02-03 03:55:58 -08:00
aimer-fan
5eaeb4f83d
docs: Improve routing validate
example ( #18728 )
2023-02-03 01:25:47 -08:00
Rémi Robichet
97b4e6e234
docs: fix broken link to esm section ( #18716 )
2023-02-02 08:09:55 -08:00
Daniel Roe
cb0860ba6c
fix(nuxt): make onNuxtReady
safe to run on server-side ( #18706 )
2023-02-02 05:27:48 -08:00
Daniel Roe
d496703fb4
docs: mention options api equivalent for head()
( #18650 )
2023-02-01 19:12:42 +00:00
Daniel Roe
727cf7958f
chore: update 2.x
branch name
2023-02-01 18:38:15 +00:00
Daniel Roe
a8874180a1
docs: add .env
to directory structure and improve config docs ( #18594 )
2023-02-01 03:53:04 -08:00
Florent Delerue
968a652be7
docs: fix buttons width on getting started( #18643 )
...
* docs(landing): fix getting started card buttons
* docs: remove content
2023-01-31 15:16:14 +01:00
Daniel Roe
f14f3815ff
docs: fix array syntax
2023-01-30 11:13:28 +00:00
Daniel Roe
d2c00dc467
docs: add note about directory import
2023-01-30 11:13:01 +00:00
Daniel Roe
6b2bc680b0
docs: add comment about needing to install @types/node
manually
2023-01-30 10:56:30 +00:00
Jenni
7bdc07e66d
docs: add link to pages documentation to routing ( #18602 )
2023-01-30 02:14:24 -08:00
Arun Govil
41bb363709
docs: updated unreachable docus url in documentation ( #18618 )
2023-01-30 01:53:10 -08:00
华晨
6c4cf5cdcb
docs: remove unnecessary JSON.stringify()
( #18590 )
2023-01-28 07:14:46 -08:00
华晨
64b835c707
docs: use defineEventHandler()
to avoid warnings ( #18557 )
...
Avoid the warning:
> [h3] Implicit event handler conversion is deprecated. Use `eventHandler()` or `fromNodeMiddleware()` to define event handlers.
2023-01-26 16:49:32 +01:00
华晨
5c7715813d
docs: mention head composable as alternative to useHead
( #18552 )
2023-01-26 05:48:52 -08:00
Inesh Bose
98b5c89a5a
docs: mention virtual file system ( #18546 )
2023-01-26 03:57:44 -08:00
Theo Ephraim
95f45b3fc5
docs: update vue-gtag
plugin example ( #18528 )
2023-01-25 22:48:37 -08:00
Daniel Roe
7d812db9e8
fix(nuxt): augment interfaces exported from vue
( #18505 )
2023-01-25 07:59:02 -08:00
华晨
026511b697
docs: keep app.vue
file name consistent ( #18517 )
...
Use `app.vue` instead of `App.vue`.
2023-01-25 16:34:43 +01:00
Fabian B
3fcfa33142
docs: add info about server-components async limits ( #18513 )
2023-01-25 05:10:25 -08:00
Sébastien Chopin
3ec108493d
docs: simplify the docs directory ( #18506 )
...
* docs: simplify docs to only markdown
* Create nuxt-config.md
* chore: update
* chore: add readme
2023-01-25 10:41:41 +01:00
Mahdi Boomeri
b2e246a1cd
docs: remove useNuxtData release alert ( #18488 )
2023-01-24 19:11:05 +00:00
Daniel Roe
c552d1b420
v3.1.0 ( #18406 )
2023-01-24 16:47:20 +00:00
Clément Ollivier
f08eab2b5e
docs: update partners ( #18482 )
2023-01-24 16:38:38 +01:00
Daniel Roe
f711046171
perf(nuxt): add tree-shaken useServerSeoMeta
composable ( #18476 )
2023-01-24 15:34:20 +00:00
Clément Ollivier
05b1fc2b22
docs: add link to config api ( #18474 )
2023-01-24 10:39:35 +00:00
Clément Ollivier
40f0d1e58d
docs(partners): update webreinvent description ( #18473 )
2023-01-24 11:09:03 +01:00
Daniel Roe
3c715ac729
chore: include central readme/licence when publishing individual packages ( #18421 )
2023-01-23 16:53:59 +00:00
Harlan Wilton
1406d21ed2
feat(head): useSeoMeta
composable ( #18441 )
2023-01-23 11:39:17 +00:00
Mehdi HosseinZade
2af6cc84db
docs: update links to nuxt.com
( #18425 )
2023-01-21 23:39:43 +00:00
Kareem Dabbeet
ea9812a559
feat(nuxt): allow disabling color for <NuxtLoadingIndicator>
( #18432 )
2023-01-21 23:15:32 +00:00
Mehdi HosseinZade
585e8be2e0
feat(kit): add extendRouteRules
method ( #9771 )
2023-01-21 16:54:02 +00:00
Daniel Roe
163988449c
chore: bump docs version ( #18417 )
2023-01-21 13:42:30 +00:00
Rishi Raj Jain
de50b41e2d
docs: rename layer0 to Edgio ( #9900 )
2023-01-21 09:59:04 +00:00
Carolina Delerue
2ba89ed44d
docs: add buttons slot on PageHero component ( #10139 )
...
* button design change and add button in hero of designkit page
* delete showcasesButtonHero component
* wip
* review changes
* quote
* chore(lockfile): revert yarn.lock to its main state
Co-authored-by: Clément Ollivier <clement.o2p@gmail.com>
2023-01-20 15:11:10 +01:00
Daniel Roe
940720a586
docs: remove line break
2023-01-20 13:39:34 +00:00
Daniel Roe
19973c26f4
chore: update more repo links
2023-01-20 13:37:41 +00:00
Daniel Roe
a683b1a20f
chore: update links to nuxt/framework
discussions
2023-01-20 12:43:56 +00:00
Daniel Roe
081dc3254f
chore: update internal repo/issue links to usenuxt/nuxt
2023-01-19 19:37:07 +00:00
Sébastien Chopin
371bc1affc
docs: add redirect for workshop
2023-01-19 19:24:59 +01:00
Florent Delerue
e9dde82687
docs: fix hydration warnings on 2023 vision article ( #10171 )
2023-01-19 13:33:58 +00:00
Clément Ollivier
fa57e645bc
docs(version): 0.3.10 ( #10170 )
2023-01-19 14:27:26 +01:00
Daniel Roe
28a2a91b64
docs: add info about extensions and pathPrefix keys
...
Co-authored-by: Mike Laumann Bellika <5175031+MikeBellika@users.noreply.github.com>
2023-01-19 13:06:13 +00:00
Mike Laumann Bellika
49a2dd5d5a
docs: add description of returning different status codes ( #10059 )
2023-01-19 12:08:39 +00:00
Elzodxon Sharofaddinov
cb607b84ad
docs: add port example in ecosystem.config
( #10076 )
2023-01-19 12:00:39 +00:00
Richard Manzoli
72b055bc32
docs: remove stray parenthesis ( #10144 )
2023-01-19 11:20:06 +00:00
Daniel Roe
02df51dd57
docs: add link!
2023-01-17 21:24:24 +01:00
Daniel Roe
237df94daa
docs: add Nuxt: A vision for 2023
post ( #10141 )
...
* docs: add `Nuxt: A vision for 2023` post
* chore: update wording
* Update docs/content/vision-2023.md
Co-authored-by: Damian Głowala <48835293+DamianGlowala@users.noreply.github.com>
* Update docs/content/vision-2023.md
Co-authored-by: Damian Głowala <48835293+DamianGlowala@users.noreply.github.com>
Co-authored-by: Damian Głowala <48835293+DamianGlowala@users.noreply.github.com>
2023-01-17 20:21:36 +01:00
FenLiaoYu
8892cccb06
docs: update nested router example ( #10115 )
2023-01-16 22:41:38 +00:00
Clément Ollivier
f0c894060c
docs(version): 0.3.8 ( #10127 )
2023-01-16 17:54:10 +01:00
Michel EDIGHOFFER
5d069a93ce
docs: update hooks source line number ( #10102 )
2023-01-16 13:05:09 +00:00
Clément Ollivier
d6c7676f15
docs(version): revert back to stable nuxt version
...
This reverts commit e339a8c72c
.
2023-01-16 13:46:04 +01:00
Clément Ollivier
e339a8c72c
docs(version): use nuxt edge channel ( #10117 )
2023-01-16 11:37:55 +01:00
renovate[bot]
0b1cdcc70d
chore(deps): update devdependency @nuxtjs/eslint-config-typescript to v12 ( #9086 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-01-14 01:13:48 +00:00
renovate[bot]
f314e9d541
chore(deps): update all non-major dependencies ( #10095 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-14 01:04:38 +00:00
Florian LEFEBVRE
a3075b9e6f
docs: update link ( #10056 )
2023-01-13 23:38:52 +00:00
Clément Ollivier
087f8b7f8a
docs(version): 0.3.6 ( #10093 )
2023-01-13 22:08:30 +01:00
Daniel Roe
a68da6d6a7
chore: case police update ( #10085 )
2023-01-13 15:00:57 +00:00
Clément Ollivier
a1bf50efcf
docs(version): 0.3.5 ( #10078 )
2023-01-13 09:26:52 +00:00
Daniel Roe
a0ca609826
chore(docs): revert lockfile ( #10063 )
2023-01-12 13:15:47 +00:00
Daniel Roe
6652983baf
chore(docs): revert vue-lite-youtube-embed
upgrade
2023-01-12 12:41:35 +00:00
Daniel Roe
49d4ce8604
chore(docs): update lockfile and disable style inlining
2023-01-12 12:36:33 +00:00
Sébastien Chopin
104bcbd665
docs: add back the newsletter ( #10032 )
...
* docs: add newsletter sections
* chore: update
* chore: add newsletter page
* chore: bump version of theme
* chore: update theme
* chore: up
* chore(docs): update to edge nuxt/nitropack
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-01-11 22:13:04 +01:00
renovate[bot]
72bfcdfd69
chore(deps): update all non-major dependencies ( #10029 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-11 16:15:56 +00:00
falko-apheris
81f075c9c7
chore: update link to typescript docs ( #10045 )
2023-01-11 15:42:36 +00:00
Sébastien Chopin
685cb100ff
docs: update testimonials
2023-01-11 11:29:20 +01:00
Clément Ollivier
fe35881126
docs(partners): add macopedia as partner ( #10028 )
2023-01-10 12:08:22 +01:00
PaulUgwu
25978c936f
docs: fix typo ( #10019 )
2023-01-10 10:46:56 +00:00
Clément Ollivier
14fba85ac8
docs(partners): fix spacing ( #10025 )
2023-01-10 11:08:25 +01:00
Daniel Roe
2d013c5fad
feat(nuxt): server-only components ( #9972 )
2023-01-09 11:20:33 +00:00
Julien Huang
3c7140582b
docs: update generate
doc to include --dotenv
( #9991 )
2023-01-09 09:25:24 +00:00
AuroraTea
60c3e2f841
docs(guide): fix the link to deploy in guide/.output
( #9994 )
2023-01-09 09:19:15 +00:00
Florent Delerue
c6bf146976
docs: refactor cards ( #9935 )
...
* refactor: cards
* refactor: update image props
* docs(version): update to 0.2.5
2023-01-05 10:28:28 +01:00
Sébastien Chopin
b7d0f52de6
chore: update website version
2023-01-04 17:53:39 +01:00
Clément Ollivier
e0022aadcf
docs(support): update wording ( #9821 )
2023-01-04 17:30:24 +01:00
Julien Sulpis
51bc6e44fe
docs(configuration): clarify the location of app.config.ts
in the source directory ( #9937 )
2023-01-04 12:06:40 +01:00
renovate[bot]
4f6b487ab1
chore(deps): update all non-major dependencies ( #9929 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-04 12:05:53 +01:00
Clément Ollivier
918977b74f
docs(sponsors): fix hero ( #9941 )
2023-01-04 11:56:17 +01:00
renovate[bot]
be132df587
chore(deps): update all non-major dependencies ( #9926 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-03 16:48:11 +01:00
Clément Ollivier
f3661ce1e7
docs(release): theme 0.2.2 ( #9920 )
2023-01-03 11:44:23 +01:00
Florent Delerue
5f0b8d1945
refactor: heros ( #9886 )
2023-01-03 11:43:23 +01:00
Florent Delerue
a59f28a04a
refactor(home): sections ( #9882 )
2023-01-03 11:43:09 +01:00
Brian Mhlanga
c00f21e706
docs: fix typos ( #9919 )
2023-01-03 11:14:59 +01:00
Carolina Delerue
0afb582c22
docs: fix markdown ( #9838 )
2023-01-02 19:21:32 +01:00
Hugo Brosnahan
850733e160
docs: fix typos and capitalisation ( #9844 )
...
* docs(getting-started): fix typos in configuration docs
* docs(community): always capitalize 'Prettier'
* docs(community): always capitalize 'Corepack'
* docs(community): always capitalize 'Nuxt'
2023-01-02 19:17:25 +01:00
Anthony Jekanyika
da2a146f50
docs: fixed typos and improved wording ( #9848 )
2023-01-02 19:10:08 +01:00
PickleNik
bccbe6ffe8
docs: fix url for prettier.io pointing to stylelint.io ( #9892 )
2023-01-02 19:05:57 +01:00
にー兄さん / Kaito Tsutsumi
ba384ff030
docs: fix layouts
typo in nuxtignore page ( #9893 )
2023-01-02 19:00:03 +01:00
RedCommand
0a701ae7b3
docs(homepage): add module cta ( #9591 )
...
* feat(docs): Home modules button
* fix(docs) wrong component name
2022-12-29 11:15:41 +01:00
Carolina Delerue
ea02be17c7
docs: add docs landing page ( #9706 )
...
* wip
* wip
* wip
* wip
* docs: add docs landing
* docs: update wording and structure
* docs(landing): minor tweaks
* docs(landing): update links
* docs(landing): update images
* docs(landing): minor tweaks
* docs(landing): update title
* docs(cards): fix cards
* docs(landing): update landing and introduction heros
* docs(landing): add extra slot to avoid hydration mismatch
* docs(theme): bump version to 0.2.1
Co-authored-by: Clément Ollivier <clement.o2p@gmail.com>
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
2022-12-23 13:15:12 +01:00
Sébastien Chopin
dbc31869bb
docs: rename svg asset
2022-12-22 19:15:29 +01:00
Sébastien Chopin
3dcf463fa6
docs: enable hybrid rendering ( #9823 )
...
* docs: enable hybrid rendering
* build: move generate -> build
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-12-22 18:53:36 +01:00
renovate[bot]
c5494580a2
chore(deps): update all non-major dependencies ( #9802 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-21 19:13:50 +01:00
Mechite
b915321d37
docs(index): fix typo in 'GitHub' ( #9807 )
2022-12-21 09:53:05 +01:00
AuroraTea
aa066062e1
docs(getting-started): improve usage of pnpm
( #9775 )
2022-12-20 16:48:10 +01:00
DmitryVladimirson
7a598567da
docs: improve wording and fix typo ( #9795 )
2022-12-20 14:54:08 +00:00
Carolina Delerue
ce9141285a
docs(community): fix missing image
2022-12-20 10:03:42 +01:00
Clément Ollivier
362f6797e4
docs: version 0.1.27 ( #9788 )
2022-12-19 17:26:10 +01:00
Mehdi HosseinZade
04c8625843
feat(nuxt): deep watch useCookie
ref value by default ( #9664 )
...
* feat(nuxt): useCookie add deep watch option
* docs(api): useCookie add deepWatch option
* feat(nuxt): useCookie change deepWatch to watch option
* boolean|shallow
* enable watch by default
* docs: fix example
* docs(api): update useCookie example
Co-authored-by: Pooya Parsa <pooya@pi0.io>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-12-19 12:50:46 +01:00
Jasper Zonneveld
ef4b667ba0
docs(concepts): add utils/
to directory-based auto-imports ( #9739 )
2022-12-15 17:01:11 +01:00
Clément Ollivier
7d80a974e0
docs(community): temporary disable newsletter subscription ( #9740 )
2022-12-15 16:54:21 +01:00
renovate[bot]
3139ea7d39
chore(deps): update all non-major dependencies ( #9685 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-15 14:43:52 +01:00
Clément Ollivier
ab6ddb868b
docs(version): theme 0.1.25 ( #9729 )
2022-12-15 10:35:18 +01:00
Clément Ollivier
e3e876c208
docs(theme): version 0.1.24 ( #9716 )
2022-12-14 18:14:53 +01:00
Clément Ollivier
53148f5950
docs(community): fix client-side images display ( #9704 )
...
* docs(community): fix client-side images display
* docs(community): fix map image size
2022-12-14 11:19:03 +01:00
Clément Ollivier
6ae2ded81c
docs: bump website theme to 0.1.23 ( #9703 )
2022-12-14 10:08:15 +01:00
CarolinaDelerue
eef13a98a7
docs: add community page ( #9519 )
...
* docs: add community page
* update background images and remove gradient
* rename components
* docs(community): update landing page content
* chore: bump website-theme to 0.1.23
* chore: remove unused assets
* chore: lint docs
Co-authored-by: Clément Ollivier <clement.o2p@gmail.com>
2022-12-14 09:52:19 +01:00
DmitryVladimirson
2a2f21b84f
docs: indicate navigateTo
options are optional ( #9672 )
2022-12-12 16:44:09 +00:00
Valentín Costa
b3ccec3d87
docs: add missing line breaks ( #9671 )
2022-12-12 16:35:35 +00:00
Mahdi Boomeri
ce4d29031e
docs: add docs for preloadRouteComponents
( #9607 )
2022-12-11 21:27:57 +00:00
mst101
ac61b2b69a
docs(rendering): hide light image in dark mode ( #9620 )
2022-12-10 20:23:20 +00:00
Sébastien Chopin
5fdb7b6f8c
docs: update theme version
2022-12-07 10:37:17 +01:00
Sébastien Chopin
d500ac4e3c
docs: fix typo and update theme
2022-12-06 18:35:44 +01:00
Clément Ollivier
4fbcf200c8
docs(agencies): add liip ( #9552 )
2022-12-06 18:02:51 +01:00
Sébastien Chopin
770cdf90df
docs: compress social image to jpg and upgrade website-theme
2022-12-06 15:42:39 +01:00
Daniel Roe
3066e495a0
docs: recommend to install non-edge version of @nuxt/test-utils
( #9543 )
2022-12-06 12:51:17 +01:00
Daniel Roe
228bc9ce21
docs: update internal links to bridge overview page
...
resolves #9527
2022-12-06 09:04:35 +00:00
Sébastien Chopin
cf4e7bf335
docs: update website-theme
2022-12-05 14:25:52 +01:00
Mahdi Boomeri
9c478ee16e
feat: useNuxtData
composable ( #9262 )
...
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-12-05 14:07:33 +01:00
Sébastien Chopin
c307ee8b5a
docs: heading and formatting improvements for layers
2022-12-05 11:55:25 +01:00
Christian Preston
77e2974f1c
docs: add nuxt layers introduction and authoring guide ( #9405 )
...
Co-authored-by: Alexander Lichter <github@lichter.io>
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: Pooya Parsa <pooya@pi0.io>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-12-05 11:44:28 +01:00
Daniel Roe
4c4249dc33
feat(nuxt): add onNuxtReady
composable ( #9478 )
2022-12-05 11:09:58 +01:00
Sébastien Chopin
d36d115524
docs: update agencies expertises
2022-12-05 11:08:31 +01:00
Philipp Klose
a503990de2
docs: make vite
monospace too ( #9490 )
2022-12-04 23:17:32 +00:00
Mehmet
29ff72161b
docs: update playwright url ( #9483 )
2022-12-03 12:25:12 +00:00
Clément Ollivier
54ac7dd481
docs: website theme 0.1.16 ( #9456 )
2022-12-01 16:11:25 +01:00
Clément Ollivier
2dc9ca587a
docs: theme version 0.1.13 ( #9453 )
2022-12-01 15:26:09 +01:00
Daniel Roe
fcc6ff44d6
style: lint docs
2022-11-30 22:56:51 +00:00
Sébastien Chopin
a73a75c390
docs: update announcements to add stable release
2022-11-30 21:01:50 +01:00
Dominik
0965b7585c
docs: add Project name placeholder ( #9421 )
...
With this it should be more obvious for the user that instead of `nuxt-app` the actual project name is meant.
This was the case and example also in the nuxt 2 docs: https://nuxtjs.org/docs/get-started/installation/
Co-authored-by: Alexander Lichter <github@lichter.io>
2022-11-30 18:11:17 +01:00
Clément Ollivier
3ed5495363
docs(homepage): fix typo ( #9426 )
2022-11-30 15:52:30 +01:00
Clément Ollivier
0cc2c11ce6
docs: disable markdownlint on mdc file ( #9428 )
...
* docs: disable markdownlint on mdc file
* docs: disable casepolice on mdc file
2022-11-30 15:47:09 +01:00
CarolinaDelerue
837c938499
docs(introduction): add hero and cards ( #9334 )
...
* feat/docs-getting-started: add hero and cards
* docs(introduction): update due to review
Co-authored-by: Clément Ollivier <clement.o2p@gmail.com>
2022-11-30 15:22:01 +01:00
Clément Ollivier
8471b8cfef
docs(seo): add sitemap url to robots.txt ( #9309 )
...
* docs(seo): add sitemap url to robots.txt
* Update docs/public/robots.txt
Co-authored-by: Alexander Lichter <github@lichter.io>
Co-authored-by: Alexander Lichter <github@lichter.io>
2022-11-30 15:15:08 +01:00
Clément Ollivier
2ba18edf7b
docs: bump version to 0.1.12 ( #9423 )
2022-11-30 15:14:27 +01:00
Sébastien Chopin
a50855babe
docs: add more social cards
2022-11-30 11:02:17 +01:00
kazuya kawaguchi
3ca13bce93
docs(roadmap): add i18n module to the roadmap ( #9403 )
2022-11-29 16:23:05 +01:00
Sébastien Chopin
53d5a5a5ae
docs(installation): typo in sentence
2022-11-28 14:07:24 +01:00
Sébastien Chopin
7c998982fc
docs(installation): add button to nuxt.new
2022-11-28 14:03:11 +01:00
Sébastien Chopin
66efcd59db
docs: add redirect for app.config to app-config
2022-11-28 13:50:57 +01:00
Clément Ollivier
65f3b3a053
docs: change app-config url to avoid naming conflicts with app.vue ( #9377 )
2022-11-28 13:47:32 +01:00
falko-apheris
cbf8976432
docs: use layout
in example of definePageMeta
( #9322 )
2022-11-25 13:30:57 +00:00
Julien Huang
f1026d4e88
docs: add warning about .client
onMounted hook ( #9263 )
2022-11-24 11:15:33 +00:00
Clément Ollivier
69e46a1873
docs: bump website theme to 0.1.11 ( #9299 )
2022-11-24 11:14:20 +00:00
Clément Ollivier
2a57318e3f
docs(partners): add brain agency partner ( #9277 )
2022-11-23 16:16:31 +01:00
InvinciblenowYT
c37b1361c8
docs: add missing space ( #9276 )
2022-11-23 15:15:41 +00:00
Clément Ollivier
dcc657658c
docs: update link to mdc extension ( #9251 )
2022-11-22 11:46:56 +00:00
Sébastien Chopin
2facf0e594
docs: improve seo titleTemplate and add social images ( #9235 )
...
* docs: improve seo titleTemplate and add social images
* chore: update
2022-11-21 16:51:39 +01:00
mortezahatamikia-code
547d61208c
docs: add space between sentences ( #9207 )
...
* Update fix a typo
just added a space before "Here's a list of..." for a better reading experience
* docs: add to single paragraph
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-11-21 16:50:49 +01:00
Clément Ollivier
177d63dede
docs(homepage): optimize gem textures ( #9234 )
2022-11-21 16:05:49 +01:00
Nathan Chase
34ae992755
docs: external configuration table ( #9189 )
...
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-11-21 13:38:10 +01:00
Conner
b2933cdfa3
docs: updated info about 404.vue
( #9155 )
2022-11-21 13:19:11 +01:00
Jake Morris
83db74a223
docs: fix typos in modules section ( #9227 )
...
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-11-21 12:33:52 +01:00
Mahdi Boomeri
fdc35aabb6
docs: remove stable release warning regarding options api ( #9186 )
2022-11-21 11:51:06 +01:00
Ikko Ashimine
88d7077fca
docs: fix typo in commands/add
( #9206 )
2022-11-21 11:43:53 +01:00
Sébastien Chopin
16117060e3
docs: update website-theme version
2022-11-21 11:15:11 +01:00
Pascal Wengerter
d2ead6ff3d
Update edge-channel-docs with non-rc nuxt version ( #9171 )
2022-11-18 16:42:37 +01:00
Sébastien Chopin
a4768fd56d
docs: update vercel icon to support dark mode
2022-11-18 00:54:40 +01:00
Sébastien Chopin
71fed589c1
docs: bump nuxt-website-theme to 0.1.6
2022-11-17 16:32:36 +01:00
Clément Ollivier
ef37d3f25a
docs: bump website theme version to 0.1.5 ( #9125 )
...
* chore: bump website theme version to 0.1.5
* chore: yarn lock update
2022-11-17 15:08:18 +01:00
Sébastien Chopin
667286879e
docs: fix broken links in examples ( #9119 )
2022-11-17 12:09:43 +00:00
CarolinaDelerue
5a3e3a517d
refactor(jobs): remove unused asset ( #9116 )
2022-11-17 12:30:54 +01:00
Florent Delerue
1a2d751964
docs: improve images quality ( #9112 )
2022-11-17 11:53:48 +01:00
Clément Ollivier
945ad4f6f2
docs(seo): add robots file ( #9111 )
...
* docs(seo): add robots file
* Update docs/public/robots.txt
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-11-17 11:45:07 +01:00
Sébastien Chopin
f01fc18639
docs: update redirects
2022-11-17 11:19:06 +01:00
Javier Garcia
47010ff8c7
Update 1.overview.md ( #9089 )
2022-11-17 08:26:54 +01:00
Sébastien Chopin
24c8653b2a
docs: fix broken link
2022-11-16 20:00:46 +01:00
Gérard Mathiuet
e038398fe5
docs: set nuxt stability to stable ( #9075 )
...
Co-authored-by: Sébastien Chopin <seb@nuxtlabs.com>
2022-11-16 19:58:44 +01:00
Clément Ollivier
fea7717291
docs: fix broken paths ( #9076 )
2022-11-16 18:21:08 +01:00
Yurica Xu
7dfa2f36c3
chore(typo): link fix ( #9070 )
2022-11-16 18:02:20 +01:00
Clément Ollivier
67ee085fec
docs: fix paths to migration guides ( #9071 )
2022-11-16 17:35:05 +01:00
Sébastien Chopin
cd2ad7108f
docs: update to 3.0 and upgrade theme
2022-11-16 17:27:50 +01:00
pooya parsa
d991a55ec3
v3.0.0 ( #9051 )
...
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
2022-11-16 15:56:11 +01:00
Clément Ollivier
df2d05df89
docs: add missing agencies ( #9059 )
...
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
2022-11-16 15:15:50 +01:00
Conner
3aadc57be5
docs: add warning about definePageMeta
issues with transitions and NuxtLoadingIndicator
( #9055 )
...
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-11-16 15:06:36 +01:00
Sébastien Chopin
780b17b196
docs: update website-theme
2022-11-16 13:17:23 +01:00
Sébastien Chopin
9ab069b2a3
docs: minor style improvements
2022-11-16 12:39:38 +01:00
renovate[bot]
b5f75b5ec7
chore(deps): update all non-major dependencies ( #9034 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-16 11:58:13 +01:00
Sébastien Chopin
819deb893f
docs: update website theme version
2022-11-16 11:42:39 +01:00
Sébastien Chopin
90784f79d7
docs: new website design ( #9007 )
...
* docs: implement new website theme
* chore: rename dirs
* chore: update build
* lint fix
* chore: update deps
* fix: include node_modules in esbuild step
* chore: update deps
* Update .gitignore
* chore: update theme version
* up
* up
* fix: use svg for illustration
* chore: update to 0.0.12
* chore: force parse5 resolution
* stay with build
* feat: always display first home section
* Update yarn.lock
* chore: update theme
* fix lint
* docs: update home title
* chore: update website theme version
* Update docs/content/0.index.md
Co-authored-by: pooya parsa <pyapar@gmail.com>
* Update docs/content/0.index.md
Co-authored-by: pooya parsa <pyapar@gmail.com>
* up
* chore: bump theme version
* up
* chore: up
* up up and up
* chore: generate
* fix: boolean value
* feat: new images
* update again
* chore: up
* ouep
* chore: up
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: Clément Ollivier <clement.o2p@gmail.com>
Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-11-16 11:04:28 +01:00
pooya parsa
5ac9d85a49
refactor!: remove deprecated api ( #9029 )
2022-11-16 03:26:35 +01:00
renovate[bot]
3fc29b98e6
chore(deps): update dependency untyped to v1 ( #9020 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-15 17:47:57 +01:00
Harlan Wilton
fddc8b2e6e
feat(nuxt, schema): official @vueuse/head v1 support ( #8975 )
2022-11-15 17:26:38 +01:00
Daniel Roe
2c2fbdffc9
refactor(nuxt)!: move head
option support into defineNuxtComponent
( #8901 )
2022-11-15 15:47:17 +01:00
pooya parsa
b49f2a8147
refactor: update unjs dependencies to stable v1 ( #9011 )
2022-11-15 15:33:43 +01:00
Daniel Roe
74b81bbeaa
refactor(kit)!: remove support for module container ( #9010 )
2022-11-15 14:22:14 +01:00
silvesterwali
1f645e2a96
docs: fix typos ( #8976 )
2022-11-14 15:00:58 +01:00
Israel Ortuño
4915a39a90
docs: match the open graph protocol markup ( #8959 )
2022-11-14 11:32:05 +01:00
Okoro Redemption
dc22bd3829
docs: typo in available
( #8966 )
...
* (fix-type): fix typographical error in line:39
Noticed a typo in line:39 under the under the hook section
Changed avialble to available
* docs: typo
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-11-14 11:11:41 +01:00
Clément Ollivier
cb6b279a8a
docs(api): add spaces to avoid breaking mobile layout ( #8967 )
...
* docs(api): add spaces to avoid breaking mobile layout
* Update docs/content/3.api/5.commands/add.md
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-11-14 11:11:16 +01:00
silvesterwali
ce7a55ecc2
docs: fix typo ( #8970 )
2022-11-14 11:10:33 +01:00
Cedric Wetzel
7677eec372
docs: fix syntax errors in server storage example ( #8906 )
2022-11-11 12:12:30 +01:00
Percy Ma
2f53495033
feat(nuxi): auto-generate .npmrc
and setting for pnpm ( #7407 )
...
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-11-11 11:13:52 +01:00
Ali Soueidan
0818a6a420
docs: add tls option to redis example ( #8900 )
...
Co-authored-by: Ext., Soueidan, Ali, MIF <ext.a.soueidan@rheinenergie.com>
2022-11-10 18:35:28 +01:00
Daniel Roe
3dd9271c09
docs: add initial documentation for router composables ( #8895 )
2022-11-10 15:07:47 +01:00
pooya parsa
52c2bffa76
fix(nuxt)!: remove initialCache
option ( #8885 )
2022-11-10 14:27:59 +01:00
Pooya Parsa
be8036098f
chore: lint docs
2022-11-10 10:56:36 +01:00
Stefan
3b5571376c
docs: add query
option with example for useFetch
( #8719 )
2022-11-10 10:47:50 +01:00
Krutie Patel
0cac5c710c
docs(api): add useHydration
composable ( #8768 )
2022-11-10 10:46:21 +01:00
Daniel Roe
571512833d
docs: get event before running async function ( #8861 )
2022-11-10 10:44:26 +01:00
Krutie Patel
2bc3c18dfa
docs(api): add refreshNuxtData
util examples ( #8845 )
...
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
2022-11-10 10:08:42 +01:00
Daniel Roe
8d30e97b91
docs: add entry for extendPages
( #8860 )
2022-11-10 09:41:34 +01:00
Daniel Roe
4bbd2618ce
feat(nuxt): auto-import utils/
directory ( #8817 )
2022-11-09 10:43:16 +01:00
Krutie Patel
14307d1327
docs(api): add useRequestHeaders
composable example ( #8833 )
...
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-11-09 10:09:48 +01:00
Sébastien Chopin
1582f8ec01
docs: improve examples content
2022-11-08 18:03:18 +01:00
Sébastien Chopin
8e4068b725
docs(deployment): remove usage of custom icons
2022-11-08 17:21:08 +01:00
Sébastien Chopin
507f444c07
docs: remove stability-edge
2022-11-08 12:47:46 +01:00
pooya parsa
12767fffd3
docs: update roadmap for november ( #8766 )
2022-11-07 12:46:27 +01:00
cx33
2376c1147f
docs: Update 2.nuxt-page.md ( #8761 )
2022-11-07 10:16:34 +01:00
Sébastien Chopin
bae410eea2
docs: upgrade website-theme
2022-11-04 11:07:10 +01:00
pooya parsa
ea17148a6b
feat(kit, nuxt): support prerender:routes
and addPrerenderRoutes
( #8670 )
2022-11-03 22:03:12 +01:00
Daniel Roe
496fa14468
feat(nuxt): allow setting name
and path
for a route in definePageMeta
( #8633 )
2022-11-03 15:05:38 +01:00
Rajendra
1a6eb3e3f6
docs: fix transition wording to include layouts ( #8600 )
2022-11-02 10:02:50 +01:00
Daniel Roe
7302bf2f6c
docs: generate docs for unversioned schema ( #8535 )
2022-10-27 17:45:04 +02:00