File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 6
6
"plugins" : [" edit-link" ],
7
7
"pluginsConfig" : {
8
8
"edit-link" : {
9
- "base" : " https://github.com/gaearon /redux/tree/master" ,
9
+ "base" : " https://github.com/rackt /redux/tree/master" ,
10
10
"label" : " Edit This Page"
11
11
}
12
12
}
Original file line number Diff line number Diff line change 22
22
"postversion" : " git push && git push --tags && npm run clean && npm run docs:publish" ,
23
23
"prepublish" : " npm run clean && npm run build" ,
24
24
"docs:clean" : " rimraf _book" ,
25
- "docs:build" : " gitbook build -g rackt/redux" ,
26
- "docs:watch" : " gitbook serve" ,
25
+ "docs:prepare" : " gitbook install" ,
26
+ "docs:build" : " npm run docs:prepare && gitbook build -g rackt/redux" ,
27
+ "docs:watch" : " npm run docs:prepare && gitbook serve" ,
27
28
"docs:publish" :
" npm run docs:clean && npm run docs:build && cd _book && git init && git commit --allow-empty -m 'update book' && git checkout -b gh-pages && touch .nojekyll && git add . && git commit -am 'update book' && git push [email protected] :rackt/redux gh-pages --force"
28
29
},
29
30
"repository" : {
You can’t perform that action at this time.
0 commit comments