From 441a14f81613036acddeff51c5c67b748b3fb4f2 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 13 Nov 2016 23:55:59 +0100 Subject: [PATCH] Add details about images --- source/developers/website.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.