github.com/lmittmann/w3@v0.20.0/docs/pages/_meta.js (about) 1 export default { 2 index: { 3 title: 'Overview', 4 display: 'hidden', 5 theme: { breadcrumb: false, toc: false, pagination: false }, 6 }, 7 '404': { 8 title: '404', 9 display: 'hidden', 10 theme: { 11 breadcrumb: false, 12 toc: false, 13 layout: 'full', 14 pagination: false, 15 } 16 }, 17 '--- RPC Client': { 18 type: 'separator', 19 title: 'RPC Client' 20 }, 21 'rpc-overview': { 22 title: 'Overview', 23 theme: { breadcrumb: false }, 24 }, 25 'rpc-methods': { 26 title: 'Methods', 27 theme: { breadcrumb: false }, 28 }, 29 'rpc-extension': { 30 title: 'Extension', 31 theme: { breadcrumb: false }, 32 }, 33 '+++ VM': { 34 'title': '', 35 'type': 'separator' 36 }, 37 '--- VM': { 38 type: 'separator', 39 title: 'VM' 40 }, 41 'vm-overview': { 42 title: 'Overview', 43 theme: { breadcrumb: false }, 44 }, 45 'vm-tracing': { 46 title: 'Tracing', 47 theme: { breadcrumb: false }, 48 }, 49 'vm-testing': { 50 title: 'Testing', 51 theme: { breadcrumb: false }, 52 }, 53 '+++ HELPER': { 54 'title': '', 55 'type': 'separator' 56 }, 57 '--- HELPER': { 58 type: 'separator', 59 title: 'Helper' 60 }, 61 'helper-abi': { 62 title: 'ABI', 63 theme: { breadcrumb: false }, 64 }, 65 'helper-utils': { 66 title: 'Utils', 67 theme: { breadcrumb: false }, 68 }, 69 examples: { 70 title: 'Examples', 71 type: 'page', 72 }, 73 releases: { 74 title: 'Releases', 75 type: 'page', 76 href: 'https://github.com/lmittmann/w3/releases', 77 newWindow: true 78 }, 79 godoc: { 80 title: 'GoDoc', 81 type: 'page', 82 href: 'https://pkg.go.dev/github.com/lmittmann/w3#section-documentation', 83 newWindow: true 84 }, 85 }