From b8662d57665ac4e410aab6cd97a0f43c7de91d83 Mon Sep 17 00:00:00 2001 From: Tim Neutkens Date: Tue, 11 Aug 2020 12:08:43 +0200 Subject: [PATCH] Fix link to create-next-app docs (#16069) Fixes #16066 --- docs/{ => api-reference}/create-next-app.md | 0 docs/getting-started.md | 2 +- docs/manifest.json | 4 ++++ 3 files changed, 5 insertions(+), 1 deletion(-) rename docs/{ => api-reference}/create-next-app.md (100%) diff --git a/docs/create-next-app.md b/docs/api-reference/create-next-app.md similarity index 100% rename from docs/create-next-app.md rename to docs/api-reference/create-next-app.md diff --git a/docs/getting-started.md b/docs/getting-started.md index e07f4282363b3..77e3b7a00f05e 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -29,7 +29,7 @@ yarn create next-app After the installation is complete, follow the instructions to start the development server. Try editing `pages/index.js` and see the result on your browser. -For more information on how to use `create-next-app`, you can review the [`create-next-app` documentation](/docs/create-next-app.md) +For more information on how to use `create-next-app`, you can review the [`create-next-app` documentation](/docs/api-reference/create-next-app.md) ## Manual Setup diff --git a/docs/manifest.json b/docs/manifest.json index e4ff3d7a01605..e5c728f00fb9f 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -191,6 +191,10 @@ "heading": true, "routes": [ { "title": "CLI", "path": "/docs/api-reference/cli.md" }, + { + "title": "Create Next App", + "path": "/docs/api-reference/create-next-app.md" + }, { "title": "next/router", "path": "/docs/api-reference/next/router.md"