📘 Home Assistant User documentation
 
 
 
 
 
Go to file
Franck Nijhof 38455a6c3f
Spelling and Markdown fixes: Part 4 (#11910)
Spelling and Markdown fixes: Part 4
2020-01-29 14:35:50 +01:00
.devcontainer Fixes running Jekyll preview in devcontainer (#9920) 2019-07-19 15:28:10 -07:00
.github Improve GitHub Actions PR workflow (#11845) 2020-01-22 21:24:07 +01:00
.theia Adds support for Gitpod.io (#9727) 2019-06-29 12:28:35 -07:00
.vscode Home Assistant etc spelling consistency fixes (#11637) 2020-01-05 12:44:21 +01:00
plugins Improve cache busting (#11846) 2020-01-22 21:23:42 +01:00
sass Revert Style Changes. 2020-01-27 16:47:36 -05:00
source Spelling and Markdown fixes: Part 4 2020-01-29 11:57:44 +01:00
.editorconfig Add EditorConfig file for Ruby files 2012-02-26 11:08:16 -08:00
.gitattributes Added .gitattributes file to keep CRLF's out of the codebase. 2013-03-06 01:29:40 +01:00
.gitignore Upgrade to Jekyll 4.0.0 (#10202) 2019-08-22 08:00:30 -07:00
.gitpod.yml Remove GitPod badge from PR's (#10206) 2019-08-24 22:11:14 +02:00
.markdownlint.json Adds MarkdownLint configuration (#9725) 2019-06-29 14:35:45 +02:00
.nvmrc Adds GitHub Action for Remark, fixes code flag on fences (#10475) 2019-09-29 00:50:28 +02:00
.powrc Adding .powrc to allow RVM to work when POW is updated to version 0.4.0 and beyond. 2012-06-08 13:58:52 -05:00
.remarkignore Move integration platform redirects to Netlify redirects file (#10483) 2019-09-29 14:59:44 +02:00
.remarkrc.js No dollar signs in shell code (#10477) 2019-09-29 20:24:23 +02:00
.ruby-version ⬆️ Upgrades Ruby to 2.6.2 and Bundler to 2.0.1 (#8938) 2019-03-14 22:44:02 +01:00
.slugignore added slugignore to help with heroku deployment 2011-09-22 18:09:03 -05:00
CLA.md ✏️ Tweak 2019-10-16 23:25:04 +02:00
CODEOWNERS Sync current docs with codebase release 0.104.0 (#11758) 2020-01-15 22:33:02 +01:00
CODE_OF_CONDUCT.md Various markdown, spelling, and grammar fixes (#4503) 2018-01-24 08:28:39 +01:00
Gemfile Bump jekyll-redirect-from from 0.15.0 to 0.16.0 (#11890) 2020-01-27 15:45:55 +01:00
Gemfile.lock Bump jekyll-redirect-from from 0.15.0 to 0.16.0 (#11890) 2020-01-27 15:45:55 +01:00
LICENSE.md Adds GitHub Action for Remark, fixes code flag on fences (#10475) 2019-09-29 00:50:28 +02:00
README.md Add deploys by netlify badges (#11850) 2020-01-23 11:22:31 +01:00
Rakefile Cleanup Rakefile by removing obsolete tasks (#11622) 2020-01-04 23:22:11 +01:00
_config.yml 0.104.3 2020-01-21 13:31:08 +01:00
config.rb Fix http generated images path when using Compass sprites 2013-07-13 23:22:29 +12:00
config.ru More fixes 2015-10-27 00:53:57 -07:00
package-lock.json No dollar signs in shell code (#10477) 2019-09-29 20:24:23 +02:00
package.json No dollar signs in shell code (#10477) 2019-09-29 20:24:23 +02:00

README.md

Discord License: CC BY-NC-SA 4.0

Deploys by netlify

Home Assistant website

This is the source for the Home-Assistant.io website.

Setup

Setting up to contribute to documentation and the process for submitting pull requests is explained in the developer documentation.

Site preview

In order to make the preview available on http://127.0.0.1:4000, use the command as follows:

bundle exec rake preview

Speeding up site generation

Every release we post long changelogs to the website. This slows down generation of the website significantly! We include some tools to temporarily exclude the blog posts that you're not working on out of the way.

bundle exec rake isolate[filename-of-blogpost]

When you're done working on the site, run the following command to move the posts back again:

bundle exec rake integrate