Skip to content

Commit

Permalink
refactor: refactor old demo/tutorial (#511)
Browse files Browse the repository at this point in the history
Instead of having an intermediate page, the demo page for ICPM 2022 and the getting started tutorial now directly link to their respective repositories.
  • Loading branch information
csouchet authored Jun 22, 2023
1 parent 141b249 commit bfa4170
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 134 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,14 @@ especially when using `bpmn-visualization` prior version `0.27.0`.
[repository](https://github.com/process-analytics/bpmn-visualization-js) of `bpmn-visualization` .
- [Hacktoberfest themes](demo/hacktoberfest-custom-themes/README.md) - special Hacktoberfest diagram with Hacktoberfest colors
- [Monitoring of all process instances demo](demo/monitoring-all-process-instances/README.md) - show how to use `bpmn-visualization` to render the monitoring of all process instances for a defined process
- [Demo for ICPM 2022](demo/icpm-2022/README.md) - show a Process Mining scenario (_Conformance_, _Compliance_ and _Happy path_)
- [Demo for ICPM 2022](https://github.com/process-analytics/icpm-demo-2022#readme) - show a Process Mining scenario (_Conformance_, _Compliance_ and _Happy path_)
- [Draw a path](demo/draw-path/README.md) - show how to draw a path
- [Demo for Bonita Day 2023](https://github.com/process-analytics/bonita-day-demo-2023#readme) - monitor process and case progress, assign new actors to overdue tasks, view past activities, and track the live execution of a process.


## Tutorials
- [Quick start](tutorials/quick-start/README.md) - the simplest way to integrate `bpmn-visualization` in an HTML page
- [Getting started](tutorials/getting-started/README.md) - a getting started tutorial to `bpmn-visualization` using an online monitoring scenario
- [Getting started](https://github.com/process-analytics/bpmn-visualization-tutorial-getting-started#readme) - a getting started tutorial to `bpmn-visualization` using an online monitoring scenario

## 🔭 Examples

Expand Down
10 changes: 0 additions & 10 deletions demo/icpm-2022/README.md

This file was deleted.

55 changes: 0 additions & 55 deletions demo/icpm-2022/index.html

This file was deleted.

4 changes: 2 additions & 2 deletions examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ <h2 class="bg-dark">Demos</h2>
</div>

<div class="col-md-12 col-4 p-2">
<a href="../demo/icpm-2022/index.html" class="card-link">
<a href="https://process-analytics.github.io/icpm-demo-2022" target="_blank" class="card-link">
<div class="card p-2">
<div class="card-header">
<div class="card-title">Demo for ICPM 2022</div>
Expand Down Expand Up @@ -369,7 +369,7 @@ <h2 class="bg-dark">Tutorials</h2>
</div>

<div class="col-md-12 col-4 p-2">
<a href="../tutorials/getting-started/index.html" class="card-link">
<a href="https://process-analytics.github.io/bpmn-visualization-tutorial-getting-started" target="_blank" class="card-link">
<div class="card p-2">
<div class="card-header">
<div class="card-title">Getting started</div>
Expand Down
10 changes: 0 additions & 10 deletions tutorials/getting-started/README.md

This file was deleted.

55 changes: 0 additions & 55 deletions tutorials/getting-started/index.html

This file was deleted.

0 comments on commit bfa4170

Please sign in to comment.