We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49db9b7 commit bcdf37cCopy full SHA for bcdf37c
.vitepress/config.mts
@@ -17,7 +17,8 @@ export default withMermaid({
17
{text: 'Introduction', link: '/guide/cosmwasm-core/introduction'},
18
{text: 'Installation', link: '/guide/cosmwasm-core/installation'},
19
{text: 'Entrypoints', link: '/guide/cosmwasm-core/entrypoints/entrypoints'},
20
- {text: 'Architecture', link: '/guide/cosmwasm-core/architecture/architecture'}
+ {text: 'Architecture', link: '/guide/cosmwasm-core/architecture/architecture'},
21
+ {text: 'Conventions', collapsed: true, link: '/guide/cosmwasm-core/conventions/conventions'}
22
]
23
},
24
],
0 commit comments