Skip to content

Commit

Permalink
docs: Add gitbook files
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed May 7, 2016
1 parent 43d321c commit cb7309e
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.DS_Store
node_modules/
coverage/
docs/_book/
npm-debug.log
selenium-debug.log
test/unit/coverage
Expand Down
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# vue-form-generator
1 change: 1 addition & 0 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Summary
19 changes: 19 additions & 0 deletions docs/book.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"gitbook": "2.x.x",
"plugins": ["edit-link", "github", "advanced-emoji"],
"pluginsConfig": {
"edit-link": {
"base": "https://github.com/icebob/vue-form-generator/tree/master/docs",
"label": "Edit This Page"
},
"github": {
"url": "https://github.com/icebob/vue-form-generator/"
}
},
"links": {
"sharing": {
"facebook": false,
"twitter": false
}
}
}
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"lint": "eslint --ext=.js,.vue src",
"coverall": "karma start test/unit/karma.conf.js --single-run --reporters coverage,coveralls",
"changelog": "conventional-changelog -i CHANGELOG.md -s",
"docs": "cd docs && gitbook serve",
"unit": "karma start test/unit/karma.conf.js",
"e2e": "node test/e2e/runner.js",
"test": "npm run unit",
Expand Down Expand Up @@ -52,6 +53,7 @@
"eslint-plugin-vue": "0.1.1",
"faker": "3.1.0",
"git-commit-message-convention": "git://github.com/kazupon/git-commit-message-convention.git#065dfffbe2de5f6f16150aac9d4db7fdf5515e56",
"gitbook-cli": "2.1.3",
"inject-loader": "2.0.1",
"isparta-loader": "2.0.0",
"jade": "1.11.0",
Expand Down

0 comments on commit cb7309e

Please sign in to comment.