Mention Netlify preview, move sentences

This commit is contained in:
WofWca 2018-10-05 20:21:49 +07:00 committed by GitHub
parent 644bfa7786
commit 5aa2e1d83c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,9 +6,11 @@ The user documentation is located at [https://www.home-assistant.io](https://www
The [home-assistant.io](https://home-assistant.io) website is built using [Jekyll](http://github.com/mojombo/jekyll) and [these 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 HTML. The [home-assistant.io](https://home-assistant.io) website is built using [Jekyll](http://github.com/mojombo/jekyll) and [these 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 HTML.
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. 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. You work on your change and propose it via a Pull Request (PR).
For larger changes, we suggest that you clone the website repository. This way, you can review your changes locally. The process of 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 (PR). Once you've created a Pull Request (PR), you can see a preview of the proposed changes by clicking *Details* against Netlify checker in the checkers section of the PR as soon as deployment is complete.
For larger changes, we suggest that you clone the website repository. This way, you can review your changes locally. The process of working on the website is no different from working on Home Assistant itself.
To test your changes locally, you need to install **Ruby** and its dependencies (gems): To test your changes locally, you need to install **Ruby** and its dependencies (gems):
@ -33,4 +35,3 @@ Site generated by `rake` is only available locally. If you are developing on a h
```bash ```bash
$ ssh -L 4000:localhost:4000 user_on_headless_machine@ip_of_headless_machine $ ssh -L 4000:localhost:4000 user_on_headless_machine@ip_of_headless_machine
``` ```