Skip to content

MichaelJCole/docs-3

This branch is 1 commit ahead of, 89 commits behind parse-community/docs:gh-pages.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3bec48d · Dec 2, 2020
Jul 11, 2019
Jun 5, 2019
Dec 2, 2020
Nov 19, 2020
Oct 21, 2020
Nov 17, 2020
Apr 8, 2017
Feb 14, 2019
Oct 16, 2018
Aug 15, 2017
Apr 5, 2017
Mar 20, 2019
Aug 9, 2018
Oct 21, 2020
Mar 20, 2019
Oct 24, 2020
Jun 5, 2019
Oct 21, 2020
Aug 31, 2018
Aug 31, 2018
Apr 15, 2019
Aug 31, 2018
Apr 8, 2017
Aug 31, 2018
Apr 6, 2017
Apr 6, 2017
Jan 12, 2020
Jan 12, 2020
Apr 8, 2017
Aug 31, 2018
Aug 31, 2018
Apr 6, 2017
Oct 4, 2018
Aug 31, 2018
Oct 21, 2020
Oct 24, 2020
Aug 9, 2018
Oct 16, 2018
Apr 6, 2017
Aug 31, 2018
Aug 31, 2018
Apr 8, 2017
Aug 31, 2018
Oct 21, 2020
Aug 31, 2018

Repository files navigation

Parse Docs

Join The Conversation Backers on Open Collective Sponsors on Open Collective License Twitter Follow

These are the markdown sources for all of the Parse 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.

Repository Structure

The guides are organized by platform. Each platform directory contains a set of markdown files, one for each main section in the guide.

.
├── {platform}
│   └── {section}
└── common
    └── {section}

For example, /ios/ contains all of sections for the iOS guide. There is also a 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, Bundler, and 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.

About

Parse Platform docs

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 84.2%
  • JavaScript 8.3%
  • HTML 5.6%
  • Ruby 1.9%