Commit Graph

422 Commits

Author SHA1 Message Date
Clément Ollivier 25ced97f16
docs: add server-routes example (#4301) 2022-04-13 19:25:45 +02:00
Clément Ollivier a89d2f9c1a
docs(api): apply use-async-data page structure to use-fetch (#4332) 2022-04-13 19:14:03 +02:00
Mario Neuhold 41b5cfc0ae
docs: update url to new unjs/nitro repo (#4324) 2022-04-13 13:44:03 +02:00
pooya parsa d2b4e60963
docs: update runtime-config section (#4285)
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
2022-04-12 12:04:15 +02:00
Victor Saa 85f2f83cf2
feat: route alias support (#4273) 2022-04-12 11:09:45 +02:00
Clément Ollivier 42a0ef56dd
docs: complete features/modules section (#4284)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-04-12 11:09:10 +02:00
Ada J 2dadd4f0b3
docs: fix a typo and link (#4281) 2022-04-12 10:13:02 +02:00
Manash Sonowal d8ee524141
docs: update runtimeConfig section (#4279) 2022-04-12 10:12:33 +02:00
Conner 9fc848567e
docs: improve documentation (#4148)
Co-authored-by: pooya parsa <pyapar@gmail.com>
Co-authored-by: Clément Ollivier <clement.o2p@gmail.com>
Co-authored-by: Anjorin Damilare <damilareanjorin1@gmail.com>
2022-04-11 23:00:43 +02:00
Clément Ollivier e6471689d6
docs(api): add ts signature and js example to use-async-data (#4171)
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: Anjorin Damilare <damilareanjorin1@gmail.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2022-04-11 19:24:18 +02:00
Matteo Rigoni d6210606bf
docs: improve single root element note about comments (#4245)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-04-11 17:59:13 +02:00
Sébastien Chopin 9378f8ffab
docs: fix broken link (#4262)
Since Docus does not handle redirection (but will Nuxt Content v2)
2022-04-11 17:52:38 +02:00
Jie b142666561
docs: fix link to `guide/concepts/rendering` (#4247) 2022-04-11 11:36:41 +02:00
Daniel Roe 1091d456a8
feat(nuxt, bridge): support `titleTemplate`, `viewport` and `charset` for `useHead` (#4221) 2022-04-11 11:03:31 +02:00
Dizzy Rogers 529712d498
docs: add server routes documentation (#4174)
Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-04-09 13:36:51 +02:00
Clément Ollivier c98bea7d3c
docs: add links to examples (#4204) 2022-04-09 11:25:13 +02:00
Clément Ollivier 8e7d905fde
docs: move specific alert components to atoms directory (#4202) 2022-04-08 16:46:45 +02:00
Clément Ollivier 0bd801cfd8
docs(concepts): clarify sentences (#4201) 2022-04-08 15:09:00 +02:00
Daniel Roe 0e4def19f8
docs: update deployment urls & azure instructions (#4193)
* docs: update deployment urls & azure instructions

* style: lint
2022-04-08 14:59:35 +02:00
Sébastien Chopin 500e90d867
docs: modules section improvements (#4185)
* docs: modules section improvements

* lint fix
2022-04-08 01:11:40 +02:00
Sébastien Chopin 55091b8fdf
docs: add missing config variable in example (server api) (#4184) 2022-04-07 23:16:42 +02:00
Clément Ollivier c7ff6d1740
chores(docs): prevent link rendering by Docus (#4166)
Use back ticks to prevent Docus from rendering a link to Github based on `@` character
2022-04-07 16:02:54 +02:00
Manash Sonowal 6f8e7a8ac7
docs: update runtime config migration (#4165) 2022-04-07 15:47:15 +02:00
Clément Ollivier f69a67472a
docs(api): add `abortNavigation` docs (#4164) 2022-04-07 15:46:30 +02:00
Clément Ollivier 6205fbe316
docs(api): specify nuxt-error-boundary events and slots (#4159) 2022-04-07 15:26:36 +02:00
Dan Pastori 02f16bf23e
docs: add programmatic navigation (#4074)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2022-04-07 13:46:47 +02:00
Dan Pastori 75cbfbcb7e
docs(migration): add programmatic navigation example to pages and layouts (#4072)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2022-04-07 13:41:49 +02:00
pooya parsa 11626eea4f
feat!: migrate to nitropack (#3956)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-04-07 13:28:04 +02:00
Daniel Roe 368610e8a7
feat(nuxt3): allow explicitly importing components (#4150) 2022-04-07 13:03:37 +02:00
Daniel Roe 114ec8982d
docs: add note that layout root cannot be `<slot />` (#4151) 2022-04-07 12:59:40 +02:00
Daniel Roe 7e0b30f66e
docs: remove `yarn dlx` instruction (#4153) 2022-04-07 12:59:26 +02:00
Daniel Roe 4d6f77bae4
docs(bridge): fix bridge composition api link (#4147) 2022-04-07 11:03:38 +02:00
Alex Liu b7dc0931c4
feat(nuxt3): let `useAsyncData()` return value that `error` can defined type by generics (#4109) 2022-04-06 18:02:45 +02:00
Sébastien Chopin fe8e325541
docs(guide): fix links to error utils (#4129) 2022-04-06 15:55:36 +02:00
Clément Ollivier 9a0fc57724
docs: update sitemap (#4063)
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-04-06 07:56:08 +02:00
Moeen M fa9dcfe64c
docs: fix spelling for steps (#4103) 2022-04-05 19:23:37 +02:00
Clément Ollivier 07b5db5fa7
docs(community): add documentation contribution guide (#3923)
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-04-05 16:57:43 +02:00
Daniel Roe e90b8c28d1
refactor(nuxt3,bridge)!: rename `useMeta` to `useHead` (#4066) 2022-04-05 16:02:29 +02:00
Conner 7054b9849f
docs: document `nuxi analyze` command (#4068) 2022-04-05 15:56:41 +02:00
Bill Gale 0c9d83412c
docs: update `useBody` comment to reflect usable methods (#4083) 2022-04-05 15:56:16 +02:00
Sébastien Chopin be4a2dea16
docs: update Nuxt Content v2 expected date (#4093) 2022-04-05 15:40:14 +02:00
Anthony Fu 6577602894
chore(docs): setup `case-police` guard (#4065)
* chore: setup `case-police` guard

* chore: fix cases

* chore: upgrade deps
2022-04-04 12:56:10 +02:00
Clément Ollivier a1cbbb71a8
docs(examples): fix url in error handling example (#4064) 2022-04-04 11:59:37 +02:00
Dan Pastori d5b7b5882c
docs: update data fetching for `$fetch` and refresh (#3914) 2022-04-04 10:10:10 +02:00
Vasily Kuzin 7dfe800a52
docs: fix small typo (#4043) 2022-04-04 08:51:58 +02:00
Daniel Roe fdd38f958c
feat(nitro): support for rendering ssr teleports to body (#3909)
Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-04-01 16:06:48 +02:00
Daniel Roe 59b319b492
docs: add `router.extendRoutes` example to migration docs (#4023)
* docs: add `router.extendRoutes` example to migration docs

* style: lint
2022-04-01 15:21:06 +02:00
Daniel Roe 02d2d1ae35
feat(nuxi): load `.env` when previewing builds (#4016) 2022-04-01 12:28:39 +02:00
renovate[bot] 9a2fc45a11
chore(deps): update dependency three to ^0.139.2 (#4008)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-01 10:37:16 +02:00
renovate[bot] 0c5d9872ac
chore(deps): update all non-major dependencies (#3979)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-31 21:59:36 +02:00