All Projects → parse-community → Docs

parse-community / Docs

Licence: other
Parse Platform docs

Projects that are alternatives of or similar to Docs

Uswds Site
USWDS website and documentation
Stars: ✭ 135 (-54.39%)
Mutual labels:  documentation, jekyll, scss
Circleci Docs
Documentation for CircleCI.
Stars: ✭ 501 (+69.26%)
Mutual labels:  hacktoberfest, documentation, jekyll
Just The Docs
A modern, high customizable, responsive Jekyll theme for documention with built-in search.
Stars: ✭ 3,747 (+1165.88%)
Mutual labels:  documentation, jekyll, scss
Garth
🥁 A really basic theme for Jekyll
Stars: ✭ 85 (-71.28%)
Mutual labels:  hacktoberfest, jekyll, scss
Alembic
⚗️ A Jekyll boilerplate theme designed to be a starting point for any Jekyll website
Stars: ✭ 501 (+69.26%)
Mutual labels:  hacktoberfest, jekyll, scss
Home Assistant.io
📘 Home Assistant User documentation
Stars: ✭ 2,377 (+703.04%)
Mutual labels:  hacktoberfest, documentation, jekyll
React Navigation.github.io
Home of the documentation and other miscellanea
Stars: ✭ 207 (-30.07%)
Mutual labels:  hacktoberfest, documentation
Awesome Learning
Awesome Learning - Learn JavaScript and Front-End Fundamentals at your own pace
Stars: ✭ 216 (-27.03%)
Mutual labels:  hacktoberfest, scss
Nef
💊 steroids for Xcode Playgrounds
Stars: ✭ 226 (-23.65%)
Mutual labels:  hacktoberfest, jekyll
Interrogate
Explain yourself! Interrogate a codebase for docstring coverage.
Stars: ✭ 245 (-17.23%)
Mutual labels:  hacktoberfest, documentation
Dvc.org
🔗 DVC website and documentation
Stars: ✭ 171 (-42.23%)
Mutual labels:  hacktoberfest, documentation
React Native Art Doc
📒 Unofficial documentation for react-native ART module.
Stars: ✭ 229 (-22.64%)
Mutual labels:  hacktoberfest, documentation
Docs
User documentation for Knative components.
Stars: ✭ 3,106 (+949.32%)
Mutual labels:  hacktoberfest, documentation
Colaboradados.github.io
O VEÍCULO COLABORATIVO SOBRE TRANSPARÊNCIA E OPEN DATA NO BRASIL.
Stars: ✭ 201 (-32.09%)
Mutual labels:  hacktoberfest, scss
Bootstrap Italia
Bootstrap Italia è un tema Bootstrap 4 conforme alle linee guida di design per i servizi web della PA
Stars: ✭ 193 (-34.8%)
Mutual labels:  hacktoberfest, scss
Docs
Repository of Twilio SendGrid's product documentation.
Stars: ✭ 221 (-25.34%)
Mutual labels:  hacktoberfest, documentation
Media Manager
A simple file browser and up-loader for Laravel written in Vue.JS
Stars: ✭ 190 (-35.81%)
Mutual labels:  hacktoberfest, scss
Yii2 Apidoc
Yii 2 apidoc extension.
Stars: ✭ 236 (-20.27%)
Mutual labels:  hacktoberfest, documentation
Middlemanapp.com
Documentation for Middleman
Stars: ✭ 264 (-10.81%)
Mutual labels:  documentation, scss
Stylesheet
The GTK Stylesheet for elementary OS
Stars: ✭ 260 (-12.16%)
Mutual labels:  hacktoberfest, scss

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].