Skip to content

Commit b0dbc09

Browse files
chore: update sapphire docs sidebar
submodules: bump sapphire-paratime to docs/275-add-encrypted-events-tutorial (examples folder + tutorial) chore: update sapphire-paratime submodule review changes
1 parent ce3228b commit b0dbc09

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

external/sapphire-paratime

sidebarBuild.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,14 @@ export const sidebarBuild: SidebarsConfig = {
3838
'build/sapphire/develop/dappwright',
3939
],
4040
},
41-
'build/sapphire/examples',
41+
{
42+
type: 'category',
43+
label: 'Tutorials',
44+
link: { type: 'doc', id: 'build/sapphire/examples/README' },
45+
items: [
46+
'build/sapphire/examples/encrypted-events',
47+
],
48+
},
4249
'build/sapphire/addresses',
4350
],
4451
},

0 commit comments

Comments
 (0)