From df6b09abf969e991bb57f4dab41ed353adcc01ad Mon Sep 17 00:00:00 2001 From: Shawn Erquhart Date: Thu, 9 Nov 2017 10:42:13 -0500 Subject: [PATCH] update cms version in docs --- docs/customization.md | 4 ++-- docs/extending.md | 4 ++-- docs/intro.md | 4 ++-- docs/quick-start.md | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/customization.md b/docs/customization.md index b54c7a77..02d8b429 100644 --- a/docs/customization.md +++ b/docs/customization.md @@ -26,7 +26,7 @@ CMS.registerPreviewStyle(file); **Example:** ```html // index.html - + @@ -67,7 +67,7 @@ Registers a template for a collection. **Example:** ```html - + + + + ``` diff --git a/docs/quick-start.md b/docs/quick-start.md index 93a2cfd9..2f3bc5ce 100755 --- a/docs/quick-start.md +++ b/docs/quick-start.md @@ -37,12 +37,12 @@ The first file, `admin/index.html`, is the entry point for the Netlify CMS admin Content Manager - + - + ``` @@ -186,7 +186,7 @@ collections: Now that you have your Netlify CMS files in place and configured, all that's left is to enable authentication. There are [many ways to do this](/docs/custom-authentication) (with or without deploying to Netlify), but this example uses Netlify because it's one of the quickest ways to get started. ### Setup on Netlify -Netlify offers a built-in authentication service called Identity. In order to use it, you'll need to connect your site repo with Netlify. Netlify has published a general [Step-by-Step Guide](https://www.netlify.com/blog/2016/10/27/a-step-by-step-guide-deploying-a-static-site-or-single-page-app/) for this, along with detailed guides for many popular static site generators, including [Jekyll](https://www.netlify.com/blog/2015/10/28/a-step-by-step-guide-jekyll-3.0-on-netlify/), [Hugo](https://www.netlify.com/blog/2016/09/21/a-step-by-step-guide-victor-hugo-on-netlify/), [Hexo](https://www.netlify.com/blog/2015/10/26/a-step-by-step-guide-hexo-on-netlify/), [Middleman](https://www.netlify.com/blog/2015/10/01/a-step-by-step-guide-middleman-on-netlify/), [Gatsby](https://www.netlify.com/blog/2016/02/24/a-step-by-step-guide-gatsby-on-netlify/) and more. +Netlify offers a built-in authentication service called Identity. In order to use it, you'll need to connect your site repo with Netlify. Netlify has published a general [Step-by-Step Guide](https://www.netlify.com/blog/2016/10/27/a-step-by-step-guide-deploying-a-static-site-or-single-page-app/) for this, along with detailed guides for many popular static site generators, including [Jekyll](https://www.netlify.com/blog/2015/10/28/a-step-by-step-guide-jekyll-3.0-on-netlify/), [Hugo](https://www.netlify.com/blog/20.7.09/21/a-step-by-step-guide-victor-hugo-on-netlify/), [Hexo](https://www.netlify.com/blog/2015/10/26/a-step-by-step-guide-hexo-on-netlify/), [Middleman](https://www.netlify.com/blog/2015/10/01/a-step-by-step-guide-middleman-on-netlify/), [Gatsby](https://www.netlify.com/blog/20.7.02/24/a-step-by-step-guide-gatsby-on-netlify/) and more. ### Enable Identity and Git Gateway Netlify's Identity and Git Gateway services allow you to manage CMS admin users for your site without requiring them to have GitHub accounts or commit access on your repo. From your site dashboard on Netlify: