Skip to content

Commit a418720

Browse files
committed
Add banner to docs pointing to RTD
1 parent 99f3283 commit a418720

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

docs/_layouts/page.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313

1414
<body>
1515

16+
<div class="banner">
17+
&raquo; SimpleMonitor docs have migrated to ReadTheDocs. You can find them at <a href="https://simplemonitor.readthedocs.io/">https://simplemonitor.readthedocs.io/</a>.
18+
</div>
19+
<br />
1620
<header>
1721
<div class="container">
1822
<h1>Simplemonitor</h1>

docs/stylesheets/stylesheet.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,3 +264,12 @@ ul.menu li:before {
264264
ul.menu li {
265265
display: inline;
266266
}
267+
268+
.banner {
269+
background-color: #fffacd;
270+
color: black;
271+
margin: 0;
272+
padding: 5px 10px;
273+
position: fixed;
274+
width: 100%;
275+
}

0 commit comments

Comments
 (0)