Skip to content

Commit 69e470d

Browse files
committed
docs: updates docs to current version
1 parent 4e97781 commit 69e470d

File tree

10 files changed

+523
-117
lines changed

10 files changed

+523
-117
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222

2323
_You can use Yarn or NPM_
2424

25-
```bash
26-
$ npm install --save vue2-editor
25+
``` bash
26+
npm install vue2-editor
2727
```
2828

2929
**OR**

docs/.vuepress/config.js

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,22 @@ module.exports = {
2525
}
2626
]
2727
],
28-
plugins: [require("./plugin.js"), "live"],
28+
plugins: [
29+
require("./plugin.js"),
30+
"live",
31+
[
32+
"@vuepress/google-analytics",
33+
{
34+
ga: "UA-12345678-9"
35+
}
36+
]
37+
],
2938
locales: {
3039
"/": {
3140
lang: "en-US",
3241
title: "Vue2Editor",
3342
description:
34-
"Your Vue.js editor for rich text editing built with Vue.js and Quill.js",
35-
ga: "UA-56060335-4"
43+
"Your Vue.js editor for rich text editing built with Vue.js and Quill.js"
3644
}
3745
},
3846
themeConfig: {
@@ -49,7 +57,9 @@ module.exports = {
4957
link: "https://github.com/davidroyer/vue2-editor/releases"
5058
}
5159
],
52-
sidebar: ["/installation.md", "/started.md", "/usage.md"]
60+
// sidebar: ["/installation.md", "/started.md", "/usage.md"]
61+
sidebar: ["/guide/", "/examples/"]
62+
// sidebar: 'auto'
5363
}
5464
}
5565
},

docs/README.md

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
home: true
33
heroImage: /hero-home.png
44
actionText: Get Started →
5-
actionLink: /started/
5+
actionLink: /guide/
66
features:
77
- title: Easy To Use
88
details: Simple setup so you can get started quickly

docs/README_BACKUP.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)