Skip to content

Commit c931922

Browse files
authored
Adds api reference link to parse-server (#547)
1 parent cc189af commit c931922

File tree

5 files changed

+2870
-13
lines changed

5 files changed

+2870
-13
lines changed

Gemfile.lock

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ GEM
1818
execjs (2.7.0)
1919
faraday (0.9.2)
2020
multipart-post (>= 1.2, < 3)
21-
ffi (1.9.10)
21+
ffi (1.9.25)
2222
gemoji (2.1.0)
2323
github-pages (80)
2424
github-pages-health-check (= 1.1.0)
@@ -77,8 +77,8 @@ GEM
7777
jekyll-seo-tag (1.4.0)
7878
jekyll (~> 3.0)
7979
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)
8282
jemoji (0.6.2)
8383
gemoji (~> 2.0)
8484
html-pipeline (~> 2.2)
@@ -99,12 +99,16 @@ GEM
9999
octokit (4.3.0)
100100
sawyer (~> 0.7.0, >= 0.5.3)
101101
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)
105105
rouge (1.10.1)
106106
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)
108112
sawyer (0.7.0)
109113
addressable (>= 2.3.5, < 2.5)
110114
faraday (~> 0.8, < 0.10)
@@ -124,4 +128,4 @@ DEPENDENCIES
124128
jekyll-redirect-from (= 0.10.0)
125129

126130
BUNDLED WITH
127-
1.12.4
131+
1.16.1

_config.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@ stackoverflow_tag: parse.com
1919
serverfault_tag: parse
2020
support_url: https://www.parse.com/help
2121
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/
2728

2829
# Build settings
2930
markdown: kramdown

index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ layout: docs
2020
</header>
2121
<ul class="docs-platform__links">
2222
<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>
2324
</ul>
2425
<footer class="docs-platform__footer">
2526
<a href="https://npmjs.com/package/parse-server" class="btn btn--outline">Latest Downloads</a>

0 commit comments

Comments
 (0)