{"id":13990618,"url":"https://github.com/parse-community/docs","last_synced_at":"2025-07-22T12:33:23.663Z","repository":{"id":27947939,"uuid":"31440605","full_name":"parse-community/docs","owner":"parse-community","description":"Parse Platform docs","archived":false,"fork":false,"pushed_at":"2025-06-04T09:07:50.000Z","size":12170,"stargazers_count":316,"open_issues_count":71,"forks_count":515,"subscribers_count":44,"default_branch":"gh-pages","last_synced_at":"2025-07-09T04:34:06.161Z","etag":null,"topics":["documentation","hacktoberfest","jekyll","parse-platform"],"latest_commit_sha":null,"homepage":"https://docs.parseplatform.org","language":"SCSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/parse-community.png","metadata":{"funding":{"github":"parse-community","patreon":null,"open_collective":"parse-server","ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null},"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-02-27T21:47:46.000Z","updated_at":"2025-07-08T19:07:20.000Z","dependencies_parsed_at":"2024-04-17T00:03:12.267Z","dependency_job_id":"bfa5be2e-13ff-4bbd-a3b7-cea9695df706","html_url":"https://github.com/parse-community/docs","commit_stats":{"total_commits":845,"total_committers":260,"mean_commits":3.25,"dds":0.8331360946745562,"last_synced_commit":"fb6e96b541f541f86b7c5d9dda443b148d0ae601"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/parse-community/docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parse-community%2Fdocs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parse-community%2Fdocs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parse-community%2Fdocs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parse-community%2Fdocs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/parse-community","download_url":"https://codeload.github.com/parse-community/docs/tar.gz/refs/heads/gh-pages","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parse-community%2Fdocs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265161733,"owners_count":23720607,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["documentation","hacktoberfest","jekyll","parse-platform"],"created_at":"2024-08-09T13:03:01.244Z","updated_at":"2025-07-22T12:33:23.046Z","avatar_url":"https://github.com/parse-community.png","language":"SCSS","funding_links":["https://github.com/sponsors/parse-community","https://opencollective.com/parse-server"],"categories":["SCSS"],"sub_categories":[],"readme":"# Parse Docs\n\n[![Join The Conversation](https://img.shields.io/discourse/https/community.parseplatform.org/topics.svg)](https://community.parseplatform.org/c/parse-server)\n[![Backers on Open Collective](https://opencollective.com/parse-server/backers/badge.svg)][open-collective-link]\n[![Sponsors on Open Collective](https://opencollective.com/parse-server/sponsors/badge.svg)][open-collective-link]\n[![License][license-svg]][license-link]\n[![Twitter Follow](https://img.shields.io/twitter/follow/ParsePlatform.svg?label=Follow%20us%20on%20Twitter\u0026style=social)](https://twitter.com/intent/follow?screen_name=ParsePlatform)\n\n\nThese are the markdown sources for all of the [Parse SDK guides](https://parse-community.github.io/#sdks). The content for the guides is stored in this repo, and we use Jekyll to generate a static site that is hosted on GitHub Pages.\n\n## Repository Structure\n\nThe guides are organized by platform inside the _includes directory. Each platform directory contains a set of markdown files, one for each main section in the guide.\n\n    .\n    └── _includes\n        ├── {platform}\n        │   └── {section}\n        └── common\n            └── {section}\n\nFor example, `/_includes/ios/` contains all of sections for the iOS guide. There is also a `/_includes/common` folder that contains content that is shared amongst all of the guides. It helps us avoid duplicating content unnecessarily.\n\n## Can I Access The Docs Offline?\n\nThis repository is public and all the files are in markdown. If you'd like to keep a copy locally, please do!\n\n## How Do I Contribute?\n\nIf you have any fixes or suggestions, simply send us a pull request!\n\n### Running The Site Locally\n\nYou will need [Ruby](https://www.ruby-lang.org/en/documentation/installation/), [Bundler](http://bundler.io/), and [npm](https://www.npmjs.com/get-npm).\n\nClone this repository, then install Jekyll and node packages:\n\n```\nbundle install\nnpm install\n```\n\nThen run webpack and Jekyll:\n\nStart in Linux/OS X:\n```\nnpm start\n```\n\nStart in Windows command prompt:\n```\nnpm run dev-win\n```\n\nFinally, open http://localhost:4000/ in your web browser.\nFile changes will be output to `_site` folder and the browser will auto refresh.\n\n-----\n\nAs of April 5, 2017, Parse, LLC has transferred this code to the parse-community organization, and will no longer be contributing to or distributing this code.\n\n[license-svg]: https://img.shields.io/badge/license-BSD-lightgrey.svg\n[license-link]: LICENSE\n[open-collective-link]: https://opencollective.com/parse-server\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparse-community%2Fdocs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparse-community%2Fdocs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparse-community%2Fdocs/lists"}