27 Commits

Author SHA1 Message Date
Pascal Vizeli
e4f9b60987 Remove vagrant (#10192)
* Remove vagrant

* Remove references and unused asset
2019-08-21 23:05:28 +02:00
jack1142
ff06792366 Update installation.markdown (#10091) 2019-08-09 09:28:46 +02:00
Franck Nijhof
c464056402
Making our website faster, cleaner and prettier (#9853)
* 🔥 Removes octopress.js

* 🔥 Removes use of root_url var

* 🔥 Removes Octopress generator reference from feed

* 🔥 Removes delicious support

* 🔥 Removes support for Pinboard

* 🔥 Removes support for Disqus

* 🔥 Removes support for Google Plus

* ↩️ Migrate custom after_footer to default template

* ↩️ Migrate custom footer to default template

* ↩️ Migrate custom header to default template

* 🔥 Removes unused template files

* 🚀 Places time to read directly in post template

* 🚀 Removes unneeded capture from archive_post.html template

* 🔥 🚀 Removes unused, but heaving sorting call in component page

* 🚀 Merged javascripts into a single file

* 🔥 Removes more uses of root_url

* 🚀 Removal of unneeded captures from head

* 🔥 🚀 Removal of expensive liquid HTML compressor

* 🔥 Removes unneeded templates

* 🚀 Replaces kramdown with GitHub's CommonMark 🚀

* 💄 Adds Prism code syntax highlighting

*  Adds support for redirect in Netlify

* ↩️ 🔥 Let Netlify handle all developer doc redirects

* ✏️ Fixes typo in redirects file: Netify -> Netlify

* 🔥 Removes unused .themes folder

* 🔥 Removes unused aside.html template

* 🔥 Removes Disqus config leftover

* 🔥 Removes rouge highlighter config

* 🔥 Removes Octopress 🎉

* 💄 Adjust code block font size and adds soft wraps

* 💄 Adds styling for inline code blocks

* 💄 Improve styling of note/warning/info boxes + div support

* 🔨 Rewrites all note/warning/info boxes
2019-07-15 22:17:54 +02:00
Franck Nijhof
1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00
Franck Nijhof
ebca3218c7
🔥Removes linkable_title everywhere (#9772)
* Automatically create linkable headers

* Visually improve position of linkable header chain icon

* Do not auto link  headers on homepage

* Remove linkable_title everywhere

* 🚑 Re-instante linkable_title plugin as NOOP
2019-07-04 19:08:27 +02:00
Dubh Ad
0b5db73ec2 Update for Pi4 and A2 (#9724)
* Update for Pi4 and A2

Mentioning the new Pi4, and the recommendation for the A2 SD card

* ✏️ Tweak + link
2019-06-29 15:27:35 +02:00
Franck Nijhof
1e46c4fcbe
Component(s) -> Integration(s) (#9656)
Signed-off-by: Franck Nijhof <frenck@addons.community>
2019-06-19 15:12:14 +02:00
Dubh Ad
98f235316b Version bump for Python (#9618)
Given the impending drop for Python 3.5, updating the guide to say 3.6
2019-06-13 09:21:18 +02:00
DubhAd
9eeca2fd13 Hardware guidance (#8934)
To hopefully discourage folks from continuing to run on hardware that's not up to it
2019-03-15 08:41:33 +01:00
DubhAd
9fbd36048d virtualenv -> venv (#8817)
Since virtualenv is the name of some third party tool
2019-03-04 08:00:50 +05:30
Fabian Affolter
ad10cd63d9
Update links 2019-02-14 15:58:34 +01:00
Andrej Friesen
3581d22561 Add Hass.io on generic Linux server as installation method (#7996)
* Add Hass.io on generic Linux server as installation method

Also renamed Hass.io to Hass.io on HassOS because Hass.io can be installed in different ways.

* Remove information about HassOS for Hass.io install

* Move Hass.io generic Linux server install to alternative install methods
2019-02-14 15:55:49 +01:00
DubhAd
1bacf440be Big bad install index rewrite (#8345)
* Big bad install index rewrite

Following on from [this](https://github.com/home-assistant/architecture/issues/126#issuecomment-457819615) here is the first pass.

I've:

* Restructured the layout, simplifying the intro slightly, and moving more of the relevant things to know up there
* Removed redundant information
* Used slightly emotive _tier_ language, deliberately
* Put in a line and put the community provided guides underneath it

Feedback appreciated if this doesn't hit the mark

* Removed tier wording

* Manual -> Virtualenv

* Tweaks
2019-01-31 07:53:25 -08:00
DubhAd
1edbbfeb1f Install guide tweak (#6553)
Trying to split this into "first class" and "here be dragons". The aim being to make less experienced folks less likely to dive directly into things like Armbian, or Mac, or ...
2018-10-06 15:18:41 +02:00
DubhAd
a12a6fddc0 Added security note (#5406)
* Added security note

After yet another [I've been hacked](https://community.home-assistant.io/t/i-have-been-hacked/53723) post on the forum, thought it was about time to start making things a bit more obvious.

* Minor change

* Again
2018-05-20 12:02:24 +02:00
Alok Saboo
1aca7b08cf Misc fixes: e.g. -> e.g., and proper case for Home Assistant (#4942)
* e.g. to e.g., and proper case for Home Assistant

* Instructions how to -> Instructions on how to
2018-03-17 20:20:37 +01:00
DubhAd
ff51c36b43 Bumped version to be explicitly 3.5.3 (#4888) 2018-03-12 11:47:03 +01:00
Paulus Schoutsen
15e3857184 Revamp getting started (#4194)
* Revamp getting started

* Comments by Landrash

* Add text editor to software requirements

* Address comments
2017-12-16 13:37:08 +01:00
Phil Hawthorne
783a00ec45 Fix incorrect closing paragraph tag (#3979)
There was a paragraph tag which wasn't closed correctly, which was
causing issues on the installation instructions pages.
2017-11-14 18:39:39 +01:00
c727
89ab5d9598 [Install] Update Alternative install (#3933)
* [Install] Update Alternative install

* Update installation.markdown
2017-11-12 14:55:27 +01:00
Ian Darwin
62617b14a6 Reword last para into more conventional English. (#3505) 2017-10-03 20:18:47 +02:00
mauriciobonani
b32c99cf44 Distribution name correction (#3195) 2017-08-18 09:57:44 +02:00
Franck Nijhof
b2f40816a1 Review/Edit: Hass.io (#3190)
Documentation fixes (spelling, grammar, and punctuations) to the 'Hass.io' section of the website.
2017-08-16 21:31:51 +02:00
Greg
f09c0ddc55 added install instructions for FreeNAS, added the logo image as well (#2392) 2017-04-07 21:37:56 +02:00
Paulus Schoutsen
3094cf48a0 Update installation.markdown 2017-03-02 08:46:50 -08:00
Fabian Affolter
554a26556d Install section (#2181)
* Fix typo

* Add logos

* Add Fedora instructions

* Remove unused file

* Add macOS instructions

* Update

* Add details about AUR

* Add CentOS instructions

* Add vagrant logo

* Remove CentOS details

* Add inital armbian docs

* Update

* Move sections to overview

* Update installation overview
2017-03-02 14:10:40 +01:00
Fabian Affolter
481320128f Re-organisation Documentation and Getting started (#2055)
* Split MQTT documentation

* Add more details

* Move content to /docs

* Enable sidebar

* Move content to /docs

* Enable sidebar

* Move content

* Update links

* Remove wizard stuff

* Enable sidebar

* Minor changes

* Move MQTT parts to /docs

* update links

* Update links and sync content

* Fix link

* Enable sidebar

* Remove navigation

* Remove navigation and other minor updates

* Update links

* Add overview page

* Make title linkable

* Update

* Plit content

* Update links

* Rearrange content

* New getting-started section

* Add icons for docs

* Update for new structure

* Update for new structure

* Add docs navigation

* Add docs overview page

* Remove ecosystem navigation

* Add docs and remove other collections

* Move ecosystem to docs

* Remove duplicate files

* Re-add ecosystem overview

* Move to ecosystem

* Fix permission

* Update navigation

* Remove collection

* Move overview to right folder

* Move mqtt to upper level

* Move notebook to ecosystem

* Remove un-used files

* Add one more rectangle for iOS

* Move two parts back from docs and rename Run step

* Remove colon

* update getting-started section

* Add redirect

* Update

* Update navigation
2017-02-23 11:09:41 +01:00