Skip to content

Commit

Permalink
chore(joint-core): remove docs and related grunt process
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorgewilliams committed Aug 27, 2024
1 parent dd0db32 commit 80ebf51
Show file tree
Hide file tree
Showing 1,101 changed files with 7 additions and 34,893 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"lint": "yarn workspaces foreach -tvv run lint",
"lint-fix": "yarn workspaces foreach -tvv run lint-fix",
"dist": "yarn workspaces foreach -tvv run dist",
"build-docs": "yarn workspaces foreach -tvv run build-docs",
"pack-all": "yarn workspaces foreach -tvv --include \"@joint/layout-directed-graph\" --include \"@joint/core\" pack --out %s-%v.tgz"
},
"workspaces": [
Expand Down
8 changes: 0 additions & 8 deletions packages/joint-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,14 +147,6 @@ yarn run test-coverage-lcov

The output for all unit tests will be saved in the `packages/joint-core/coverage` directory.

## Documentation

The source files for the *JointJS* documentation (plus *Geometry* and *Vectorizer* libraries) are included in this repository; see the `packages/joint-core/docs` directory. The documentation can be built into stand-alone HTML documents like this:
```bash
yarn run build-docs
```
The output of the above command can be found at `packages/joint-core/build/docs`.

## Contributors

<a href="https://github.com/clientIO/joint/graphs/contributors">
Expand Down
32 changes: 0 additions & 32 deletions packages/joint-core/docs/.eslintrc.js

This file was deleted.

Loading

0 comments on commit 80ebf51

Please sign in to comment.