update cms version in docs

This commit is contained in:
Shawn Erquhart 2017-11-09 10:42:13 -05:00
parent f94edf8b0d
commit df6b09abf9
4 changed files with 9 additions and 9 deletions

View File

@ -26,7 +26,7 @@ CMS.registerPreviewStyle(file);
**Example:** **Example:**
```html ```html
// index.html // index.html
<script src="https://unpkg.com/netlify-cms@^0.6.0/dist/cms.js"></script> <script src="https://unpkg.com/netlify-cms@^0.7.0/dist/cms.js"></script>
<script> <script>
CMS.registerPreviewStyle("/example.css"); CMS.registerPreviewStyle("/example.css");
</script> </script>
@ -67,7 +67,7 @@ Registers a template for a collection.
**Example:** **Example:**
```html ```html
<script src="https://unpkg.com/netlify-cms@^0.6.0/dist/cms.js"></script> <script src="https://unpkg.com/netlify-cms@^0.7.0/dist/cms.js"></script>
<script> <script>
var PostPreview = createClass({ var PostPreview = createClass({
render: function() { render: function() {

View File

@ -35,7 +35,7 @@ Param | Type | Description
**Example:** **Example:**
```html ```html
<script src="https://unpkg.com/netlify-cms@^0.6.0/dist/cms.js"></script> <script src="https://unpkg.com/netlify-cms@^0.7.0/dist/cms.js"></script>
<script> <script>
var CategoriesControl = createClass({ var CategoriesControl = createClass({
handleChange: function(e) { handleChange: function(e) {
@ -75,7 +75,7 @@ Register a block level component for the Markdown editor:
**Example:** **Example:**
```html ```html
<script src="https://unpkg.com/netlify-cms@^0.6.0/dist/cms.js"></script> <script src="https://unpkg.com/netlify-cms@^0.7.0/dist/cms.js"></script>
<script> <script>
CMS.registerEditorComponent({ CMS.registerEditorComponent({
// Internal id of the component // Internal id of the component

View File

@ -25,11 +25,11 @@ The admin interface is a single-page app with the entry point stored in a static
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Content Manager</title> <title>Content Manager</title>
<link rel="stylesheet" href="https://unpkg.com/netlify-cms@^0.6.0/dist/cms.css" /> <link rel="stylesheet" href="https://unpkg.com/netlify-cms@^0.7.0/dist/cms.css" />
</head> </head>
<body> <body>
<script src="https://unpkg.com/netlify-cms@^0.6.0/dist/cms.js"></script> <script src="https://unpkg.com/netlify-cms@^0.7.0/dist/cms.js"></script>
</body> </body>
</html> </html>
``` ```

View File

@ -37,12 +37,12 @@ The first file, `admin/index.html`, is the entry point for the Netlify CMS admin
<title>Content Manager</title> <title>Content Manager</title>
<!-- Include the styles for the Netlify CMS UI, after your own styles --> <!-- Include the styles for the Netlify CMS UI, after your own styles -->
<link rel="stylesheet" href="https://unpkg.com/netlify-cms@^0.6.0/dist/cms.css" /> <link rel="stylesheet" href="https://unpkg.com/netlify-cms@^0.7.0/dist/cms.css" />
</head> </head>
<body> <body>
<!-- Include the script that builds the page and powers Netlify CMS --> <!-- Include the script that builds the page and powers Netlify CMS -->
<script src="https://unpkg.com/netlify-cms@^0.6.0/dist/cms.js"></script> <script src="https://unpkg.com/netlify-cms@^0.7.0/dist/cms.js"></script>
</body> </body>
</html> </html>
``` ```
@ -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. 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 ### 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 ### 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: 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: