Skip to content

Commit ccd7105

Browse files
committed
Removes shutdown notice, adds redirect /docs -> docs.parseplatform.org
1 parent dc1cc54 commit ccd7105

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

Diff for: docs.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
layout: redirected
3+
sitemap: false
4+
redirect_to:
5+
- http://docs.parseplatform.org/
6+
---
7+
<html>
8+
<head>
9+
<script>
10+
var path = location.pathname.replace('/docs/', '') || '';
11+
var hash = location.hash || '';
12+
redirect_to = '{{ page.redirect_to }}' + path + hash;
13+
</script>
14+
<link rel="canonical" href="{{ page.redirect_to }}"/>
15+
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
16+
<meta http-equiv="refresh" content="0;url={{ page.redirect_to }}" />
17+
</head>
18+
<body>
19+
<h1>Redirecting...</h1>
20+
<a href="{{ page.redirect_to }}">Click here if you are not redirected<a>
21+
<script>
22+
location = redirect_to;
23+
</script>
24+
</body>
25+
</html>

Diff for: index.html

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
slug: Parse + Open Source
44
---
55

6-
{% include contactus.html %}
7-
86
<!-- Parse Server section -->
97
<section class="parseServer" id="server">
108
<h3>Parse Server</h3>

0 commit comments

Comments
 (0)