docs/_layouts/archive-redirect.html

14 lines
429 B
HTML

---
layout: docs
---
<html>
<head><title>{{ page.prod_title }}</title></head>
<body>
<h1>{{ page.prod_title }}</h1>
<p>You are viewing an archive branch of the
<a href="/">Docker documentation</a>, but
{{ prod_title }} documentation is not published in the current archive.
<a href="/{{ page.prod_url }}/" target="_blank" rel="noopener">Go to {{ site.docs_url }}/{{ page.prod_url }}/</a>
in a new tab.</p>
</body>
</html>