Docs: change unpkg links to pull 0.4 release (#455)
* Docs: change unpkg links to pull 0.4 release
This commit is contained in:
parent
ff2cc154e1
commit
37cce53971
@ -26,7 +26,7 @@ CMS.registerPreviewStyle(file);
|
|||||||
**Example:**
|
**Example:**
|
||||||
```html
|
```html
|
||||||
// index.html
|
// index.html
|
||||||
<script src="https://unpkg.com/netlify-cms@^0.x/dist/cms.js"></script>
|
<script src="https://unpkg.com/netlify-cms@~0.4/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.x/dist/cms.js"></script>
|
<script src="https://unpkg.com/netlify-cms@~0.4/dist/cms.js"></script>
|
||||||
<script>
|
<script>
|
||||||
var PostPreview = createClass({
|
var PostPreview = createClass({
|
||||||
render: function() {
|
render: function() {
|
||||||
|
@ -30,7 +30,7 @@ CMS.registerWidget(field, control, \[preview\])
|
|||||||
**Example:**
|
**Example:**
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<script src="https://unpkg.com/netlify-cms@^0.x/dist/cms.js"></script>
|
<script src="https://unpkg.com/netlify-cms@~0.4/dist/cms.js"></script>
|
||||||
<script>
|
<script>
|
||||||
var CategoriesControl = createClass({
|
var CategoriesControl = createClass({
|
||||||
handleChange: function(e) {
|
handleChange: function(e) {
|
||||||
@ -60,7 +60,7 @@ Register a block level component for the Markdown editor
|
|||||||
**Example:**
|
**Example:**
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<script src="https://unpkg.com/netlify-cms@^0.x/dist/cms.js"></script>
|
<script src="https://unpkg.com/netlify-cms@~0.4/dist/cms.js"></script>
|
||||||
<script>
|
<script>
|
||||||
CMS.registerEditorComponent({
|
CMS.registerEditorComponent({
|
||||||
// Internal id of the component
|
// Internal id of the component
|
||||||
|
@ -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.3/dist/cms.css" />
|
<link rel="stylesheet" href="https://unpkg.com/netlify-cms@~0.4/dist/cms.css" />
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<script src="https://unpkg.com/netlify-cms@^0.3/dist/cms.js"></script>
|
<script src="https://unpkg.com/netlify-cms@~0.4/dist/cms.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
```
|
```
|
||||||
|
@ -57,11 +57,11 @@ The first file, `admin/index.html`, is the entry point for the Netlify CMS admin
|
|||||||
<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.3/dist/cms.css" />
|
<link rel="stylesheet" href="https://unpkg.com/netlify-cms@~0.4/dist/cms.css" />
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<script src="https://unpkg.com/netlify-cms@^0.3/dist/cms.js"></script>
|
<script src="https://unpkg.com/netlify-cms@~0.4/dist/cms.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user