10 Commits

Author SHA1 Message Date
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
Jonathan Martens
45a03607f9
Update development instructions for frontend (#445)
* Revise frontend github repo location

The home-assistant-polymer repo seem to redirect to the home-assistant/frontend, so use that instead

* Consistent dummy path

Be consistent and use the same dummy path for the frontend throughout this instruction

* Update docs/frontend_development.md

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

* ✏️ Tweak

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-03-22 21:05:57 +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
Ville Skyttä
95b92ead16 Be consistent with Home Assistant spelling (#381) 2020-01-05 11:56:13 +01:00
Paulus Schoutsen
cdea57be3d
Update frontend_development.md 2019-07-01 20:33:14 -07:00
Diogo Gomes
53a4ae7781
Update frontend_development.md 2019-02-19 00:47:50 +00:00
Alec Rust
98a86bb95f Improve frontend development setup instructions (#171)
* Improve frontend development setup instructions

- Currently you recommend cloning the `home-assistant-polymer` repository directly. I assume you should instruct people to fork it, like you do in the [development environment documentation](https://developers.home-assistant.io/docs/en/development_environment.html)
- I had some trouble setting `development_repo` in macOS, I believe a trailing slash was necessary in the path. Have updated to a realistic macOS example path

* Link to Getting Started instead of macOS install instructions

* Revert comment change

* Change link to Installation Guide

* Adjust link to point to dev setup docs
2019-01-29 10:07:57 -08:00
Marius
043b574ce2 Added troubleshooting (#44)
* Added troubleshooting

* Added images and moved sections
2018-06-29 15:52:02 -04:00
Ruslan Sayfutdinov
f1cc17f618 Update frontend_development.md (#28) 2018-06-16 07:11:30 -04:00
Paulus Schoutsen
001705fba3 Update frontend docs 2018-05-28 21:34:02 -04:00