From 8ab7cfd0e805befcf948bfaf3c791f8925050558 Mon Sep 17 00:00:00 2001 From: Muhammad Muhajir Date: Thu, 16 Jul 2020 14:58:45 +0700 Subject: [PATCH] =?UTF-8?q?docs:=20Update=20Docs:=20Guides=20=E2=80=9Cnext?= =?UTF-8?q?js=E2=80=9D=20(#4028)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/content/docs/nextjs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/nextjs.md b/website/content/docs/nextjs.md index 7973ca69..665fce5e 100644 --- a/website/content/docs/nextjs.md +++ b/website/content/docs/nextjs.md @@ -131,7 +131,7 @@ There are many different ways to add Netlify CMS to your project. The easiest is ```bash # Create and navigate into public/admin folder -mkdir public/admin +mkdir -p public/admin cd public/admin # Create index.html and config.yml file