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.
pull/139/head
Justin Santa Barbara 2016-03-15 23:49:16 -04:00
parent 54ee722793
commit fd7f5fb3d5
1 changed files with 3 additions and 0 deletions

View File

@ -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.