From 541cd49df0dcb9f055269b1e314a0e5761eac3bc Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 28 Apr 2018 21:33:12 -0400 Subject: [PATCH] Make links on index linkable --- website/pages/en/index.js | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/website/pages/en/index.js b/website/pages/en/index.js index e2df81ae..facf6d70 100755 --- a/website/pages/en/index.js +++ b/website/pages/en/index.js @@ -40,16 +40,20 @@ const PopularTopicsSection = ({ language }) => (

Documentation Structure

- Architecture. Explains various layers that make up Home Assistant. + Architecture. + {' '}Explains various layers that make up Home Assistant.

- Frontend. Explains how to develop the user interface of Home Assistant. + Frontend. + {' '}Explains how to develop the user interface of Home Assistant.

- Backend. Explains how to build new integrations for Home Assistant. + Backend. + {' '}Explains how to build new integrations for Home Assistant.

- Misc. External APIs, Internationalization, asyncio, Hass.io add-ons, updating documentation. + Misc. + {' '}External APIs, Internationalization, asyncio, Hass.io add-ons, updating documentation.