Merge pull request #1713 from mjraval/patch-1

An additional option of using jsDelivr in Docs
This commit is contained in:
Tom Rutgers 2018-10-01 22:26:38 +02:00 committed by GitHub
commit c261163eab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,6 +46,7 @@ The first file, `admin/index.html`, is the entry point for the Netlify CMS admin
</body>
</html>
```
In the code above the `script` is loaded from the `unpkg` CDN. Should there be any issue, `jsDelivr` can be used as an alternative source. Simply set the `src` to `https://cdn.jsdelivr.net/npm/netlify-cms@^2.0.0/dist/netlify-cms.js`
The second file, `admin/config.yml`, is the heart of your Netlify CMS installation, and a bit more complex. The [Configuration](#configuration) section covers the details.