Skip to content

Commit a043cf2

Browse files
committed
Deployed b5a7ea6 to 3.0 with MkDocs 1.6.1 and mike 2.1.3
1 parent d750670 commit a043cf2

File tree

2 files changed

+68
-0
lines changed

2 files changed

+68
-0
lines changed

3.0/404.html

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,18 @@
7474

7575
<div data-md-color-scheme="default" data-md-component="outdated" hidden>
7676

77+
<aside class="md-banner md-banner--warning">
78+
<div class="md-banner__inner md-grid md-typeset">
79+
80+
You're not viewing the latest version.
81+
<a href="..//3.0">
82+
<strong>Click here to go to latest.</strong>
83+
</a>
84+
85+
</div>
86+
<script>var el=document.querySelector("[data-md-component=outdated]"),base=new URL("/3.0"),outdated=__md_get("__outdated",sessionStorage,base);!0===outdated&&el&&(el.hidden=!1)</script>
87+
</aside>
88+
7789
</div>
7890

7991

@@ -236,6 +248,28 @@
236248

237249

238250

251+
252+
253+
254+
255+
256+
257+
<li class="md-nav__item">
258+
<a href="/3.0/changelog.md" class="md-nav__link">
259+
260+
261+
262+
<span class="md-ellipsis">
263+
Changelog
264+
265+
</span>
266+
267+
268+
</a>
269+
</li>
270+
271+
272+
239273
</ul>
240274
</nav>
241275
</div>

3.0/index.html

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,18 @@
8181

8282
<div data-md-color-scheme="default" data-md-component="outdated" hidden>
8383

84+
<aside class="md-banner md-banner--warning">
85+
<div class="md-banner__inner md-grid md-typeset">
86+
87+
You're not viewing the latest version.
88+
<a href="../.">
89+
<strong>Click here to go to latest.</strong>
90+
</a>
91+
92+
</div>
93+
<script>var el=document.querySelector("[data-md-component=outdated]"),base=new URL("."),outdated=__md_get("__outdated",sessionStorage,base);!0===outdated&&el&&(el.hidden=!1)</script>
94+
</aside>
95+
8496
</div>
8597

8698

@@ -336,6 +348,28 @@
336348

337349

338350

351+
352+
353+
354+
355+
356+
357+
<li class="md-nav__item">
358+
<a href="changelog.md" class="md-nav__link">
359+
360+
361+
362+
<span class="md-ellipsis">
363+
Changelog
364+
365+
</span>
366+
367+
368+
</a>
369+
</li>
370+
371+
372+
339373
</ul>
340374
</nav>
341375
</div>

0 commit comments

Comments
 (0)