@@ -379,13 +379,25 @@ $(document).ready(function(){
379
379
$ ( "section.community" ) . append ( "<div class='repo'><div class='repoTitle'><h4>" + title + "</h4></div><div class='repoDescription'><p>" + description + "</p></div><div class='repoButton'><a href=" + url + " target='_blank'><button class='outline'>View on GitHub</button></a></div></div>" ) ;
380
380
}
381
381
382
- var communityRepos = [ {
382
+ const communityRepos = [ {
383
+ title : "Oracle Database Adapter" ,
384
+ description : "A Oracle Database Adapter for Parse Server." ,
385
+ url : "https://github.com/oracle-samples/oracleadapter-parse"
386
+ } , {
387
+ title : "MySQL Database Adapter" ,
388
+ description : "A MySQL Database Adapter for Parse Server." ,
389
+ url : "https://github.com/dplewis/parse-server-mysql-adapter"
390
+ } , {
391
+ title : "DynamoDB Database Adapter" ,
392
+ description : "A DynamoDB Database Adapter for Parse Server." ,
393
+ url : "https://github.com/benishak/parse-server-dynamodb-adapter"
394
+ } , {
383
395
title : "Parse Client in Ruby" ,
384
396
description : "An object-relational mapper and cloud code webhooks server." ,
385
397
url : "https://github.com/modernistik/parse-stack"
386
398
} , {
387
399
title : "Parse Cloud Class" ,
388
- description : "Extendable way to set up Parse Cloud classes behaviour ." ,
400
+ description : "Extendable way to set up Parse Cloud classes behavior ." ,
389
401
url : "https://github.com/owsas/parse-cloud-class"
390
402
} , {
391
403
title : "Parse Auditor" ,
@@ -407,14 +419,6 @@ $(document).ready(function(){
407
419
title : "Live Query for .NET" ,
408
420
description : "Live Query Project for .NET in development." ,
409
421
url : "https://github.com/JonMcPherson/parse-live-query-dotnet"
410
- } , {
411
- title : "MySQL Adapter" ,
412
- description : "MySQL Adapter for Parse Server." ,
413
- url : "https://github.com/dplewis/parse-server-mysql-adapter"
414
- } , {
415
- title : "DynamoDB Adapter" ,
416
- description : "DynamoDB Adapter for Parse Server." ,
417
- url : "https://github.com/benishak/parse-server-dynamodb-adapter"
418
422
} , {
419
423
title : "Parse Ember Wrapper" ,
420
424
description : "Includes an adapter, serializer and a session service for auth." ,
0 commit comments