Skip to content

Commit

Permalink
feat(refactor): Update the location of resources and media
Browse files Browse the repository at this point in the history
  • Loading branch information
shivay-at-pieces committed Jul 12, 2024
1 parent b86452d commit 901664e
Show file tree
Hide file tree
Showing 7 changed files with 6,081 additions and 4,566 deletions.
10 changes: 5 additions & 5 deletions docs/how-to-guides/save-a-snippet/save-a-snippet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ To save a code snippet, you will need:
print("Hello, " + name + "!")
```

Or download this as a Python file from [this link](./helloworld.py).
Or download this as a Python file from [this link](./resources/helloworld.py).

## Steps

Expand All @@ -46,7 +46,7 @@ Once Pieces is open, select the **Saved Materials** tab from the left-hand menu.
<div class="container">
<div class="row">
<div class="col col--8">
![The saved materials tab](saved-materials-tab.webp)
![The saved materials tab](./media/images/saved-materials-tab.webp)
</div>
</div>
</div>
Expand All @@ -70,7 +70,7 @@ Once the snippet has been processed, you will be able to review the snippet and
<div class="container">
<div class="row">
<div class="col col--10">
![The saved snippet panel showing the snippet code and generated details](saved-snippet-panel.webp)
![The saved snippet panel showing the snippet code and generated details](./media/images/saved-snippet-panel.webp)
</div>
</div>
</div>
Expand All @@ -89,7 +89,7 @@ Once the snippet has been processed, you will be able to review the snippet and
<div class="container">
<div class="row">
<div class="col col--10">
![The view all context button](view-all-context.webp)
![The view all context button](./media/images/view-all-context.webp)
</div>
</div>
</div>
Expand All @@ -99,7 +99,7 @@ Once the snippet has been processed, you will be able to review the snippet and
<div class="container">
<div class="row">
<div class="col col--10">
![The all context pane](all-context.webp)
![The all context pane](./media/images/all-context.webp)
</div>
</div>
</div>
Expand Down
Loading

0 comments on commit 901664e

Please sign in to comment.