mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-15 21:36:31 +00:00
Add edit button
This commit is contained in:
parent
57ee363769
commit
8634ee9680
@ -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",
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user