Skip to content

Commit b9daa7e

Browse files
committed
Add old elastic docs experience warning
1 parent c204017 commit b9daa7e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

extra/docs_landing.html

+12
Original file line numberDiff line numberDiff line change
@@ -416,8 +416,20 @@
416416
margin: 0 auto 50px;
417417
border: none;
418418
}
419+
420+
.old-elastic-experience-warning {
421+
padding: 1em;
422+
margin-bottom: 1em;
423+
border: 1px solid #ccc;
424+
background: #FFFFD2;
425+
color: black;
426+
}
419427
</style>
420428

429+
<div class="old-elastic-experience-warning">
430+
You are viewing the old Elastic docs experience. To view the new experience, go to <a href="https://www.elastic.co/docs">elastic.co/docs</a>.
431+
</div>
432+
421433
<div class="legalnotice"></div>
422434

423435
<div id="subnavigation" class="subnavigation">

0 commit comments

Comments
 (0)