Parse Platform docs
The Parse Docs repository contains markdown sources for all of the Parse SDK guides. This repo utilizes Jekyll to generate a static site hosted on GitHub Pages. The guides are organized by platform inside the _includes
directory, with each platform directory containing markdown files for each main section in the guide. Additionally, there is a _includes/common
folder that holds content shared among all guides. The repository is public, allowing users to access and store a local copy of the markdown files.
_includes/common
folder contains content that is shared across all guides, minimizing duplicate content and ensuring consistency.To run the site locally, follow these steps:
bundle install
npm install
bundle exec jekyll serve --watch
_site
folder, and the browser will auto-refresh.The Parse Docs repository provides a convenient and easily accessible collection of SDK guides for various platforms. With its organized structure, shared content, and static site generation, users can quickly find the information they need and contribute to the improvement of the documentation. The option to access the docs offline and the straightforward installation process further enhance the usability of this repository.