Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/01-app/01-getting-started/03-layouts-and-pages.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Layouts and Pages
description: Learn how to create your first pages and layouts, and link between them with the Link component.
description: Learn how to create your first pages and layouts, and link between them using the Link component.
related:
title: API Reference
description: Learn more about the features mentioned in this page by reading the API Reference.
Expand All @@ -12,7 +12,7 @@ related:
- app/api-reference/file-conventions/dynamic-routes
---

Next.js uses **file-system based routing**, meaning you can use folders and files to define routes. This page will guide you through how to create layouts and pages, and link between them.
Next.js uses **file-system based routing**, meaning you can define routes using folders and files. This page will guide you through creating layouts and pages, and linking between them.

## Creating a page

Expand Down