Site updated at 2016-03-10 18:28:58 UTC

This commit is contained in:
Travis CI 2016-03-10 18:28:58 +00:00
parent a3f19c1bf0
commit 25d5c7f2c6
13 changed files with 168 additions and 167 deletions

View file

@ -125,7 +125,8 @@
<li>Fork the home-assistant.io <a href="https://github.com/balloob/home-assistant.io">git repository</a>.</li>
<li>Create/edit/update a page in the directory <code>source/_components/</code> for your platform/component.</li>
<li>To test changes to home-assistant.io locally, run <code>rake preview</code> and navigate to http://127.0.0.1:4000.</li>
<li>Create a Pull Request (PR) against the <strong>next</strong> branch of home-assistant.io.</li>
<li>Create a Pull Request (PR) against the <strong>next</strong> branch of home-assistant.io if your documentation is for a new feature, platform, or component.</li>
<li>Create a Pull Request (PR) against the <strong>master</strong> branch of home-assistant.io if you fix stuff, create Cookbook entries, or expand existing documentation.</li>
</ul>
<p>For a platform page it would be the fastest way to make a copy of an existing page and edit it. The <a href="/components/">component overview</a> is generated automatically, so there is no need to add a link to that your page.</p>