Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(joint-core): remove docs and related grunt process #2747

Merged
merged 1 commit into from
Aug 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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
Loading