Skip to content

Commit bb252dc

Browse files
committed
SWPROT-8953: docs: Adjust web page to redirect to zpc
Note, to avoid losing content the legacy unify doc, is still there, it will be reported deprecated in following commit and deduplicated on future release (since some parts are still mentioning about z-wave, it remains for hints) Files could be relocated soon or later, it will be a smooth transition to accompany existing users. Origin: #31 Signed-off-by: Philippe Coval <[email protected]>
1 parent 966a9ca commit bb252dc

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

doc/_static/custom_styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ a:hover {
4646
}
4747

4848
.icon-home::after {
49-
content: "Unify";
49+
content: "Z-Wave-Protocol-Controller";
5050
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
5151
color: #fff;
5252
font-weight: 300;
@@ -222,4 +222,4 @@ video {
222222
transform: rotateY(180deg);
223223
-webkit-transform: rotateY(180deg);
224224
-moz-transform: rotateY(180deg);
225-
}
225+
}

doc/_templates/index.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
<html>
22
<head>
3-
<meta http-equiv="refresh" content="0; URL=doc/introduction.html">
3+
<meta http-equiv="refresh" content="0; URL=doc/protocol/zwave/zpc_introduction.html">
44
</head>
55

66
<body>
7-
<p>You will be redirected automatically, otherwise please <a href="doc/introduction.html">click here</a>.</p>
7+
<p>You will be redirected automatically, otherwise please
8+
<a href="doc/protocol/zwave/zpc_introduction.html">click here</a>
9+
.
10+
</p>
811
</body>
9-
</html>
12+
</html>

0 commit comments

Comments
 (0)