Skip to content

Commit 96dc235

Browse files
committed
docs
1 parent efc0d2c commit 96dc235

File tree

5 files changed

+35
-0
lines changed

5 files changed

+35
-0
lines changed

docs/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# hello
2+
hello gitbook

docs/SUMMARY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Summary
2+
3+
* [Introduction](README.md)
4+

docs/book.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"title": "vue-typescript",
3+
"gitbook": ">3.0.0",
4+
"plugins": [
5+
"-fontsettings",
6+
"github"
7+
],
8+
"pluginsConfig": {
9+
"github": {
10+
"url": "https://github.com/MMF-FE/vue-typescript/tree/develop"
11+
}
12+
},
13+
"links": {
14+
"sharing": {
15+
"facebook": false,
16+
"twitter": false
17+
}
18+
}
19+
}

docs/deploy.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
cd docs
2+
rm -rf _book
3+
gitbook build
4+
cd _book
5+
git init
6+
git add -A
7+
git commit -m 'update book'
8+
git push -f git@github.com:MMF-FE/vue-typescript.git master:gh-pages

docs/hello.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# hello
2+
hello gitbook

0 commit comments

Comments
 (0)