From b150a94bc1c26e1c333ee1e1e4e672aba54ad912 Mon Sep 17 00:00:00 2001 From: Frank Li Date: Wed, 12 Jul 2017 16:30:15 -0700 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 1fdb8b79da..7d857522d5 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,17 @@ In your project repo, all of your documentation files should be placed inside a `docs` folder. Any blog posts should be inside a `blog` folder. Create a `website` folder inside which you will install and run docusaurus. +Example project structure: +``` +project-repo/ + blog/ + 2017-05-06-blog-post.md + docs/ + en/ + doc1.md + website/ +``` + ### Installation Inside of your `website` folder, create a `package.json` file with the following scripts for Docusaurus: