File tree Expand file tree Collapse file tree 5 files changed +2870
-13
lines changed Expand file tree Collapse file tree 5 files changed +2870
-13
lines changed Original file line number Diff line number Diff line change 18
18
execjs (2.7.0 )
19
19
faraday (0.9.2 )
20
20
multipart-post (>= 1.2 , < 3 )
21
- ffi (1.9.10 )
21
+ ffi (1.9.25 )
22
22
gemoji (2.1.0 )
23
23
github-pages (80 )
24
24
github-pages-health-check (= 1.1.0 )
77
77
jekyll-seo-tag (1.4.0 )
78
78
jekyll (~> 3.0 )
79
79
jekyll-sitemap (0.10.0 )
80
- jekyll-watch (1.4.0 )
81
- listen (~> 3.0 , < 3.1 )
80
+ jekyll-watch (1.5.1 )
81
+ listen (~> 3.0 )
82
82
jemoji (0.6.2 )
83
83
gemoji (~> 2.0 )
84
84
html-pipeline (~> 2.2 )
99
99
octokit (4.3.0 )
100
100
sawyer (~> 0.7.0 , >= 0.5.3 )
101
101
public_suffix (1.5.3 )
102
- rb-fsevent (0.9.7 )
103
- rb-inotify (0.9.7 )
104
- ffi (>= 0.5.0 )
102
+ rb-fsevent (0.10.3 )
103
+ rb-inotify (0.9.10 )
104
+ ffi (>= 0.5.0 , < 2 )
105
105
rouge (1.10.1 )
106
106
safe_yaml (1.0.4 )
107
- sass (3.4.22 )
107
+ sass (3.5.7 )
108
+ sass-listen (~> 4.0.0 )
109
+ sass-listen (4.0.0 )
110
+ rb-fsevent (~> 0.9 , >= 0.9.4 )
111
+ rb-inotify (~> 0.9 , >= 0.9.7 )
108
112
sawyer (0.7.0 )
109
113
addressable (>= 2.3.5 , < 2.5 )
110
114
faraday (~> 0.8 , < 0.10 )
@@ -124,4 +128,4 @@ DEPENDENCIES
124
128
jekyll-redirect-from (= 0.10.0 )
125
129
126
130
BUNDLED WITH
127
- 1.12.4
131
+ 1.16.1
Original file line number Diff line number Diff line change @@ -19,11 +19,12 @@ stackoverflow_tag: parse.com
19
19
serverfault_tag : parse
20
20
support_url : https://www.parse.com/help
21
21
apis :
22
- osx : http://parseplatform.org/Parse-SDK-iOS-OSX/api/
23
- android : http://parseplatform.org/Parse-SDK-Android/api/
24
- js : http://parseplatform.org/Parse-SDK-JS/api/
25
- php : http://parseplatform.org/parse-php-sdk/namespaces/Parse.html
26
- dotnet : http://parseplatform.org/Parse-SDK-dotNET/api/
22
+ osx : https://parseplatform.org/Parse-SDK-iOS-OSX/api/
23
+ android : https://parseplatform.org/Parse-SDK-Android/api/
24
+ js : https://parseplatform.org/Parse-SDK-JS/api/
25
+ php : https://parseplatform.org/parse-php-sdk/namespaces/Parse.html
26
+ dotnet : https://parseplatform.org/Parse-SDK-dotNET/api/
27
+ parse-server : https://parseplatform.org/parse-server/api/
27
28
28
29
# Build settings
29
30
markdown : kramdown
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ layout: docs
20
20
</header>
21
21
<ul class="docs-platform__links">
22
22
<li class="docs-platform__links"><a href="parse-server/guide/">Guide</a></li>
23
+ <li class="docs-platform__links"><a href="{{ site.apis.parse-server }}">API Reference</a></li>
23
24
</ul>
24
25
<footer class="docs-platform__footer">
25
26
<a href="https://npmjs.com/package/parse-server" class="btn btn--outline">Latest Downloads</a>
You can’t perform that action at this time.
0 commit comments