Skip to content

Commit

Permalink
feat(demo): reference the demo of bv-experimental-add-ons (#536)
Browse files Browse the repository at this point in the history
Add a reference to the repository in the README.
Add a card linked to the live demo in the HTML home page.
  • Loading branch information
csouchet authored Sep 4, 2023
1 parent cf9198f commit 02cf6fb
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ especially when using `bpmn-visualization` prior version `0.27.0`.
- [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.
- [Prediction demo](demo/prediction/README.md) - show how to use `bpmn-visualization` to visualize prediction data.
- [New experimental features](https://github.com/process-analytics/bv-experimental-add-ons#readme) - Show the demos of the new experimental features for `bpmn-visualization` provided by `bv-experimental-add-ons`.


## Tutorials
Expand Down
16 changes: 16 additions & 0 deletions examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,22 @@ <h2 class="bg-dark">Demos</h2>
</div>
</a>
</div>

<div class="col-md-12 col-4 p-2">
<a href="https://process-analytics.github.io/bv-experimental-add-ons" target="_blank" class="card-link">
<div class="card p-2">
<div class="card-header">
<div class="card-title">New experimental features</div>
<div class="card-subtitle"></div>
</div>
<div class="card-image">
<img src="static/img/preview/demo/bv-experimental-add-ons.png" class="img-responsive" alt="bv-experimental-add-ons demos image">
</div>
<div class="card-body">Show the demos of the new experimental features for <code>bpmn-visualization</code> provided by <code>bv-experimental-add-ons</code>.</div>
<div class="card-footer"></div>
</div>
</a>
</div>
</div>
</section>

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 02cf6fb

Please sign in to comment.