Commit Graph

811 Commits

Author SHA1 Message Date
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
pooya parsa
265db50515
refactor(nuxt)!: cleanup schema and split nuxt 2 types (#8487) 2022-10-27 12:36:37 +02:00
pooya parsa
ea6ebd0b1f
docs: update stability edge banners (#8498) 2022-10-26 15:17:52 +02:00
Sacha STAFYNIAK
b010e3e861
feat: add dev-only component (#7950) 2022-10-26 14:43:37 +02:00
Dawid Stefanko
5bc8c10a3b
docs: mention use case for <KeepAlive> in definePageMeta (#8491) 2022-10-26 12:50:40 +02:00
Josh Deltener
d228b11c04
docs: updated bridge migration guide (#8471)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-10-26 11:18:22 +02:00
Farnabaz
12c8949af9
docs: use LinkExample as block component (#8459) 2022-10-25 11:33:09 +02:00
Daniel Roe
59d8c51b5b
refactor(schema)!: disable app.pageTransition and app.layoutTransition by default (#8436) 2022-10-24 17:23:49 +02:00
Daniel Roe
5a88510cb7
feat(kit): add updateTemplates utility (#8413) 2022-10-24 10:53:02 +02:00
zecka
708460ddc8
docs: change required node version to be above 16.11 (#8408) 2022-10-24 10:47:03 +02:00
Nils
7b20e13c85
docs: add note about runtime config serialization (#8432)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-10-24 10:43:26 +02:00
Daniel Roe
6de1431a37
docs: disable transitions by default as hotfix (#8434) 2022-10-24 10:34:12 +02:00
Adewale Adeyemi
ded71608b4
docs: fix typo (#8427) 2022-10-24 10:06:39 +02:00
Julien Huang
02227a2f1b
docs(api): add <ClientOnly> to API docs (#8400) 2022-10-22 00:47:13 +02:00
Daniel Roe
b9d83b3cd1
docs: add missing app key for transitions (#8385) 2022-10-21 11:26:59 +02:00
Daniel Roe
69a6a86d7c
feat(nuxt): make useFetch options reactive (#8374) 2022-10-21 10:13:14 +02:00
David Stack
f0c1dcb2d6
docs: update for clarity and fix typos (#8375)
Co-authored-by: Damian Głowala <48835293+DamianGlowala@users.noreply.github.com>
2022-10-21 10:10:11 +02:00
Johnson Chu
5c6efdc945
docs: update links for external tools (#8382) 2022-10-21 10:08:48 +02:00
Damian Głowala
d3c37a285f
docs: add missing opening <NuxtLayout> tag in a code sample (#8349) 2022-10-19 23:23:37 +01:00
Sébastien Chopin
dbc2c8ceee docs: update website-theme to 0.1.7 2022-10-19 17:16:33 +02:00
Joel Wenzel
ba3a11800c
feat(nuxt): default router scroll behavior (#3851)
Co-authored-by: joel <joel.wenzel@flexagon.com>
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-10-19 14:43:03 +02:00
Clément Ollivier
66de87af91
docs: fix link to documentation guide (#8322) 2022-10-19 13:40:05 +02:00