From afe173773bdd5f78368395e7484227e8d4775854 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 3 Nov 2015 08:49:07 +0100 Subject: [PATCH] Small clarification about the workflow --- source/developers/website.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/developers/website.markdown b/source/developers/website.markdown index d9e5b1bb02e..626d5c25527 100644 --- a/source/developers/website.markdown +++ b/source/developers/website.markdown @@ -16,11 +16,11 @@ home-assistant.io is using [Octopress](http://octopress.org/). To get more detai To work on the website the process is no different to working on Home Assistant itself. - Fork the home-assistant.io [git repository](https://github.com/balloob/home-assistant.io). -- Create/edit/update a page. +- Create/edit/update a page in the directory `source/_components/` for your platform/component. - To test changes to home-assistant.io locally, run ``rake preview`` and navigate to http://127.0.0.1:4000. - Create a Pull Request against the **master** branch of home-assistant.io. -For a component page it would be the fastest way to make a copy of an existing page and edit it. +For a platform page it would be the fastest way to make a copy of an existing page and edit it. The [component overview](/components/) is generated automatically, so there is no need to add a link to that your page. ### {% linkable_title Code %} To take advantage of the build-in features of Octopress to display code snipplets, just use the default markdown syntax. Please use `$` and `#` if it's a command and to differ from output.