fix(docs-next.js): update version to netlify-cms

This commit is contained in:
Chris Black 2020-12-17 05:28:37 -05:00 committed by GitHub
parent 8b76c23888
commit e0db5ea19a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
---
title: NextJS
group: Guides
weight: 40
title: NextJS
---
This guide will help you get started using Netlify CMS with NextJS.
@ -152,7 +152,7 @@ Paste HTML for Netlify CMS into your `public/admin/index.html` file (check out t
</head>
<body>
<!-- Include the script that builds the page and powers Netlify CMS -->
<script src="https://unpkg.com/netlify-cms@2.9.7/dist/netlify-cms.js"></script>
<script src="https://unpkg.com/netlify-cms@^2.0.0/dist/netlify-cms.js"></script>
</body>
</html>
```
@ -228,4 +228,4 @@ Great job - you did it! Open your new page via the new Netlify URL, and navigate
**Tip:** Signing up with an external provider is the easiest. If you want to sign up by email, you'll have to set up a redirect in your index.js page (which we won't be covering in this guide). For more information, have a look at the [Add To Your Site](https://www.netlifycms.org/docs/add-to-your-site) section.
Congratulations - you can finally manage your new list of cats!
Congratulations - you can finally manage your new list of cats!