generated from shuding/nextra-docs-template
-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy path_meta.js
59 lines (54 loc) · 1.46 KB
/
_meta.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
export default {
index: {
title: 'Home'
},
'-- Setup & Installation': {
type: 'separator',
title: 'Setup and Installation'
},
networks: 'Network Information',
faucet: 'Faucet',
'dev-token-standards': 'Token Standards',
'-- Frontend Development': {
type: 'separator',
title: 'Frontend Development'
},
'dev-frontend-dapps': 'Overview',
'building-a-frontend': 'Building a Frontend',
'-- Smart Contracts': {
type: 'separator',
title: 'Smart Contracts'
},
'dev-smart-contracts': 'Choosing a VM',
'evm-general': 'EVM (General)',
'solidity-resources': 'Solidity Resources',
'evm-hardhat': 'EVM Hardhat',
'evm-foundry': 'EVM Foundry',
'evm-cli-tutorial': 'EVM (CLI)',
'cosm-wasm-general': 'CosmWasm (General)',
'nft-contract-tutorial': 'NFT Contracts',
'-- Interoperability': {
type: 'separator',
title: 'Interoperability'
},
'ibc-protocol': 'IBC Protocol',
pointers: 'Pointer Contracts',
'-- Cosmos': {
type: 'separator',
title: 'Cosmos'
},
'installing-seid': 'Installing seid CLI',
'seid-devtool': 'Generate Boilerplate Tx Messages',
'tokenfactory-tutorial': 'Token Factory',
'tokenfactory-allowlist': 'Allowlists',
'sei-account': 'Sei Account',
'multi-sig-accounts': 'Multi-Sig Accounts',
'querying-state': 'Querying Blockchain State',
'-- Ecosystem & Tools': {
type: 'separator',
title: 'Ecosystem'
},
'ledger-ethers': 'Using Ledger with Ethers',
'resources-tools-and-resources': 'Tools',
'resources-resources': 'Resources'
};