From ac0754fdb9b0b0fd625aa01fadc86aed8ba5eec1 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Wed, 27 Dec 2017 22:40:34 +0000 Subject: [PATCH] Deploy website Deploy website version based on 9fbda86d42a654dae8b49d6b518f4ab377e4c540 --- docs/en/site-preparation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/site-preparation.html b/docs/en/site-preparation.html index b1493755b2..33017ad0ad 100644 --- a/docs/en/site-preparation.html +++ b/docs/en/site-preparation.html @@ -44,7 +44,7 @@
  • In your root, rename docs-examples-from-docusaurus to docs.
  • cd website
  • Rename blog-examples-from-docusaurus to blog.
  • -
  • Run the local webserver via yarn run start or npm run start.
  • +
  • Run the local webserver via yarn start or npm start.
  • Load the example site at http://localhost:3000. You should see the example site loaded in your web browser.