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.