Sam K
|
2a4867a23f
|
docs: added addServerHandler example to modules author guide (#22603)
|
2023-08-12 08:05:12 +01:00 |
|
Curt Grimes
|
01419756ee
|
docs: add closing blocks for ReadMore components (#22541)
|
2023-08-08 16:11:32 +01:00 |
|
Lucas Vargas
|
ffd0223583
|
feat(vite,webpack): tree-shakable import.meta.* build flags (#22428)
|
2023-08-07 23:03:40 +01:00 |
|
David Marr
|
3159bb4f65
|
docs: add some more debugging tips (#22415)
|
2023-07-31 15:40:50 +01:00 |
|
Dawid Kopys
|
7e05b6e785
|
docs: correct manually typing runtime config example (#22393)
|
2023-07-29 19:14:08 +01:00 |
|
Julien Huang
|
b650207fa5
|
docs: add information on how to type custom hooks (#22312)
|
2023-07-25 09:25:14 +01:00 |
|
Mahdi Shah Abbasian
|
bea6ed1d9c
|
docs: standardize indentation and tag positioning (#22157)
|
2023-07-18 11:31:45 +01:00 |
|
Ali Azimi
|
646137a63a
|
docs: add instruction on how to use other modules in a module (#22081)
|
2023-07-18 11:26:43 +01:00 |
|
Fanny
|
4abfb40a78
|
docs: fix typos (#22125)
|
2023-07-13 17:25:54 +02:00 |
|
Nurassyl
|
2edd7a3441
|
docs: add space in list (#22032)
|
2023-07-07 21:35:59 +01:00 |
|
Jianqi Pan
|
b49e5f420c
|
docs: add more internal links (#22013)
|
2023-07-07 17:24:09 +01:00 |
|
Mateusz Kulpa
|
cb99785c0c
|
docs: add JetBrains IDEs debug configuration (#21965)
|
2023-07-05 22:27:23 +01:00 |
|
Eddie
|
58e75689d8
|
docs: remove outdated reference to stable version (#21785)
|
2023-06-26 10:36:19 +01:00 |
|
Julien Le Coupanec
|
5b7f52870c
|
docs: add a link to Docus layer nuxt config file (#21742)
|
2023-06-24 17:33:41 +01:00 |
|
Vasily Kuzin
|
0eb69be137
|
docs: fix typo in experimental features (#21663)
|
2023-06-20 21:38:56 +01:00 |
|
Hebilicious
|
2c9ac8dd80
|
docs: add experimental features page (#21617)
|
2023-06-20 19:17:07 +01:00 |
|
Inesh Bose
|
c73bed8c6d
|
feat(kit): allow direct function in defineNuxtModule (#20763)
|
2023-06-16 15:47:38 +01:00 |
|
Hebilicious
|
f9acc20bef
|
docs: fix addTypeTemplate typos (#21520)
|
2023-06-11 20:11:09 +01:00 |
|
Hebilicious
|
ee6869b1ba
|
feat(kit): addTypeTemplate helper with auto-registration (#21331)
|
2023-06-09 22:24:03 +01:00 |
|
Dario Ferderber
|
ec9dcdb093
|
fix(nuxt): allow pages:extend to enable pages module (#20806)
|
2023-05-15 13:47:30 +01:00 |
|
Daniel Roe
|
37e62e4ea1
|
docs: add brief information on debugging a nuxt app (#20282)
|
2023-04-16 15:21:55 +02:00 |
|
Lehoczky Zoltán
|
d48024e71f
|
docs: update links on hooks page (#20296)
|
2023-04-15 11:30:17 +01:00 |
|
Daniel Roe
|
e7623ec0b7
|
docs: re-enable docs linting and update docs (#20084)
|
2023-04-04 06:23:13 -07:00 |
|
Daniel Roe
|
8908aa7c5a
|
docs: add interop default to dynamic vue import example
|
2023-04-03 11:41:31 +01:00 |
|
Daniel Roe
|
72724076b0
|
docs: fix pages:extend example
resolves #19940
|
2023-03-28 11:24:41 +01:00 |
|
warflash
|
284199979f
|
docs: replace @nuxt/kit example with node built-ins (#19873)
|
2023-03-22 17:40:59 -07:00 |
|
Ege İliklier
|
bf0cabb000
|
docs: link to module request issue template (#19754)
|
2023-03-19 16:19:42 -07:00 |
|
Daniel Roe
|
8d644903bc
|
docs: update custom routing link
|
2023-03-15 15:36:42 +00:00 |
|
Adrien Zaganelli
|
c56c9c6d7a
|
docs: add 'going further' section for custom routing (#19565)
|
2023-03-15 07:16:03 -07:00 |
|
Sébastien Chopin
|
e383d06bf5
|
docs: update module author guide (#18551)
Co-authored-by: lihbr <lihbr@users.noreply.github.com>
|
2023-03-15 05:50:10 -07:00 |
|
Daniel Roe
|
2ebf5f4c44
|
v3.3.0 (#19524)
|
2023-03-14 06:22:41 -07:00 |
|
Daniel Roe
|
eb1bb59542
|
ci: lint workflows (#19556)
|
2023-03-09 03:34:41 -08:00 |
|
Daniel Roe
|
44d4aba283
|
docs: add edge banners on versions and modules (#19448)
|
2023-03-04 06:34:34 -08:00 |
|
Daniel Roe
|
d4a75240ac
|
feat(nuxt): add versions to runtime nuxtApp (#19064)
|
2023-03-01 07:08:23 -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 |
|
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 |
|
Daniel Roe
|
6016aef859
|
fix(nuxt): expose nuxt/schema subpath for augmentation (#18922)
|
2023-02-13 22:42:04 +00:00 |
|
Daniel Roe
|
a8874180a1
|
docs: add .env to directory structure and improve config docs (#18594)
|
2023-02-01 03:53:04 -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 |
|