From fd7f5fb3d5b9d8bafaf801970f397b63f99e697d Mon Sep 17 00:00:00 2001 From: Justin Santa Barbara Date: Tue, 15 Mar 2016 23:49:16 -0400 Subject: [PATCH] Add note about needing to jekyll clean for changs to _data/ I was not able to get changes to show up in preview mode until I ran a jekyll clean before a jekyll serve. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1583e70c0a4..3728b1d7246 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,9 @@ might help for Windows users. Edit the yaml files in `/_data/` for the Guides, Reference, Samples, or Support areas. +You may have to exit and `jekyll clean` before restarting the `jekyll serve` to +get changes to files in `/_data/` to show up. + ### Add Images Put the new image in `/images/docs/` if it's for the documentation, and just `/images/` if it's for the website.