From 9c225b23040113fe21d7e579a4b03cb03d2fb392 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 24 Apr 2016 09:07:23 +0200 Subject: [PATCH 01/31] Update link to create first automation rule --- source/getting-started/automation.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/getting-started/automation.markdown b/source/getting-started/automation.markdown index 3dda9544535..c40ab99c08b 100644 --- a/source/getting-started/automation.markdown +++ b/source/getting-started/automation.markdown @@ -41,8 +41,7 @@ A service can be called to have Home Assistant perform an action. Turn on a ligh ### {% linkable_title Further reading %} -We went over the basics of creating a home automation rule. Now, go automate! - + - Learn how to make your [first automation rule](/getting-started/automation-create-first/) - Learn about the available [automation triggers](/getting-started/automation-trigger/) - Learn about the available [automation conditions](/getting-started/automation-condition/) - Learn about [scripts](/components/script/) to help you trigger multiple actions and delays From f464c1edae21e69845cdbda73d17f235dc43f1b8 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 24 Apr 2016 09:15:21 +0200 Subject: [PATCH 02/31] Hide link underline on frontpage --- sass/custom/_paulus.scss | 4 ++++ source/index.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/sass/custom/_paulus.scss b/sass/custom/_paulus.scss index 0d34fb833b0..fbc3baa2017 100644 --- a/sass/custom/_paulus.scss +++ b/sass/custom/_paulus.scss @@ -158,6 +158,10 @@ article.post, article.page, article.listing { text-decoration: none; } } + + .frontpage a { + text-decoration: none; + } } p.note { diff --git a/source/index.html b/source/index.html index e269f78d9c4..4f314154770 100644 --- a/source/index.html +++ b/source/index.html @@ -11,7 +11,7 @@ description: Open-source home automation platform running on Python 3. Track and hide_github_edit: true --- -
+