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.Jekyll is a static site generator written in Ruby that allows you to create simple, fast, and secure websites without the need for a database.
Documentation themes are built specifically for writing technical and product documentation. They are normally written and maintained in Markdown. The often include a navigation menu, search bar, clear headings, semantic document structure and clean typography.
Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.