mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-17 06:16:28 +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_testing": "Local add-on testing",
|
||||||
"hassio_addon_tutorial": "Tutorial: Making your first add-on",
|
"hassio_addon_tutorial": "Tutorial: Making your first add-on",
|
||||||
"hassio_debugging": "Debugging Hass.io",
|
"hassio_debugging": "Debugging Hass.io",
|
||||||
"index": "Developers",
|
|
||||||
"intent_conversation": "Registering sentences",
|
"intent_conversation": "Registering sentences",
|
||||||
"intent_firing": "Firing intents",
|
"intent_firing": "Firing intents",
|
||||||
"intent_handling": "Handling intents",
|
"intent_handling": "Handling intents",
|
||||||
|
@ -21,6 +21,7 @@ const users = [
|
|||||||
const siteConfig = {
|
const siteConfig = {
|
||||||
title: 'Home Assistant dev docs' /* title for your website */,
|
title: 'Home Assistant dev docs' /* title for your website */,
|
||||||
tagline: 'All you need to start developing for Home Assistant',
|
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 */,
|
url: 'https://developers.home-assistant.io' /* your website url */,
|
||||||
baseUrl: '/' /* base url for your project */,
|
baseUrl: '/' /* base url for your project */,
|
||||||
// For github.io type URLs, you would set the url and baseUrl like:
|
// For github.io type URLs, you would set the url and baseUrl like:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user