Files
docker-docs/_layouts/archive-redirect.html
Misty Stanley-Jones 08e7715762 Make archive easier (#5231)
* Fix archive butterbar margin-top

* Add archive script and layout
2018-01-29 16:55:37 -08:00

14 lines
464 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="https://docs.docker.com/">Docker documentation</a>, but
{{ prod_title }} documentation is not published in the current archive.
<a href="https://docs.docker.com/{{ page.prod_url }}/" target="_blank">Go to https://docs.docker.com/{{ page.prod_url }}/</a>
in a new tab.</p>
</body>
</html>