Skip to content

Commit ece7766

Browse files
committed
Redirect API reference requests to new locations.
1 parent 486cee6 commit ece7766

10 files changed

+62
-1
lines changed

_layouts/redirected.html

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<link rel="canonical" href="{{ page.redirect_to }}"/>
5+
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
6+
<meta http-equiv="refresh" content="0;url={{ page.redirect_to }}" />
7+
</head>
8+
<body>
9+
<h1>Redirecting...</h1>
10+
<a href="{{ page.redirect_to }}">Click here if you are not redirected.<a>
11+
<script>location='{{ page.redirect_to }}'</script>
12+
</body>
13+
</html>

android-api.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
layout: redirected
3+
sitemap: false
4+
permalink: /android/api
5+
redirect_to: https://parseplatform.github.io/Parse-SDK-Android/api
6+
---

dotnet-api.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
layout: redirected
3+
sitemap: false
4+
permalink: /dotnet/api
5+
redirect_to: https://parseplatform.github.io/Parse-SDK-dotNET/api
6+
---

embedded_c-api.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
layout: redirected
3+
sitemap: false
4+
permalink: /embedded_c/api
5+
redirect_to: https://parseplatform.github.io/parse-embedded-sdks/api
6+
---

ios-api.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
layout: redirected
3+
sitemap: false
4+
permalink: /ios/api
5+
redirect_to: https://parseplatform.github.io/Parse-SDK-iOS-OSX/api
6+
---

js-api.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
layout: redirected
3+
sitemap: false
4+
permalink: /js/api
5+
redirect_to: https://parseplatform.github.io/Parse-SDK-JS/api
6+
---

osx-api.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
layout: redirected
3+
sitemap: false
4+
permalink: /osx/api
5+
redirect_to: https://parseplatform.github.io/Parse-SDK-iOS-OSX/api
6+
---

php-api.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
layout: redirected
3+
sitemap: false
4+
permalink: /php/api
5+
redirect_to: https://parseplatform.github.io/parse-php-sdk/namespaces/Parse.html
6+
---

php.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ permalink: /php/guide/
44
layout: guide
55
platform: PHP
66
quickstart: https://parse.com/apps/quickstart
7-
api_reference:
7+
api_reference: https://parseplatform.github.io/parse-php-sdk/namespaces/Parse.html
88

99
sections:
1010
- "php/getting-started.md"

unity-api.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
layout: redirected
3+
sitemap: false
4+
permalink: /unity/api
5+
redirect_to: https://parseplatform.github.io/Parse-SDK-dotNET/api
6+
---

0 commit comments

Comments
 (0)