Skip to content

Commit 57e6f6e

Browse files
committed
docs/Nextjs/intro-nextjs.md: fix typo
1 parent c09a774 commit 57e6f6e

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

docs/Nextjs/intro-nextjs.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
---
22
id: intro-nextjs
33
title: Introduction to Next.js
4-
sidebar_label: Introduction to Next.js #displays in sidebar
4+
sidebar_label: Introduction to Next.js
55
sidebar_position: 1
66
tags:
7-
[
8-
Next.js,
9-
Introduction to Next.js,
10-
What is Next.js,
11-
Why learn Next.js,
12-
How to use Next.js,
13-
]
14-
description: In this tutorial, you will learn about Next.js, its importance, what is Next.js from Scratch, how to use Next.js, steps to start using Next.js, and more.
7+
- Next.js
8+
- Introduction to Next.js
9+
- What is Next.js
10+
- Why learn Next.js
11+
- How to use Next.js
12+
description: Learn about Next.js, the powerful React framework for building production-ready web applications. Discover its features, benefits, rendering strategies, and how to get started with your first project.
1513
---
1614

1715
**Next.js** is a production-ready React framework that revolutionizes how we build modern web applications. Created and maintained by [Vercel](https://vercel.com), Next.js extends React's capabilities by providing a robust, opinionated structure that handles the complexities of production deployment, performance optimization, and developer experience out of the box.

0 commit comments

Comments
 (0)