Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 26 additions & 26 deletions vocs/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,32 +9,6 @@ export const sidebar: Sidebar = [
{ text: 'Quick Start', link: '/getting-started/quick-start' },
]
},
{
text: 'Migrating to 1.0',
collapsed: false,
items: [
{
text: 'sol! macro changes',
collapsed: true,
items: [
{ text: 'Removing T generic', link: '/migrating-to-core-1.0/sol!-changes/removing-T-generic' },
{ text: 'Improving function return types', link: '/migrating-to-core-1.0/sol!-changes/improving-function-return-types' },
{ text: 'Function call bindings', link: '/migrating-to-core-1.0/sol!-changes/changes-to-function-call-bindings' },
{ text: 'Event bindings', link: '/migrating-to-core-1.0/sol!-changes/changes-to-event-bindings' },
{ text: 'Error bindings', link: '/migrating-to-core-1.0/sol!-changes/changes-to-error-bindings' },
]
},
{
text: 'ABI encoding and decoding',
collapsed: true,
items: [
{ text: 'Encoding return structs', link: '/migrating-to-core-1.0/encoding-decoding-changes/encoding-return-structs' },
{ text: 'Removing validate arg', link: '/migrating-to-core-1.0/encoding-decoding-changes/removing-validate-bool' },
]
},
{ text: 'Other breaking changes', link: '/migrating-to-core-1.0/other-breaking-changes' },
]
},
{
text: 'Building with alloy',
items: [
Expand Down Expand Up @@ -82,6 +56,32 @@ export const sidebar: Sidebar = [
text: 'Examples',
items: exampleItems,
},
{
text: 'Migrating to 1.0',
collapsed: false,
items: [
{
text: 'sol! macro changes',
collapsed: true,
items: [
{ text: 'Removing T generic', link: '/migrating-to-core-1.0/sol!-changes/removing-T-generic' },
{ text: 'Improving function return types', link: '/migrating-to-core-1.0/sol!-changes/improving-function-return-types' },
{ text: 'Function call bindings', link: '/migrating-to-core-1.0/sol!-changes/changes-to-function-call-bindings' },
{ text: 'Event bindings', link: '/migrating-to-core-1.0/sol!-changes/changes-to-event-bindings' },
{ text: 'Error bindings', link: '/migrating-to-core-1.0/sol!-changes/changes-to-error-bindings' },
]
},
{
text: 'ABI encoding and decoding',
collapsed: true,
items: [
{ text: 'Encoding return structs', link: '/migrating-to-core-1.0/encoding-decoding-changes/encoding-return-structs' },
{ text: 'Removing validate arg', link: '/migrating-to-core-1.0/encoding-decoding-changes/removing-validate-bool' },
]
},
{ text: 'Other breaking changes', link: '/migrating-to-core-1.0/other-breaking-changes' },
]
},
{
text: 'Migrating from ethers-rs',
items: [
Expand Down