From 75183ec7037f5d8c97e0aa10769790cf767b256f Mon Sep 17 00:00:00 2001 From: Shawn Erquhart Date: Thu, 4 May 2017 15:20:25 -0400 Subject: [PATCH] remove site_domain key from example --- docs/quick-start.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/quick-start.md b/docs/quick-start.md index 50f3da31..224fe74e 100755 --- a/docs/quick-start.md +++ b/docs/quick-start.md @@ -77,7 +77,6 @@ backend: name: github repo: owner-name/repo-name # Path to your Github repository branch: master # Branch to update - site_domain: site-name.netlify.com # Your Netlify site address if different from host ``` This names GitHub as the authentication provider, points to the repo location on github.com, and declares the branch where you want to merge changes. If you leave out the `branch` declaration, it will default to `master`.