* 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
* 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>
* 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
* 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