Skip to content

Commit e1d04cd

Browse files
montymxbflovilmart
authored andcommitted
Adds Table of Contents to README (#4357)
* adds table of contents * remove empty line, moved greenkeeper up with other statuses
1 parent aa1e97f commit e1d04cd

File tree

1 file changed

+27
-4
lines changed

1 file changed

+27
-4
lines changed

README.md

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,40 @@
44
[![Build Status](https://img.shields.io/travis/parse-community/parse-server/master.svg?style=flat)](https://travis-ci.org/parse-community/parse-server)
55
[![Coverage Status](https://img.shields.io/codecov/c/github/parse-community/parse-server/master.svg)](https://codecov.io/github/parse-community/parse-server?branch=master)
66
[![npm version](https://img.shields.io/npm/v/parse-server.svg?style=flat)](https://www.npmjs.com/package/parse-server)
7-
87
[![Join Chat](https://img.shields.io/badge/gitter-join%20chat%20%E2%86%92-brightgreen.svg)](https://gitter.im/ParsePlatform/Chat)
8+
[![Greenkeeper badge](https://badges.greenkeeper.io/parse-community/parse-server.svg)](https://greenkeeper.io/)
99

1010
Parse Server is an [open source version of the Parse backend](http://blog.parseplatform.org/announcements/introducing-parse-server-and-the-database-migration-tool/) that can be deployed to any infrastructure that can run Node.js.
1111

1212
Parse Server works with the Express web application framework. It can be added to existing web applications, or run by itself.
1313

14-
# Getting Started
15-
16-
[![Greenkeeper badge](https://badges.greenkeeper.io/parse-community/parse-server.svg)](https://greenkeeper.io/)
14+
- [Getting Started](#getting-started)
15+
- [Running Parse Server](#running-parse-server)
16+
- [Locally](#locally)
17+
- [Docker](#inside-a-docker-container)
18+
- [Saving an Object](#saving-your-first-object)
19+
- [Connect an SDK](#connect-your-app-to-parse-server)
20+
- [Running elsewhere](#running-parse-server-elsewhere)
21+
- [Sample Application](#parse-server-sample-application)
22+
- [Parse Server + Express](#parse-server--express)
23+
- [Logging](#logging)
24+
- [Documentation](#documentation)
25+
- [Configuration](#configuration)
26+
- [Basic Options](#basic-options)
27+
- [Client Key Options](#client-key-options)
28+
- [Advanced Options](#advanced-options)
29+
- [Logging](#logging-1)
30+
- [Email Verification & Password Reset](#email-verification-and-password-reset)
31+
- [Using Environment Variables](#using-environment-variables-to-configure-parse-server)
32+
- [Available Adapters](#available-adapters)
33+
- [Configuring File Adapters](#configuring-file-adapters)
34+
- [Support](#support)
35+
- [Ride the Bleeding Edge](#want-to-ride-the-bleeding-edge)
36+
- [Contributing](#contributing)
37+
- [Backers](#backers)
38+
- [Sponsors](#sponsors)
1739

40+
# Getting Started
1841

1942
April 2016 - We created a series of video screencasts, please check them out here: [http://blog.parseplatform.org/learn/parse-server-video-series-april-2016/](http://blog.parseplatform.org/learn/parse-server-video-series-april-2016/)
2043

0 commit comments

Comments
 (0)