diff --git a/docs/0.index.md b/docs/0.index.md index babd05db97..c8bb552d34 100644 --- a/docs/0.index.md +++ b/docs/0.index.md @@ -4,15 +4,15 @@ navigation: false layout: home description: Learn everything you need to know about Nuxt, from beginner to master. hero: - title: The Intuitive Web Framework - description: Discover the leading the web framework for building modern Vue applications. + title: Nuxt Documentation + description: Learn how to use Nuxt, the leading the web framework for building modern Vue sites & apps. cta: - Get Started - /getting-started/installation secondary: - Star on GitHub - https://github.com/nuxt/nuxt - snippet: npx nuxi@latest init nuxt-app + snippet: npx nuxi@latest init create nuxt-app --- # Introduction @@ -103,49 +103,20 @@ Nuxt is composed of different [core packages](https://github.com/nuxt/nuxt/tree/ We recommend reading each concept to have a full vision of Nuxt capabilities and the scope of each package. -::card-list ---- -cardListClass: 'grid grid-cols-1 gap-y-4' ---- - :::card-item - --- - gradientBorder: false - backgroundImage: - path: '/assets/docs/getting-started/views/are-you-nuxt' - width: '72px' - height: '92px' - format: 'png' - titleClass: 'text-5xl font-semibold u-text-gray-900 pb-2' - descriptionClass: 'md:mr-[64px] w-[90%]' - --- - #title - Are you Nuxt? - #description - Nuxt is the backbone of your Vue.js project, giving structure to build your project with confidence while keeping flexibility. -
-
- Extendable with a strong module ecosystem and hooks engine, it makes it easy to connect your REST or GraphQL endpoints, favorite CMS, CSS frameworks and more. PWA and AMP support is only a module away from your Nuxt project. -
-
- Ready to try? Head over to the [Installation section](/docs/getting-started/installation). - ::: - - :::card-item - --- - gradientBorder: false - backgroundImage: - path: '/assets/docs/getting-started/views/contribute' - width: '72' - height: '92' - format: 'png' - titleClass: 'text-2xl u-text-gray-900 font-semibold' - descriptionClass: 'md:mr-[64px]' - --- - #title - Contribute - #description - Do you want to get involved in the evolution of Nuxt? -
- Follow the [contribution guide](/docs/community/contribution). - ::: +::card +#title +Are you Nuxt? +#description +Nuxt is the backbone of your Vue.js project, giving structure to build your project with confidence while keeping flexibility. :br :br +Extendable with a strong module ecosystem and hooks engine, it makes it easy to connect your REST or GraphQL endpoints, favorite CMS, CSS frameworks and more. PWA and AMP support is only a module away from your Nuxt project. :br :br +Ready to try? Head over to the [Installation section](/docs/getting-started/installation). +:: + +::card{style="margin-top: 20px;"} +#title +Contribute +#description +Do you want to get involved in the evolution of Nuxt? +:br :br +Follow the [contribution guide](/docs/community/contribution). ::