Skip to content

Commit

Permalink
fix: fixed embedmd (#237)
Browse files Browse the repository at this point in the history
Signed-off-by: Vansh Bhatia <vansh.bhatia@harness.io>
  • Loading branch information
vanshBhatia-A4k9 authored Oct 4, 2023
1 parent 64d17fc commit 6a015d8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ title: create-your-first-custom-chaos-experiment
sidebar_label: create-your-first-custom-chaos-experiment
---

create-your-first-custom-chaos-experiment placeholder
create-your-first-custom-chaos-experiment placeholder
2 changes: 1 addition & 1 deletion website/docs/user-guides/create-resilience-probe.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ Configure the details for the probe you are creating, once completed, click the

The new probe will appear in the list as shown:

<img src={require('../assets/user-guides/resilience-probes/create-probe/step-6.png').default} />
<img src={require('../assets/user-guides/resilience-probes/create-probe/step-6.png').default} />
2 changes: 1 addition & 1 deletion website/docs/user-guides/delete-resilience-probe.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ After opening the options menu and clicking on the `Delete Probe` option, you'll

You will observe that the resilience probe no longer appears in the list of probes and has been removed.

<img src={require('../assets/user-guides/resilience-probes/delete-probe/step-3.png').default} />
<img src={require('../assets/user-guides/resilience-probes/delete-probe/step-3.png').default} />
2 changes: 1 addition & 1 deletion website/docs/user-guides/edit-resilience-probe.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ After opening the options menu and clicking on the `Edit Probe` option, you'll s

Once you've updated all the details of the probe, click on the `Setup Probe` button to commit the updated details of the probe.

<img src={require('../assets/user-guides/resilience-probes/edit-probe/step-3.png').default} />
<img src={require('../assets/user-guides/resilience-probes/edit-probe/step-3.png').default} />
2 changes: 1 addition & 1 deletion website/docs/user-guides/view-probe-details.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ Click on the specific probe you would like to see the details of, this will redi

On the same page you can click on the `Probe Configuration` tab to see the configuration of the said probe:

<img src={require('../assets/user-guides/resilience-probes/view-probe/step-3.png').default} />
<img src={require('../assets/user-guides/resilience-probes/view-probe/step-3.png').default} />

0 comments on commit 6a015d8

Please sign in to comment.