Skip to content

Commit

Permalink
chore: remove website (#1862)
Browse files Browse the repository at this point in the history
  • Loading branch information
reconbot committed May 6, 2019
1 parent 6b85c3d commit d0ac926
Show file tree
Hide file tree
Showing 107 changed files with 3 additions and 5,911 deletions.
12 changes: 2 additions & 10 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
{
"settings": {
"react": {
"version": "16"
}
},
"extends": [
"plugin:node/recommended",
"plugin:react/recommended"
"plugin:node/recommended"
],
"plugins": [
"prettier",
"node",
"react"
"node"
],
"env": {
"node": true,
Expand Down Expand Up @@ -50,7 +43,6 @@
2
],
"node/shebang": 0,
"react/prop-types": 0,
"object-shorthand": 2,
"prefer-arrow-callback": 2,
"prefer-const": 2,
Expand Down
35 changes: 0 additions & 35 deletions .jsdoc.json

This file was deleted.

13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,7 @@ Parsers are traditionally Transform streams, but Duplex streams and other non st

### Developing Docs

You can develop the docs by running

```bash
npm run docs:dev
```

And build them by running
```bash
npm run docs
```

Docs are automatically built with [netlify](https://www.netlify.com/pricing/) including previews on branches. The master branch is deployed to https://serialport.io
See https://github.com/node-serialport/website

## License
SerialPort packages are all [MIT licensed](LICENSE) and all it's dependencies are MIT licensed.
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
"scripts": {
"rebuild": "lerna run --stream rebuild",
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"docs": "cd packages/website && npm run build",
"docs:dev": "cd packages/website && npm run start",
"format": "eslint packages test --fix",
"generate": "plop",
"lint": "eslint packages test && lerna run --stream lint",
Expand Down Expand Up @@ -46,7 +44,6 @@
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-react": "^7.12.4",
"lerna": "^3.10.7",
"mocha": "^6.1.4",
"nyc": "^14.0.0",
Expand Down
1 change: 0 additions & 1 deletion packages/website/.gitignore

This file was deleted.

16 changes: 0 additions & 16 deletions packages/website/CHANGELOG.md

This file was deleted.

32 changes: 0 additions & 32 deletions packages/website/README.md

This file was deleted.

8 changes: 0 additions & 8 deletions packages/website/blog/2017-10-24-new-version-1.0.0.md

This file was deleted.

75 changes: 0 additions & 75 deletions packages/website/core/Footer.js

This file was deleted.

105 changes: 0 additions & 105 deletions packages/website/i18n/en.json

This file was deleted.

Loading

0 comments on commit d0ac926

Please sign in to comment.