diff --git a/source/developers/website.markdown b/source/developers/website.markdown index b48bc10332c..46f2d601f2c 100644 --- a/source/developers/website.markdown +++ b/source/developers/website.markdown @@ -13,7 +13,7 @@ The website you are reading now is the home of Home Assistant: [https://home-ass home-assistant.io is built using [Jekyll](http://github.com/mojombo/jekyll) and [these available dependencies](https://pages.github.com/versions/). The pages are written in [markdown](http://daringfireball.net/projects/markdown/). To add a page, you don't need to know about HTML. -You can use the "**Edit this page on GitHub**" link to edit pages without creating a fork. +You can use the "**Edit this page on GitHub**" link to edit pages without creating a fork. Keep in mind that you can't upload images while working this way. For larger changes, we suggest that you clone the website repository. This way, you can review your changes locally. The process for working on the website is no different from working on Home Assistant itself. You work on your change and propose it via a pull request.