Remove gitbook-cli (#1076)

This commit is contained in:
Nathan Bierema 2022-02-05 23:22:46 -05:00 committed by GitHub
parent 8067589d0c
commit 16ebc4579b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 87 additions and 2459 deletions

View File

@ -1,8 +0,0 @@
src/
build/
dev/
examples/
npm-package/
test/
package.json
webpack/

View File

@ -1,18 +0,0 @@
{
"gitbook": "3.2.2",
"title": "Redux DevTools Extension",
"plugins": ["edit-link", "prism", "-highlight", "github", "anchorjs"],
"pluginsConfig": {
"edit-link": {
"base": "https://github.com/zalmoxisus/redux-devtools-extension/tree/master",
"label": "Edit This Page"
},
"github": {
"url": "https://github.com/zalmoxisus/redux-devtools-extension/"
},
"sharing": {
"facebook": true,
"twitter": true
}
}
}

View File

@ -20,12 +20,7 @@
"precompress:firefox": "yarn run lint && yarn run build:firefox && yarn run test:app",
"compress:extension": "bestzip build/extension.zip build/extension",
"compress:firefox": "bestzip build/extension.zip build/extension",
"docs:clean": "rimraf _book",
"docs:prepare": "gitbook install",
"docs:build": "yarn run docs:prepare && gitbook build",
"docs:watch": "yarn run docs:prepare && gitbook serve",
"docs:publish": "yarn run docs:clean && yarn 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 git@github.com:zalmoxisus/redux-devtools-extension gh-pages --force",
"clean": "rimraf build/ && rimraf dev/",
"clean": "rimraf build && rimraf dev",
"test:app": "cross-env BABEL_ENV=test jest test/app",
"test:chrome": "jest test/chrome",
"test:electron": "yarn run build:test:electron:fixture && jest test/electron",
@ -85,7 +80,6 @@
"eslint-plugin-react-hooks": "^4.3.0",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^7.0.0",
"gitbook-cli": "^2.3.2",
"immutable": "^4.0.0",
"jest": "^27.5.0",
"path-browserify": "^1.0.1",

2512
yarn.lock

File diff suppressed because it is too large Load Diff