summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Cramer <dcramer@gmail.com>2015-11-09 00:28:23 -0800
committerDavid Cramer <dcramer@gmail.com>2015-11-09 00:28:23 -0800
commit0d2bd95ce3d0ab8090c539c363a1b14f51d10988 (patch)
tree610c13f795070f8e9dd1cf4b65d8391979961113
parent6a7b821a5d181b3e034c7c28f3fab4f46439376b (diff)
downloadraven-legacy-docs.tar.gz
Add docs redirectlegacy-docs
-rw-r--r--docs/_themes/kr/layout.html31
1 files changed, 15 insertions, 16 deletions
diff --git a/docs/_themes/kr/layout.html b/docs/_themes/kr/layout.html
index bf0b3c7..07c5c15 100644
--- a/docs/_themes/kr/layout.html
+++ b/docs/_themes/kr/layout.html
@@ -1,16 +1,15 @@
-{%- extends "basic/layout.html" %}
-{%- block extrahead %}
- {{ super() }}
- {% if theme_touch_icon %}
- <link rel="apple-touch-icon" href="{{ pathto('_static/' ~ theme_touch_icon, 1) }}" />
- {% endif %}
- <link media="only screen and (max-device-width: 480px)" href="{{
- pathto('_static/small_flask.css', 1) }}" type= "text/css" rel="stylesheet" />
- <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9">
-{% endblock %}
-{%- block relbar2 %}{% endblock %}
-{%- block footer %}
- <div class="footer">
- &copy; Copyright {{ copyright }}.
- </div>
-{%- endblock %}
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Sentry Documentation</title>
+ <meta http-equiv="refresh" content="0; url=https://docs.getsentry.com/hosted/clients/python/">
+ </head>
+ <body>
+ <script>
+ window.location.href = 'https://docs.getsentry.com/hosted/clients/python/';
+ </script>
+ <noscript>
+ <p>Sentry's documentation has moved to <a href="https://docs.getsentry.com/hosted/clients/python/">docs.getsentry.com</a>.</p>
+ </noscript>
+ </body>
+</html>