File tree 10 files changed +62
-1
lines changed
10 files changed +62
-1
lines changed Original file line number Diff line number Diff line change
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 >
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : redirected
3
+ sitemap : false
4
+ permalink : /android/api
5
+ redirect_to : https://parseplatform.github.io/Parse-SDK-Android/api
6
+ ---
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : redirected
3
+ sitemap : false
4
+ permalink : /dotnet/api
5
+ redirect_to : https://parseplatform.github.io/Parse-SDK-dotNET/api
6
+ ---
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : redirected
3
+ sitemap : false
4
+ permalink : /embedded_c/api
5
+ redirect_to : https://parseplatform.github.io/parse-embedded-sdks/api
6
+ ---
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : redirected
3
+ sitemap : false
4
+ permalink : /ios/api
5
+ redirect_to : https://parseplatform.github.io/Parse-SDK-iOS-OSX/api
6
+ ---
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : redirected
3
+ sitemap : false
4
+ permalink : /js/api
5
+ redirect_to : https://parseplatform.github.io/Parse-SDK-JS/api
6
+ ---
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : redirected
3
+ sitemap : false
4
+ permalink : /osx/api
5
+ redirect_to : https://parseplatform.github.io/Parse-SDK-iOS-OSX/api
6
+ ---
Original file line number Diff line number Diff line change
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
+ ---
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ permalink: /php/guide/
4
4
layout : guide
5
5
platform : PHP
6
6
quickstart : https://parse.com/apps/quickstart
7
- api_reference :
7
+ api_reference : https://parseplatform.github.io/parse-php-sdk/namespaces/Parse.html
8
8
9
9
sections :
10
10
- " php/getting-started.md"
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : redirected
3
+ sitemap : false
4
+ permalink : /unity/api
5
+ redirect_to : https://parseplatform.github.io/Parse-SDK-dotNET/api
6
+ ---
You can’t perform that action at this time.
0 commit comments