File tree Expand file tree Collapse file tree 5 files changed +35
-0
lines changed Expand file tree Collapse file tree 5 files changed +35
-0
lines changed Original file line number Diff line number Diff line change 1+ # hello
2+ hello gitbook
Original file line number Diff line number Diff line change 1+ # Summary
2+
3+ * [ Introduction] ( README.md )
4+
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1+ # hello
2+ hello gitbook
You can’t perform that action at this time.
0 commit comments