mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Remove the getting started section.
Just add the https://learnnextjs.com link at the top of the page.
This commit is contained in:
parent
7c8d0246e2
commit
564ae2b982
|
@ -6,12 +6,15 @@
|
|||
|
||||
Next.js is a minimalistic framework for server-rendered React applications.
|
||||
|
||||
**Visit https://learnnextjs.com to get started with Next.js.**
|
||||
|
||||
---
|
||||
|
||||
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
<!-- https://github.com/thlorenz/doctoc -->
|
||||
|
||||
- [How to use](#how-to-use)
|
||||
- [Getting Started](#getting-started)
|
||||
- [Setup](#setup)
|
||||
- [Automatic code splitting](#automatic-code-splitting)
|
||||
- [CSS](#css)
|
||||
|
@ -45,10 +48,6 @@ Next.js is a minimalistic framework for server-rendered React applications.
|
|||
|
||||
## How to use
|
||||
|
||||
### Getting Started
|
||||
|
||||
A step by step interactive guide of next features is available at [learnnextjs.com](https://learnnextjs.com/)
|
||||
|
||||
### Setup
|
||||
|
||||
Install it:
|
||||
|
|
Loading…
Reference in a new issue