Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork514
parse-community/docs
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
These are the markdown sources for all of theParse SDK guides. 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.
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.
This repository is public and all the files are in markdown. If you'd like to keep a copy locally, please do!
If you have any fixes or suggestions, simply send us a pull request!
You will needRuby,Bundler, andnpm.
Clone this repository, then install Jekyll and node packages:
bundle installnpm installThen run webpack and Jekyll:
Start in Linux/OS X:
npm startStart in Windows command prompt:
npm run dev-winFinally, openhttp://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.
About
Parse Platform docs
Topics
Resources
License
Code of conduct
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.