Skip to content

Commit cba8a02

Browse files
committed
update docs settings
1 parent a3b3503 commit cba8a02

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

docs/book.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
11
{
2-
"gitbook": "2.6.2"
2+
"gitbook": "2.x.x",
3+
"plugins": ["edit-link", "github"],
4+
"pluginsConfig": {
5+
"edit-link": {
6+
"base": "https://github.com/vuejs/vue-router/tree/master/docs",
7+
"label": "Edit This Page"
8+
},
9+
"github": {
10+
"url": "https://github.com/vuejs/vue-router/"
11+
}
12+
},
13+
"links": {
14+
"sharing": {
15+
"facebook": false,
16+
"twitter": false
17+
}
18+
}
319
}

0 commit comments

Comments
 (0)