@@ -6,57 +6,48 @@ export default withMermaid({
66    title : "CosmWasm" , 
77    description : "User guide for CosmWasm smart contract developers" , 
88    head : [ [ 'link' ,  { rel : 'icon' ,  href : '/cosmwasm-small.svg' } ] ] , 
9+     lastUpdated : true , 
910    themeConfig : { 
1011        logo : '/cosmwasm-small.svg' , 
1112        nav : [ 
13+             { text : 'Welcome' ,  link : '/guide/welcome' } , 
1214            { 
13-                 text : 'Guide ' , 
15+                 text : 'CosmWasm Core ' , 
1416                items : [ 
15-                     { text : 'Welcome' ,  link : '/guide/welcome' } , 
17+                     { text : 'Introduction' ,  link : '/guide/cosmwasm-core/introduction' } , 
18+                     { text : 'Installation' ,  link : '/guide/cosmwasm-core/installation' } , 
1619                    { 
17-                         text : 'CosmWasm Core ' , 
20+                         text : 'Architecture ' , 
1821                        items : [ 
19-                             { text : 'Introduction' ,  link : '/guide/cosmwasm-core/introduction' } , 
20-                             { text : 'Installation' ,  link : '/guide/cosmwasm-core/installation' } , 
22+                             { text : 'Gas' ,  link : '/guide/cosmwasm-core/architecture/gas' } , 
2123                        ] 
22-                     } , 
23-                 ] , 
24- 
24+                     } 
25+                 ] 
2526            } , 
2627        ] , 
2728        sidebar : [ 
29+             { text : 'Welcome' ,  link : '/guide/welcome' } , 
2830            { 
29-                 text : 'Guide' , 
31+                 text : 'CosmWasm Core' , 
32+                 collapsed : true , 
3033                items : [ 
34+                     { text : 'Introduction' ,  link : '/guide/cosmwasm-core/introduction' } , 
35+                     { text : 'Installation' ,  link : '/guide/cosmwasm-core/installation' } , 
3136                    { 
32-                         text : 'Welcome' ,  link : '/guide/welcome' 
33-                     } , 
34-                     { 
35-                         text : 'CosmWasm Core' , 
36-                         link : '/guide/cosmwasm-core/introduction' , 
37+                         text : 'Architecture' , 
3738                        collapsed : true , 
3839                        items : [ 
39-                             { text : 'Installation' ,  link : '/guide/cosmwasm-core/installation' } , 
40-                             { 
41-                                 text : 'Architecture' , 
42-                                 link : '/guide/cosmwasm-core/architecture/architecture' , 
43-                                 collapsed : true , 
44-                                 items : [ 
45-                                     { text : 'Gas' ,  link : '/guide/cosmwasm-core/architecture/gas' } , 
46-                                 ] 
47-                             } , 
40+                             { text : 'Gas' ,  link : '/guide/cosmwasm-core/architecture/gas' } , 
4841                        ] 
4942                    } , 
50-                 ] , 
43+                 ] 
5144            } , 
5245        ] , 
5346        search : { 
5447            provider : 'local' 
5548        } 
5649    } , 
57-     mermaid : { 
58-         // Refer https://mermaid.js.org/config/setup/modules/mermaidAPI.html#mermaidapi-configuration-defaults for options. 
59-     } , 
50+     mermaid : { } , 
6051    markdown : { 
6152        math : true 
6253    } , 
0 commit comments