17 Commits

Author SHA1 Message Date
Franck Nijhof
08884e2cca
Collection of fixes and improvements (#516) 2020-05-11 08:12:01 -07:00
Tom Brien
d6e06a716d
Replace quotes with tip boxes (#458)
* Replace quotes with tip boxes

The use of quotes was making important content less clear than the body. Docusaurus now has native tip boxes use remark-admonitions so use these instead.

* Replace json5 codeblock language with json

json5 doesn't have native syntax colouring. Rather than handle with custom css just flip block to have `json` set as language to create same result. All blocks were standard JSON anyway
2020-04-04 14:32:57 -07:00
Pascal Vizeli
d92362b693
Small fixes for Hass.io/HA (#405)
* Small fixes for Hass.io/HA

* Update docs/hassio_addon_communication.md

Co-Authored-By: Franck Nijhof <git@frenck.dev>

* Update docs/hassio_addon_communication.md

Co-Authored-By: Franck Nijhof <git@frenck.dev>

* Update docs/hassio_addon_communication.md

Co-Authored-By: Franck Nijhof <git@frenck.dev>

* Update docs/hassio_addon_config.md

Co-Authored-By: Franck Nijhof <git@frenck.dev>

* Update docs/hassio_addon_config.md

Co-Authored-By: Franck Nijhof <git@frenck.dev>

* Update docs/hassio_addon_communication.md

Co-Authored-By: Franck Nijhof <git@frenck.dev>

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-02-10 17:02:46 +01:00
Ville Skyttä
770185004b
Code block improvements (#382)
* Use f-strings instead of .format()

* Code block language marker fixes

* Make example code blocks syntactically valid Python

* Run all python code blocks through black

https://github.com/scop/misc/blob/master/black_markdown.py

* Add some missing code block language markers

* Use shell language consistently to mark shell code blocks

* Undo folding of some example dicts

* Remove outdated OrderedDict comments per Python 3.7, replace with plain dict
2020-01-13 21:55:41 +02:00
Em
289e7c09f1 Extra warning about use of SSH add-on (#280)
I tried to make it clearer that the SSH setup here (port 22222) was different to the SSH add-on setup (port 22) and what issues would crop up if the later was used in this context. 

It took me a while to figure out what was going on and I felt that the doc needed this clarification.
2019-06-25 19:05:44 -04:00
Pavol Holes
88a36dd022 Update hassio_debugging.md (#259)
'authorized_keys' file needs to be saved in ANSI encoding and with Unix line ends (LF) not Windows (CR LF)
2019-05-17 19:53:29 -07:00
Pascal Vizeli
9fe71d2dc0
Update hassio_debugging.md 2019-05-07 16:19:03 +02:00
Pascal Vizeli
6768e01b3d
Update hassio_debugging.md 2019-05-07 16:18:42 +02:00
dreed47
fb0607b956 Update hassio_debugging.md to better explain how to access host system if needed (#179)
* Update hassio_debugging.md

* added instructions for accessing the container bash

* ✏️ Tweaks

* Update hassio_debugging.md

* provided more details about Hass.io Architecture
2019-04-09 12:13:21 +02:00
cogneato
c190e72293 Add missing header for generating keys (#101) 2018-10-02 13:43:05 +02:00
cogneato
04b138287b Change commands for HassOS (#66)
Changed log example commands to be relevant to HassOS
2018-08-10 17:13:04 +02:00
cogneato
89bf377e86 Added HassOS instructions for key import (#65)
Added HassOS specific instructions for authorized_keys import and noted resinOS instructions as deprecated.
2018-08-10 17:12:12 +02:00
Paulus Schoutsen
8ec8e67ebb Fix broken links 2018-04-29 14:10:56 -04:00
Paulus Schoutsen
2fd443fe2c fix broken links 2018-04-25 14:19:41 -04:00
Paulus Schoutsen
9311326aec Remove unused header 2018-04-24 15:44:32 -04:00
Paulus Schoutsen
632bc81a20 Fix all headers 2018-04-24 11:46:45 -04:00
Paulus Schoutsen
746e35b7a7 Migrate to Docusaurus 2018-04-24 09:52:18 -04:00