Commit Graph

10 Commits

Author SHA1 Message Date
Mahdi Shah abbasian 6009deb24e
docs: use consistent indentation in examples (#19342) 2023-02-28 13:31:41 -08:00
Daniel Roe 85881b462b
feat(nuxi): warn when prerendering routes with `ssr: false` (#18783) 2023-02-06 15:25:53 -08:00
Leigh 519a98c1ce
docs: remove extra word (#18750) 2023-02-03 14:44:12 -08:00
aimer-fan 5eaeb4f83d
docs: Improve routing `validate` example (#18728) 2023-02-03 01:25:47 -08:00
Jenni 7bdc07e66d
docs: add link to pages documentation to routing (#18602) 2023-01-30 02:14:24 -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
华晨 026511b697
docs: keep `app.vue` file name consistent (#18517)
Use `app.vue` instead of `App.vue`.
2023-01-25 16:34:43 +01: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