Skip to content

Commit

Permalink
feat(tips): call relevant images for tips (#699)
Browse files Browse the repository at this point in the history
Co-authored-by: Jaufrey Lafuste <jaufrey.lafuste@@taipy.io>
  • Loading branch information
FabienLelaquais and Jaufrey Lafuste authored Nov 1, 2023
1 parent dacfc8e commit 3548732
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions docs/knowledge_base/tips/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Tips and Tricks!
<li class="tp-col-12 tp-col-md-6 d-flex" data-keywords="scenario cycle configuration datanode dag">
<a class="tp-content-card tp-content-card--horizontal tp-content-card--small" href="scenarios">
<header class="tp-content-card-header">
<img class="tp-content-card-image" src="images/icon-code.svg">
<img class="tp-content-card-image" src="scenarios/scenario.png">
</header>
<div class="tp-content-card-body">
<h4> Scenarios </h4>
Expand All @@ -64,7 +64,7 @@ Tips and Tricks!
<li class="tp-col-12 tp-col-md-6 d-flex" data-keywords="gui notebook deployment">
<a class="tp-content-card tp-content-card--horizontal tp-content-card--small" href="colab_with_ngrok">
<header class="tp-content-card-header">
<img class="tp-content-card-image" src="images/icon-code.svg">
<img class="tp-content-card-image" src="colab_with_ngrok/Sharing_Taipy_Ngrok_1.png">
</header>
<div class="tp-content-card-body">
<h4>Share your App with Colab and Ngrok</h4>
Expand Down Expand Up @@ -94,7 +94,7 @@ Tips and Tricks!
<li class="tp-col-12 tp-col-md-6 d-flex" data-keywords="gui callback">
<a class="tp-content-card tp-content-card--horizontal tp-content-card--small" href="long_running_callbacks">
<header class="tp-content-card-header">
<img class="tp-content-card-image" src="images/icon-code.svg">
<img class="tp-content-card-image" src="long_callbacks/long_running_callbacks.png">
</header>
<div class="tp-content-card-body">
<h4>Long-running Callbacks</h4>
Expand Down Expand Up @@ -157,7 +157,7 @@ Tips and Tricks!
<li class="tp-col-12 tp-col-md-6 d-flex" data-keywords="gui stylekit">
<a class="tp-content-card tp-content-card--horizontal tp-content-card--small" href="css_style_kit">
<header class="tp-content-card-header">
<img class="tp-content-card-image" src="css_style_kit/css_style_kit.png">
<img class="tp-content-card-image" src="css_style_kit/style_kit.png">
</header>
<div class="tp-content-card-body">
<h4> Stylekit </h4>
Expand Down Expand Up @@ -187,7 +187,7 @@ Tips and Tricks!
<li class="tp-col-12 tp-col-md-6 d-flex" data-keywords="gui callback">
<a class="tp-content-card tp-content-card--horizontal tp-content-card--small" href="the_on_change_callback">
<header class="tp-content-card-header">
<img class="tp-content-card-image" src="images/icon-code.svg">
<img class="tp-content-card-image" src="the_on_change_callback/callbacks_flowchart-1.png">
</header>
<div class="tp-content-card-body">
<h4> Callbacks </h4>
Expand Down

0 comments on commit 3548732

Please sign in to comment.