50 Commits

Author SHA1 Message Date
Paulus Schoutsen
f6768ef79c
Deprecate credstash/keyring (#15804) 2020-12-02 21:14:31 +01:00
Donnie
d8803387de
Update docs for quick bar to include new hotkeys, new enable/disable … (#15438) 2020-10-28 09:38:55 +01:00
Donnie
0a9a8f2757
Quick Bar dialog documentation (#15033)
Co-authored-by: Sean Mooney <sean.mooney@gmail.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2020-10-21 01:06:43 +02:00
Sean Mooney
3a22bc75d6
Developer Tools page updates (#14837)
* This page was named "Development" Tools yet literally everywhere else in both Home Assistant itself and the documentation (sidebar, screenshots, content of this page) it's called "Developer" Tools. Changed the title to be consistent and correct. This won't break anything because the actual url hasn't changed.
* Rewrote the Template Editor section to reflect the new changes in Home Assistant 0.115. The sample code no longer reverts back on a page refresh, you have to manually reset it via button press.
* Other minor spelling/grammar tweaks
2020-10-03 20:09:14 +02:00
Ariana Hlavaty
61ac7b9644
Move redirects (#14772) 2020-10-02 14:20:13 +02:00
Franck Nijhof
f5eeb86ab6
Templates in data & service parameters (making data_template & service_template obsolete) (#14292) 2020-08-24 17:50:53 +02:00
Adam
8c7df7d7fa
Updating to recent Appearances and Config Changes (#13959) 2020-07-13 18:45:33 +02:00
Sean Mooney
7317231453
Remove Logs and Info from Developer Tools docs (#13880)
Removed "Logs" and "Info" as these tabs were relocated to Configuration panel in 0.112.
2020-07-02 12:10:58 +02:00
dependabot-preview[bot]
dcd633cf66
Bump remark-lint-no-shell-dollars from 2.0.0 to 2.0.1 (#13639)
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2020-06-01 15:33:05 +02:00
Franck Nijhof
22bb3daf75
Migration of Community Guides (#13412) 2020-05-26 10:47:24 -07:00
Thomas Lovén
52016a7370
Update hass command output (#13419) 2020-05-13 11:28:09 +02:00
Franck Nijhof
72ddc2b7c0
Remove ensure_config page (#13377) 2020-05-10 03:02:36 +02:00
Thomas Lovén
52eda4fda1
Replace "docs" with "documentation" (#12284)
* Replace "docs" with "documentation"

* Blacklist docs in Textlint, use documentation instead

* Fix more occurances

Co-authored-by: Franck Nijhof <git@frenck.dev>
2020-03-10 16:17:06 +01:00
Franck Nijhof
f0d37f49db
Extends textlint Terminology list; part 2 (#12068) 2020-02-12 19:59:10 +01:00
Franck Nijhof
e30c46283f
Remove legacy api_password occurances (#11763) 2020-01-16 10:36:33 +01:00
Fabian Affolter
db301af9bc
Update help 2019-11-17 14:28:36 +01:00
Fabian Affolter
163556559a
Replace api_password with a generic example (#11078) 2019-11-02 09:54:58 +01:00
Adam
472b232112 Change to YAML from JSON per .100 release notes (#10806)
* Change to YAML from JSON per .100 release notes

https://www.home-assistant.io/blog/2019/10/10/release-100/#goodbye-json-

* ✏️ Tweaks
2019-10-15 20:54:40 +02:00
Franck Nijhof
dcc7c10ce4
Rewrites all URLs in our website from components -> integrations 2019-10-02 00:35:28 +02:00
Sean Mooney
2e1f83d216 Updated for new Logs panel (#10511)
In 0.99 Logs was split out from the Info tab, this makes things up to date
2019-10-01 11:16:31 +02:00
Sean Mooney
db85662d51 adds missing headings (#10371)
simply adds missing headings (h2) tags to the major sections of the page.
2019-09-15 14:31:40 +02:00
Adam
bbbe5191be Update developer tools image to match current view (#10022)
* Remove icon references

The icons are no longer present for users

* Delete developer-tools.png

* Add updated screenshot for developer tools

* Add icon for new developer tool icon

* Update text to match new developer tools image

* Delete developer-tool-icon.png

* Delete developer-tools.png

* Add files via upload

* ✏️ Tweak
2019-08-02 12:33:23 +02:00
Adam
5b3426b94d Remove Outdated text (#10012)
The option to 'Try out the new Lovelace UI" is no longer available and Lovelace is the default so this text is not needed.
2019-07-31 00:55:23 +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
Franck Nijhof
1e46c4fcbe
Component(s) -> Integration(s) (#9656)
Signed-off-by: Franck Nijhof <frenck@addons.community>
2019-06-19 15:12:14 +02:00
Adam
722057c513 Remove 'experimental' for lovelace references (#8276)
* Remove Experimental

Changed to match current wording of info panel on 0.86.0

* Remove Experimental

Lovelace is no longer 'experimental after 0.86.0.
2019-01-25 03:11:10 +01:00
Tal Salmona
a1b2465b29 Fixed example of how to add secrets (#7921)
and added an example of how to list the secrets
2018-12-21 21:30:58 +01:00
Fabian Affolter
0986c7bbeb
Merge branch 'current' into next 2018-11-07 09:21:20 +01:00
John Evans
9899c4c817 Added Lovelace info to the dev-tools page (#7383)
I've added a paragraph in the dev-tools page mentioning that it's possible to both try Lovelace and set it as the default UI, as this I not mentioned in the docs
2018-11-06 08:15:32 +01:00
Paulus Schoutsen
d3935c1390 Remove links to helper scripts (#7372)
* Remove links to helper scripts

* Delete db_migrator.markdown

* Delete influxdb_migrator.markdown

* Delete influxdb_import.markdown

* Update docs_navigation.html
2018-11-05 16:54:40 +01:00
Ben Randall
7f213efe7f Update hass.markdown (#5193) 2018-04-19 19:00:24 +02:00
Paulus Schoutsen
9bbbf21643 Merge remote-tracking branch 'origin/next' into rc 2018-04-06 10:29:52 -04:00
Fabian Affolter
0413edeaa9
Add more details 2018-04-04 08:27:33 +02:00
Paulus Schoutsen
4bb87848f9 clarify MQTT dev tool text 2018-03-24 22:25:22 -07:00
Paulus Schoutsen
41955dc31a
Remove url prefix pt 2 (#5014)
* Migrate the non blog posts to use no domain

* Update demo links

* Remove Zanzito references from owntracks docs
2018-03-24 22:14:34 -07:00
Paulus Schoutsen
13464e509e
Remove broken redirect from (#4901) 2018-03-11 15:04:50 -07:00
Mahasri Kalavala
b6e9abe95d
Added additional details to the Developer Tools.
More documentation to help clarify how the Developer Tools is and  how it should be used.
2018-02-09 11:39:38 -05:00
Fabian Affolter
51f5cd59e9
Add missing influxdb_migrator (#4555)
* Add missing influxdb_migrator

* remove redirect
2018-01-31 10:25:22 +01:00
Fabian Affolter
5b6c51c154
Move all scripts to one location as one page per script (#4554) 2018-01-31 09:43:05 +01:00
Ashton Campbell
9e6b9cb658 Fixed common spelling mistakes (#3544)
* fix spelling errors

* Update binary_sensor.xiaomi_aqara.markdown

Reverts to previous revision before spell check.

* Update tellstick.markdown

Reverts to previous revision before spell check.

* Update owntracks_two_mqtt_broker.markdown

Reverts to previous revision before spell check.

* Update cla_sign.html

Reverts to previous revision before spell check.

* Update credits.markdown

Reverts to previous revision before spell check.

* Update api.markdown

Fixed spell checker changing noone to no one.
2017-10-08 00:39:32 +02:00
Florian Klien
dd51ad0df5 fixed double 'the' (#3447)
* fixed double 'the'

mostly 's/the the /the /', little style changes where 'is' or 'to' was missing

* removed duplicate words

removed duplicate words like 'to to', 'you you' or 'account account' etc.

a batch of pizza-toasts burnt for this.
2017-09-26 20:30:04 +02:00
Ted Drain
d60ecab58d Added log file option (#3365) 2017-09-13 23:53:32 -07:00
Jesse Ruiter
5a4a9ece52 Update scripts.markdown (#2849)
scipt --> script
2017-06-20 08:12:59 +02:00
Fabian Affolter
565af0d8ba
Add initial benchmark script section 2017-05-31 08:30:58 +02:00
Fabian Affolter
7742276e64
Add missing icon 2017-02-23 17:53:53 +01:00
Fabian Affolter
5b95b8079d
Add icons 2017-02-23 17:36:43 +01:00
Fabian Affolter
9d709051d9 Add "Tools and Helper" section (#2114) 2017-02-23 17:21:07 +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