Skip to content

Commit bcdf37c

Browse files
committed
Updates.
1 parent 49db9b7 commit bcdf37c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vitepress/config.mts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ export default withMermaid({
1717
{text: 'Introduction', link: '/guide/cosmwasm-core/introduction'},
1818
{text: 'Installation', link: '/guide/cosmwasm-core/installation'},
1919
{text: 'Entrypoints', link: '/guide/cosmwasm-core/entrypoints/entrypoints'},
20-
{text: 'Architecture', link: '/guide/cosmwasm-core/architecture/architecture'}
20+
{text: 'Architecture', link: '/guide/cosmwasm-core/architecture/architecture'},
21+
{text: 'Conventions', collapsed: true, link: '/guide/cosmwasm-core/conventions/conventions'}
2122
]
2223
},
2324
],

0 commit comments

Comments
 (0)