This commit is contained in:
Kismet Hasanaj
2026-05-02 20:07:02 +02:00
parent ce8672e283
commit 34dc9aec52
9428 changed files with 1733330 additions and 0 deletions
@@ -0,0 +1,8 @@
---
title: Create a new Next.js application
nav_title: Installation
description: How to create a new Next.js application with `create-next-app`. Set up TypeScript, ESLint,and configure your `next.config.js` file.
source: app/getting-started/installation
---
{/* DO NOT EDIT. The content of this doc is generated from the source above. To edit the content of this page, navigate to the source page in your editor. You can use the `<PagesOnly>Content</PagesOnly>` component to add content that is specific to the Pages Router. Any shared content should not be wrapped in a component. */}
@@ -0,0 +1,8 @@
---
title: Project Structure and Organization
nav_title: Project Structure
description: Learn about the folder and file conventions in a Next.js project, and how to organize your project.
source: app/getting-started/project-structure
---
{/* DO NOT EDIT. The content of this doc is generated from the source above. To edit the content of this page, navigate to the source page in your editor. You can use the `<PagesOnly>Content</PagesOnly>` component to add content that is specific to the Pages Router. Any shared content should not be wrapped in a component. */}
+13
View File
@@ -0,0 +1,13 @@
---
title: Image Optimization
nav_title: Images
description: Optimize your images with the built-in `next/image` component.
related:
title: API Reference
description: See the API Reference for the full feature set of Next.js Image
links:
- pages/api-reference/components/image
source: app/getting-started/images
---
{/* DO NOT EDIT. The content of this doc is generated from the source above. To edit the content of this page, navigate to the source page in your editor. You can use the `<PagesOnly>Content</PagesOnly>` component to add content that is specific to the Pages Router. Any shared content should not be wrapped in a component. */}
+13
View File
@@ -0,0 +1,13 @@
---
title: How to use fonts
nav_title: Fonts
description: Learn how to use fonts in Next.js
related:
title: API Reference
description: See the API Reference for the full feature set of Next.js Font
links:
- pages/api-reference/components/font
source: app/getting-started/fonts
---
{/* DO NOT EDIT. The content of this doc is generated from the source above. To edit the content of this page, navigate to the source page in your editor. You can use the `<PagesOnly>Content</PagesOnly>` component to add content that is specific to the Pages Router. Any shared content should not be wrapped in a component. */}
+15
View File
@@ -0,0 +1,15 @@
---
title: How to use CSS in your application
nav_title: CSS
description: Learn about the different ways to add CSS to your application, including CSS Modules, Global CSS, Tailwind CSS, and more.
related:
title: Next Steps
description: Learn more about the features mentioned in this page.
links:
- pages/guides/tailwind-v3-css
- pages/guides/sass
- pages/guides/css-in-js
source: app/getting-started/css
---
{/* DO NOT EDIT. The content of this doc is generated from the source above. To edit the content of this page, navigate to the source page in your editor. You can use the `<PagesOnly>Content</PagesOnly>` component to add content that is specific to the Pages Router. Any shared content should not be wrapped in a component. */}
@@ -0,0 +1,6 @@
---
title: How to deploy your Next.js application
nav_title: Deploying
description: Learn how to deploy your Next.js application.
source: app/getting-started/deploying
---
+5
View File
@@ -0,0 +1,5 @@
---
title: Getting Started - Pages Router
nav_title: Getting Started
description: Learn how to create full-stack web applications with Next.js with the Pages Router.
---