-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
index.html
executable file
·108 lines (101 loc) · 4.18 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
---
layout: default
slug: Parse Platform
---
<!-- Help / Communication section -->
<section class="communication" id="communication">
<h3>Help & Communication</h3>
<h6>Our preferred channels of communication for help, issues and disscussion.</h6>
<div class="tableWrapper">
<table>
<tr class="repoList">
<td>
<a href="https://stackoverflow.com/tags/{{ site.stackoverflow_tag }}"><h4>Stack Overflow <ins>parse-platform</ins> tag</h4><p class="repoDescription">Use for any code level questions related to the Parse Platform. Please also use other tags where appropriate, such as <ins>parse-server</ins>, <ins>parse-dashboard</ins>, <ins>parse-cloud-code</ins>, <ins>parse-javascript-sdk</ins>, <ins>parse-ios-sdk</ins>, <ins>parse-android-sdk</ins>, <ins>parse-dotnet-sdk</ins>, <ins>parse-rest-api</ins> and <ins>parse-live-query</ins>.</p></a>
</td>
</tr>
<tr class="repoList">
<td>
<a href="//community.parseplatform.org"><h4>Community Forum</h4><p class="repoDescription">
Use for questions and high level discussions about the Parse Platform.</p></a>
</td>
</tr>
<tr class="repoList">
<td>
<a href="https://github.com/{{ site.github_username }}"><h4>Github Issues</h4><p class="repoDescription">
Use for reporting bugs and making pull requests for specific repositories.</p></a>
</td>
</tr>
</table>
</div>
</section><!-- Help / Communication section -->
<!-- Parse Server section -->
<section class="parseServer" id="server">
<h3>Parse Server and Dashboard</h3>
<h6>The REST server and dashboard to manage your data.</h6>
<div class="tableWrapper">
<table></table>
</div>
</section><!-- Parse Server section -->
<!-- Docs section -->
<section class="docs" id="docs">
<h3>Documentation</h3>
<h6>
Learn more about deploying your own Parse Server, or dive into our detailed client SDK guides.
</h6>
<div class="tableWrapper">
<table>
<tr class="repoList">
<td>
<a href="//docs.parseplatform.org/parse-server/guide/"><h4>Parse Server
Guide</h4>
<p class="repoDescription">Guide for the open source version of the Parse
backend.</p></a>
</td>
</tr>
<tr class="repoList">
<td>
<a href="//docs.parseplatform.org/parse-server/api"><h4>Parse Server API
Reference</h4>
<p class="repoDescription">
API Reference for the open source version of the Parse
backend.</p></a>
</td>
</tr>
<tr class="repoList">
<td>
<a href="//docs.parseplatform.org"><h4>Client SDK Guides</h4>
<p class="repoDescription">
Comprehensive usage guides for each platform.</p></a>
</td>
</tr>
</table>
</div>
</section><!-- Other section -->
<!-- SDKs section -->
<section class="SDKList" id="sdks">
<h3>SDKs and Libraries</h3>
<h6>The open source versions of our SDKs with relevant links to learn more.</h6>
<div class="repoRow">
</div>
</section><!-- SDKs section -->
<!-- Parse Server section -->
<section class="parseServerAdapters" id="server-adapters">
<h3>Parse Server Adapters</h3>
<h6>Official adapters for Parse Server.</h6>
<div class="tableWrapper">
<table></table>
</div>
</section><!-- Parse Server section -->
<!-- Other section -->
<section class="other" id="other">
<h3>Other Helpful Repos</h3>
<h6>A list of useful tools, libraries, and miscellaneous goodies to help you.</h6>
<div class="tableWrapper">
<table></table>
</div>
</section><!-- Other section -->
<!-- Community section -->
<section class="community" id="community">
<h3>Community Highlights</h3>
<h6>A curated list of community projects to expand how you use Parse.</h6>
</section><!-- Community section -->