Fix ordered list display in docs/quick-start.md

This commit is contained in:
Jessica Parsons 2017-05-15 09:18:54 -07:00 committed by GitHub
parent c9b5fb446e
commit a5c0ab54cd

View File

@ -13,6 +13,7 @@ In order to use Netlify's authentication provider service, you'll need to connec
### Authenticating with GitHub
In order to connect Netlify CMS with your GitHub repo, you'll first need to register it as an authorized application with your GitHub account:
1. Go to your account **Settings** page on GitHub, and click **Oauth Applications** under **Developer Settings** (or use [this shortcut](https://github.com/settings/developers)).
2. Click **Register a new application**.
3. For the **Authorization callback URL**, enter `https://api.netlify.com/auth/done`. The other fields can contain anything you want.
@ -20,6 +21,7 @@ In order to connect Netlify CMS with your GitHub repo, you'll first need to regi
![GitHub Oauth Application setup example](/img/github-oauth.png?raw=true)
When you complete the registration, you'll be given a **Client ID** and a **Client Secret** for the app. You'll need to add these to your Netlify project:
1. Go to your [**Netlify dashboard**](https://app.netlify.com/) and click on your project.
2. Click the **Access** tab.
3. Under **Authentication Providers**, click **Install Provider**.