Skip to content

Commit

Permalink
docs: Update save snippet guide and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mason-at-pieces committed Aug 7, 2024
1 parent fbe02d1 commit 9971adf
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 126 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 0 additions & 2 deletions docs/how-to-guides/save-a-snippet-new/resources/helloworld.py

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,13 @@ After processing, review the snippet and the added context:

![Saved Snippet Panel](./media/images/saved-snippet-panel.webp)

In the _Context Preview_ pane, review the data added by Pieces, including:
- Suggested searches for similar snippets.
- Suggested links for more information.
- Tags.
- Related files and folders.
- A description of the code snippet.
In the _Context Preview_ pane, review the metadata automatically added by Pieces, including:
- A description of the code snippet
- Suggested searches for similar snippets
- Suggested links for more information
- Tags
- Related files and folders
- Relate people

Use the **View all context** button to expand the _Context Preview_ to see more details.

Expand Down
111 changes: 0 additions & 111 deletions docs/how-to-guides/save-a-snippet/save-a-snippet.mdx

This file was deleted.

9 changes: 2 additions & 7 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,13 +219,8 @@ const sidebars: SidebarsConfig = {
items: [
{
type: 'doc',
id: 'how-to-guides/save-a-snippet-new/save-a-snippet-new',
label: 'Save a Code Snippet Using Pieces Desktop'
},
{
type: 'doc',
id: 'how-to-guides/save-a-snippet/save-a-snippet',
label: 'Save a code snippet using the Pieces Desktop app',
id: 'how-to-guides/save-a-snippet/index',
label: 'Save a Code Snippet Using Pieces Desktop App'
},
{
type: 'doc',
Expand Down

0 comments on commit 9971adf

Please sign in to comment.