Redirect /demo to demo page, remove old pages (#13502)

This commit is contained in:
Franck Nijhof 2020-05-18 14:45:42 +02:00 committed by GitHub
parent c576e53b26
commit 3382d4ad93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 14 deletions

View File

@ -2078,6 +2078,9 @@
/addons/ssh https://github.com/home-assistant/hassio-addons/blob/master/ssh/README.md /addons/ssh https://github.com/home-assistant/hassio-addons/blob/master/ssh/README.md
/addons/tellstick https://github.com/home-assistant/hassio-addons/blob/master/tellstick/README.md /addons/tellstick https://github.com/home-assistant/hassio-addons/blob/master/tellstick/README.md
# Redirect old /demo to new demo page
/demo https://demo.home-assistant.io
# Lovelace documentation # Lovelace documentation
/lovelace/entity-button /lovelace/button /lovelace/entity-button /lovelace/button
/lovelace/views /lovelace/dashboards-and-views /lovelace/views /lovelace/dashboards-and-views

View File

@ -1,13 +0,0 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Home Assistant Demo</title>
<meta http-equiv="refresh" content="0;url=https://demo.home-assistant.io/" />
<meta name='viewport' content='width=device-width,
user-scalable=no' />
<meta name='theme-color' content='#03a9f4'>
</head>
<body>
</body>
</html>

View File

@ -46,4 +46,4 @@ The documentation covers beginner to advanced topics around the installation, se
<br/> <br/>
To see what Home Assistant can do, take a look at the [demo page](/demo). To see what Home Assistant can do, take a look at the [demo page](https://demo.home-assistant.io).