Commit Graph

68 Commits

Author SHA1 Message Date
Andrey Yolkin
c0f701d41a
feat(docs): describe updateTemplates 2023-09-03 19:36:59 +03:00
Andrey Yolkin
daf3a8ae2d
fix(docs): add return type to template functions 2023-09-03 19:31:10 +03:00
Andrey Yolkin
9e64b26cac
fix(docs): remove arguments from addTypeTemplate heading 2023-09-03 19:25:40 +03:00
Andrey Yolkin
b4030afa75
feat(docs): describe addTypeTemplate 2023-09-03 16:49:19 +03:00
Andrey Yolkin
ff48d797c6
fix(docs): close code-group 2023-09-03 16:36:09 +03:00
Andrey Yolkin
cd30650aad
feat(docs): describe addTemplate 2023-08-30 12:52:25 +03:00
Andrey Yolkin
c197617f65
fix(docs): allow to pass layout src instead of full template in addLayout 2023-08-30 12:51:22 +03:00
Andrey Yolkin
2ecf9c915c
fix(docs): use absolute url for layout description 2023-08-30 00:33:40 +03:00
Andrey Yolkin
ecab9f2d3d feat(docs): add note for nuxt 2 2023-08-30 00:29:03 +03:00
Andrey Yolkin
c1db6321a8 feat: layout section 2023-08-30 00:23:48 +03:00
autofix-ci[bot]
fd8507df93
[autofix.ci] apply automated fixes 2023-08-29 13:40:42 +00:00
Andrey Yolkin
81c7eb2da5 feat: describe plugins section 2023-08-29 16:39:51 +03:00
Andrey Yolkin
a2e1fa0685 fix: use correct return types for utilities in Pages 2023-08-29 16:22:13 +03:00
Andrey Yolkin
d206a6b4fe refactor(docs): keep only usefull information about addRouteMiddleware 2023-08-17 18:18:02 +03:00
autofix-ci[bot]
99db514aa1
[autofix.ci] apply automated fixes 2023-08-16 21:59:34 +00:00
Andrey Yolkin
1f0e400705 feat(docs): addRouteMiddleware 2023-08-17 00:58:40 +03:00
Andrey
e2b066cf45 feat(docs): extendRouteRules 2023-08-16 17:05:44 +03:00
Andrey
c7c136df92 refactor(docs): rewrite intro to the components utils 2023-08-16 15:41:55 +03:00
autofix-ci[bot]
ace3c30145
[autofix.ci] apply automated fixes 2023-08-16 12:35:38 +00:00
Andrey
1deedc271d feat(docs): describe each part of kit 2023-08-16 15:34:45 +03:00
Andrey
82aeeb5774 feat(docs): defineNuxtModule 2023-08-16 15:32:07 +03:00
Andrey
558a7260aa fix(docs): make examples link consistent 2023-08-16 14:43:57 +03:00
Andrey
20cec3fe93 fix(docs): better indentation on extendPages example 2023-08-16 14:31:42 +03:00
autofix-ci[bot]
54b2cc7e67
[autofix.ci] apply automated fixes 2023-08-16 11:10:26 +00:00
Andrey
379d475483 feat(docs): extendPages 2023-08-16 14:08:19 +03:00
Andrey
f215aaa010 refactor(docs): keep only utility names in headers 2023-08-16 13:44:33 +03:00
Andrey Yolkin
e416ef1bdd feat(docs): better explanation of useNuxt() 2023-08-16 01:21:00 +03:00
Andrey Yolkin
9d69d77ebb fix(docs): render tryUseNuxt() header as h3 2023-08-16 01:12:42 +03:00
Andrey Yolkin
ac51440010 feat(docs): useNuxt and tryUseNuxt hooks 2023-08-16 01:10:14 +03:00
Andrey Yolkin
1d2f756a70 fix(docs): render addComponent heading as h3 2023-08-04 17:35:57 +03:00
Andrey Yolkin
beef861521 feat(docs): describe components utilities 2023-08-04 17:32:52 +03:00
Andrey Yolkin
b238389040 feat(docs): describe autoimports utilties 2023-08-01 19:54:09 +03:00
Andrey Yolkin
252cfa34af fix(docs): remove accidental letters 2023-08-01 15:35:59 +03:00
Andrey Yolkin
4e9d82f52d feat(docs): describe compatibility 2023-08-01 15:27:51 +03:00
Andrey Yolkin
066390972c
Merge branch 'main' into docs/kit 2023-07-30 19:36:40 +03:00
Daniel Roe
fc10da37fb
docs: add example for accessing vite config programmatically (#18812)
Co-authored-by: Damian Głowala <48835293+DamianGlowala@users.noreply.github.com>
2023-07-30 10:17:36 +01:00
Andrey Yolkin
97fd392fcf fix(docs): use Nuxt 3 test utils as example 2023-07-29 17:45:00 +03:00
Andrey Yolkin
293dbf7ac8 feat(docs): add links to nuxt tools with programmatically use of @nuxt/kit 2023-07-29 17:41:25 +03:00
Andrey Yolkin
709e02ac14 fix(docs): use link to c12 without branch name 2023-07-29 17:37:14 +03:00
Andrey Yolkin
51cc5ca556 feat(docs): describe loadNuxtConfig utility 2023-07-29 17:36:39 +03:00
Andrey Yolkin
93b93d9d22 fix(docs): remove typo 2023-07-29 17:24:40 +03:00
Andrey Yolkin
062d571f47 feat(docs): better description for loadNuxt utility 2023-07-29 17:21:05 +03:00
Andrey Yolkin
99d763600e feat(docs): describe buildNuxt utility 2023-07-29 17:15:42 +03:00
Andrey Yolkin
fb4f112f45 fix(docs): missing . at the end of sentence 2023-07-29 15:37:26 +03:00
Andrey Yolkin
a33a52e4ff fix(docs): move text about loadNuxt parametres in one paragraph 2023-07-29 15:36:13 +03:00
Andrey Yolkin
06d00014d3 feat(docs): loadNuxt utility 2023-07-29 15:29:15 +03:00
Andrey Yolkin
483dbc6b64 fix(docs): remove duplicated headings 2023-07-28 18:09:52 +03:00
Andrey Yolkin
2e87bc8708 feat(docs): parameters of installModule 2023-07-28 18:00:45 +03:00
Andrey Yolkin
18bed81f0d Merge remote-tracking branch 'refs/remotes/origin/docs/kit' into docs/kit 2023-07-28 17:51:47 +03:00
Andrey Yolkin
00037a9ce0 chore: reorder definition and type 2023-07-28 17:51:17 +03:00