mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-12-11 02:43:28 -06:00
* Additions, removals, and update
Converted Component -> Integration, and added an entry for Component referencing that it's what Integrations used to be called.
Added Lovelace.
Added a note that some devices/services may have multiple, or only one, entity.
Removed Hassbian and HADashboard.
Made it alphabetical
* ✏️ Tweaks
…
…
…
…
…
…
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
Description
Languages
HTML
56.6%
SCSS
24.2%
CSS
11.3%
JavaScript
4.8%
Ruby
3%