https://github.com/parse-community/docs
Parse Platform docs
https://github.com/parse-community/docs
documentation hacktoberfest jekyll parse-platform
Last synced: 7 months ago
JSON representation
Parse Platform docs
- Host: GitHub
- URL: https://github.com/parse-community/docs
- Owner: parse-community
- License: other
- Created: 2015-02-27T21:47:46.000Z (almost 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2025-06-04T09:07:50.000Z (8 months ago)
- Last Synced: 2025-07-09T04:34:06.161Z (7 months ago)
- Topics: documentation, hacktoberfest, jekyll, parse-platform
- Language: SCSS
- Homepage: https://docs.parseplatform.org
- Size: 11.6 MB
- Stars: 316
- Watchers: 44
- Forks: 515
- Open Issues: 71
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Parse Docs
[](https://community.parseplatform.org/c/parse-server)
[][open-collective-link]
[][open-collective-link]
[![License][license-svg]][license-link]
[](https://twitter.com/intent/follow?screen_name=ParsePlatform)
These 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.
## Repository Structure
The 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.
.
└── _includes
├── {platform}
│ └── {section}
└── common
└── {section}
For 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.
## Can I Access The Docs Offline?
This repository is public and all the files are in markdown. If you'd like to keep a copy locally, please do!
## How Do I Contribute?
If you have any fixes or suggestions, simply send us a pull request!
### Running The Site Locally
You will need [Ruby](https://www.ruby-lang.org/en/documentation/installation/), [Bundler](http://bundler.io/), and [npm](https://www.npmjs.com/get-npm).
Clone this repository, then install Jekyll and node packages:
```
bundle install
npm install
```
Then run webpack and Jekyll:
Start in Linux/OS X:
```
npm start
```
Start in Windows command prompt:
```
npm run dev-win
```
Finally, open http://localhost:4000/ in your web browser.
File changes will be output to `_site` folder and the browser will auto refresh.
-----
As 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.
[license-svg]: https://img.shields.io/badge/license-BSD-lightgrey.svg
[license-link]: LICENSE
[open-collective-link]: https://opencollective.com/parse-server