diff --git a/docs/configuration.md b/docs/configuration.md
index 6004636c3..ec08530a2 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -956,7 +956,7 @@ window.$docsify = {
- Type: `Object`
-Creates and registers global [Vue components](https://vuejs.org/v2/guide/components.html). Components are specified using the component name as the key with an object containing Vue options as the value. Component `data` is unique for each instance and will not persist as users navigate the site.
+Creates and registers global [Vue](https://vuejs.org/guide/essentials/component-basics.html). Components are specified using the component name as the key with an object containing Vue options as the value. Component `data` is unique for each instance and will not persist as users navigate the site.
```js
window.$docsify = {
@@ -989,7 +989,7 @@ window.$docsify = {
- Type: `Object`
-Specifies [Vue options](https://vuejs.org/v2/api/#Options-Data) for use with Vue content not explicitly mounted with [vueMounts](#mounting-dom-elements), [vueComponents](#components), or a [markdown script](#markdown-script). Changes to global `data` will persist and be reflected anywhere global references are used.
+Specifies global Vue options for use with Vue content not explicitly mounted with [vueMounts](#mounting-dom-elements), [vueComponents](#components), or a [markdown script](#markdown-script). Changes to global `data` will persist and be reflected anywhere global references are used.
```js
window.$docsify = {
@@ -1023,7 +1023,7 @@ window.$docsify = {
- Type: `Object`
-Specifies DOM elements to mount as [Vue instances](https://vuejs.org/v2/guide/instance.html) and their associated options. Mount elements are specified using a [CSS selector](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Selectors) as the key with an object containing Vue options as their value. Docsify will mount the first matching element in the main content area each time a new page is loaded. Mount element `data` is unique for each instance and will not persist as users navigate the site.
+Specifies DOM elements to mount as Vue instances and their associated options. Mount elements are specified using a [CSS selector](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Selectors) as the key with an object containing Vue options as their value. Docsify will mount the first matching element in the main content area each time a new page is loaded. Mount element `data` is unique for each instance and will not persist as users navigate the site.
```js
window.$docsify = {
diff --git a/docs/deploy.md b/docs/deploy.md
index 4e1651d9a..4bcb6d997 100644
--- a/docs/deploy.md
+++ b/docs/deploy.md
@@ -141,7 +141,7 @@ frontend:
2. Using the user interface, import your docsify project from one of the three supported Git providers (GitHub, GitLab, or Bitbucket).
3. Navigate to the project’s production environment in Stormkit or create a new environment if needed.
4. Verify the build command in your Stormkit configuration. By default, Stormkit CI will run `npm run build` but you can specify a custom build command on this page.
-5. Set output folder to `docs`
+5. Set output folder to `docs`
6. Click the “Deploy Now” button to deploy your site.
Read more in the [Stormkit Documentation](https://stormkit.io/docs).
diff --git a/docs/index.html b/docs/index.html
index 0a7f78140..25d7c707d 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -224,7 +224,13 @@
-
-
+
+
+
+
+
+
+
+