Commit Graph

32 Commits

Author SHA1 Message Date
Hugo Brosnahan 850733e160
docs: fix typos and capitalisation (#9844)
* docs(getting-started): fix typos in configuration docs

* docs(community): always capitalize 'Prettier'

* docs(community): always capitalize 'Corepack'

* docs(community): always capitalize 'Nuxt'
2023-01-02 19:17:25 +01:00
Anthony Jekanyika da2a146f50
docs: fixed typos and improved wording (#9848) 2023-01-02 19:10:08 +01:00
PickleNik bccbe6ffe8
docs: fix url for prettier.io pointing to stylelint.io (#9892) 2023-01-02 19:05:57 +01:00
Carolina Delerue ea02be17c7
docs: add docs landing page (#9706)
* wip

* wip

* wip

* wip

* docs: add docs landing

* docs: update wording and structure

* docs(landing): minor tweaks

* docs(landing): update links

* docs(landing): update images

* docs(landing): minor tweaks

* docs(landing): update title

* docs(cards): fix cards

* docs(landing): update landing and introduction heros

* docs(landing): add extra slot to avoid hydration mismatch

* docs(theme): bump version to 0.2.1

Co-authored-by: Clément Ollivier <clement.o2p@gmail.com>
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
2022-12-23 13:15:12 +01:00
AuroraTea aa066062e1
docs(getting-started): improve usage of `pnpm` (#9775) 2022-12-20 16:48:10 +01:00
CarolinaDelerue eef13a98a7
docs: add community page (#9519)
* docs: add community page

* update background images  and remove gradient

* rename components

* docs(community): update landing page content

* chore: bump website-theme to 0.1.23

* chore: remove unused assets

* chore: lint docs

Co-authored-by: Clément Ollivier <clement.o2p@gmail.com>
2022-12-14 09:52:19 +01:00
Valentín Costa b3ccec3d87
docs: add missing line breaks (#9671) 2022-12-12 16:35:35 +00:00
Sébastien Chopin d500ac4e3c docs: fix typo and update theme 2022-12-06 18:35:44 +01:00
Sébastien Chopin 770cdf90df docs: compress social image to jpg and upgrade website-theme 2022-12-06 15:42:39 +01:00
Daniel Roe 3066e495a0
docs: recommend to install non-edge version of `@nuxt/test-utils` (#9543) 2022-12-06 12:51:17 +01:00
Christian Preston 77e2974f1c
docs: add nuxt layers introduction and authoring guide (#9405)
Co-authored-by: Alexander Lichter <github@lichter.io>
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: Pooya Parsa <pooya@pi0.io>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-12-05 11:44:28 +01:00
Philipp Klose a503990de2
docs: make `vite` monospace too (#9490) 2022-12-04 23:17:32 +00:00
Mehmet 29ff72161b
docs: update playwright url (#9483) 2022-12-03 12:25:12 +00:00
Dominik 0965b7585c
docs: add Project name placeholder (#9421)
With this it should be more obvious for the user that instead of `nuxt-app` the actual project name is meant. 
This was the case and example also in the nuxt 2 docs: https://nuxtjs.org/docs/get-started/installation/

Co-authored-by: Alexander Lichter <github@lichter.io>
2022-11-30 18:11:17 +01:00
Clément Ollivier 0cc2c11ce6
docs: disable markdownlint on mdc file (#9428)
* docs: disable markdownlint on mdc file

* docs: disable casepolice on mdc file
2022-11-30 15:47:09 +01:00
CarolinaDelerue 837c938499
docs(introduction): add hero and cards (#9334)
* feat/docs-getting-started: add hero and cards

* docs(introduction): update due to review

Co-authored-by: Clément Ollivier <clement.o2p@gmail.com>
2022-11-30 15:22:01 +01:00
Sébastien Chopin 53d5a5a5ae docs(installation): typo in sentence 2022-11-28 14:07:24 +01:00
Sébastien Chopin 7c998982fc docs(installation): add button to nuxt.new 2022-11-28 14:03:11 +01:00
Clément Ollivier 65f3b3a053
docs: change app-config url to avoid naming conflicts with app.vue (#9377) 2022-11-28 13:47:32 +01:00
InvinciblenowYT c37b1361c8
docs: add missing space (#9276) 2022-11-23 15:15:41 +00:00
Sébastien Chopin 2facf0e594
docs: improve seo titleTemplate and add social images (#9235)
* docs: improve seo titleTemplate and add social images

* chore: update
2022-11-21 16:51:39 +01:00
mortezahatamikia-code 547d61208c
docs: add space between sentences (#9207)
* Update fix a typo

just added a space before "Here's a list of..." for a better reading experience

* docs: add to single paragraph

Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-11-21 16:50:49 +01:00
Nathan Chase 34ae992755
docs: external configuration table (#9189)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-11-21 13:38:10 +01:00
Mahdi Boomeri fdc35aabb6
docs: remove stable release warning regarding options api (#9186) 2022-11-21 11:51:06 +01:00
Sébastien Chopin a4768fd56d docs: update vercel icon to support dark mode 2022-11-18 00:54:40 +01:00
Sébastien Chopin 667286879e
docs: fix broken links in examples (#9119) 2022-11-17 12:09:43 +00:00
Gérard Mathiuet e038398fe5
docs: set nuxt stability to stable (#9075)
Co-authored-by: Sébastien Chopin <seb@nuxtlabs.com>
2022-11-16 19:58:44 +01:00
Clément Ollivier fea7717291
docs: fix broken paths (#9076) 2022-11-16 18:21:08 +01:00
Clément Ollivier 67ee085fec
docs: fix paths to migration guides (#9071) 2022-11-16 17:35:05 +01:00
Conner 3aadc57be5
docs: add warning about `definePageMeta` issues with transitions and `NuxtLoadingIndicator` (#9055)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-11-16 15:06:36 +01:00
Sébastien Chopin 9ab069b2a3 docs: minor style improvements 2022-11-16 12:39:38 +01:00
Sébastien Chopin 90784f79d7
docs: new website design (#9007)
* docs: implement new website theme

* chore: rename dirs

* chore: update build

* lint fix

* chore: update deps

* fix: include node_modules in esbuild step

* chore: update deps

* Update .gitignore

* chore: update theme version

* up

* up

* fix: use svg for illustration

* chore: update to 0.0.12

* chore: force parse5 resolution

* stay with build

* feat: always display first home section

* Update yarn.lock

* chore: update theme

* fix lint

* docs: update home title

* chore: update website theme version

* Update docs/content/0.index.md

Co-authored-by: pooya parsa <pyapar@gmail.com>

* Update docs/content/0.index.md

Co-authored-by: pooya parsa <pyapar@gmail.com>

* up

* chore: bump theme version

* up

* chore: up

* up up and up

* chore: generate

* fix: boolean value

* feat: new images

* update again

* chore: up

* ouep

* chore: up

Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: Clément Ollivier <clement.o2p@gmail.com>
Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-11-16 11:04:28 +01:00