diff --git a/packages/docs/content/docs/add-to-your-site-cdn.mdx b/packages/docs/content/docs/add-to-your-site-cdn.mdx
index 54890679..56b209eb 100644
--- a/packages/docs/content/docs/add-to-your-site-cdn.mdx
+++ b/packages/docs/content/docs/add-to-your-site-cdn.mdx
@@ -45,12 +45,12 @@ In this example, we pull the `admin/index.html` file from a public CDN.
-
+
Content Manager
-
+
diff --git a/packages/docs/content/docs/decap-migration-guide.mdx b/packages/docs/content/docs/decap-migration-guide.mdx
index 1119d918..19b3358b 100644
--- a/packages/docs/content/docs/decap-migration-guide.mdx
+++ b/packages/docs/content/docs/decap-migration-guide.mdx
@@ -23,7 +23,7 @@ Decap:
Static CMS:
```html
-
+
```
### Bundling
@@ -64,7 +64,7 @@ Static CMS bundles it styles separately from the main javascript file, so you wi
**CDN**:
```html
-
+
```
**Bundling**:
diff --git a/packages/docs/content/docs/migration-guide-v2.mdx b/packages/docs/content/docs/migration-guide-v2.mdx
index 05127198..3afef2f1 100644
--- a/packages/docs/content/docs/migration-guide-v2.mdx
+++ b/packages/docs/content/docs/migration-guide-v2.mdx
@@ -19,19 +19,19 @@ Please [report any issues](https://github.com/StaticJsCMS/static-cms/issues/new)
To install the latest version of Static CMS:
```bash
-npm install @staticcms/core@^2.0.0-rc.1
+npm install @staticcms/core@^2.0.0
```
Or if you’re using yarn:
```bash
-yarn add @staticcms/core@^2.0.0-rc.1
+yarn add @staticcms/core@^2.0.0
```
If you are using a CDN to load Static CMS, simply change your URL:
```html
-
+
```
### Proxy Server
@@ -54,7 +54,7 @@ In `v2.0.0` the apps stylings are not longer bundled into the main javscript fil
**CDN**:
```html
-
+
```
**Bundling**: