mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 05:16:49 +00:00
Redirect /demo to demo page, remove old pages (#13502)
This commit is contained in:
parent
c576e53b26
commit
3382d4ad93
@ -2078,6 +2078,9 @@
|
||||
/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
|
||||
|
||||
# Redirect old /demo to new demo page
|
||||
/demo https://demo.home-assistant.io
|
||||
|
||||
# Lovelace documentation
|
||||
/lovelace/entity-button /lovelace/button
|
||||
/lovelace/views /lovelace/dashboards-and-views
|
||||
|
@ -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>
|
@ -46,4 +46,4 @@ The documentation covers beginner to advanced topics around the installation, se
|
||||
|
||||
<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).
|
||||
|
Loading…
x
Reference in New Issue
Block a user