From 8634ee96800ada7cd21c96461e83aea79caace9b Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 25 Apr 2018 15:54:11 -0400 Subject: [PATCH] Add edit button --- website/i18n/en.json | 1 - website/siteConfig.js | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/website/i18n/en.json b/website/i18n/en.json index 22eb78d5..7134195a 100644 --- a/website/i18n/en.json +++ b/website/i18n/en.json @@ -58,7 +58,6 @@ "hassio_addon_testing": "Local add-on testing", "hassio_addon_tutorial": "Tutorial: Making your first add-on", "hassio_debugging": "Debugging Hass.io", - "index": "Developers", "intent_conversation": "Registering sentences", "intent_firing": "Firing intents", "intent_handling": "Handling intents", diff --git a/website/siteConfig.js b/website/siteConfig.js index 7fbeff7e..cd5d484c 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -21,6 +21,7 @@ const users = [ const siteConfig = { title: 'Home Assistant dev docs' /* title for your website */, tagline: 'All you need to start developing for Home Assistant', + editUrl: 'https://github.com/home-assistant/developers.home-assistant/edit/master/docs/', url: 'https://developers.home-assistant.io' /* your website url */, baseUrl: '/' /* base url for your project */, // For github.io type URLs, you would set the url and baseUrl like: