Skip to content

Commit

Permalink
update story snapshots page
Browse files Browse the repository at this point in the history
  • Loading branch information
redwest88 committed Nov 9, 2024
1 parent 15c9600 commit 675f222
Show file tree
Hide file tree
Showing 2 changed files with 310 additions and 108 deletions.
31 changes: 0 additions & 31 deletions docs/story-protocol/sync/addrbook.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,35 +29,4 @@ export let binary = 'story';

<SelectPaste endpoints={endpoints} codeTemplate={addrBook} home={home} binary={binary} tip="Click on any endpoint to paste it into the code block." />

import SelectPaste2 from '@site/src/components/SelectPaste2';

export let items = [
{
name: "snapshot1",
text: `
cmd here
cmd here
cmd here
`
},
{
name: "snapshot2",
text: `
cmd-1 here
cmd-2 here
cmd-3 here
`
},
{
name: "snapshot3",
text: "Custom content for snapshot3"
}
];

<SelectPaste2 items={items} tip="Click a snapshot name to view its details" />


Loading

0 comments on commit 675f222

Please sign in to comment.