Skip to content

Commit

Permalink
doc: smart-nic: add running demo
Browse files Browse the repository at this point in the history
Adding a cast file for a running demo

Signed-off-by: Harman Kalra <hkalra@marvell.com>
Change-Id: Iba4baf130a1b4f94b2389a8cd1ec9d54b81019b6
Reviewed-on: https://sj1git1.cavium.com/c/IP/SW/dataplane/dpu-offload/+/129247
Reviewed-by: Jerin Jacob <jerinj@marvell.com>
Tested-by: Jerin Jacob <jerinj@marvell.com>
  • Loading branch information
harman-kalra authored and jerinjacobk committed Jun 7, 2024
1 parent 802bc1e commit 21ed5c4
Show file tree
Hide file tree
Showing 6 changed files with 4,545 additions and 4 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="../_static/css/player.css" />
<style>
#install{
margin: auto;
margin-left: 0;
width: 80ch;
height: 32em;
}
Expand All @@ -17,8 +17,10 @@
<div id="install"></div>
<script src="https://github.com/asciinema/asciinema-player/releases/download/v3.7.1/asciinema-player.min.js"></script>
<script>
AsciinemaPlayer.create('../_static/install.cast', document.getElementById('install'), {
fit: "height",markers: [
AsciinemaPlayer.create('../_static/demo/install.cast', document.getElementById('install'), {
fit: "height",
autoplay: true,
markers: [
[5, 'Booting'],
[80, 'Setup to setup repo'],
[150, 'DAO installation'],
Expand Down
Loading

0 comments on commit 21ed5c4

Please sign in to comment.