-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
65 lines (57 loc) · 1.91 KB
/
mkdocs.yml
File metadata and controls
65 lines (57 loc) · 1.91 KB
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
60
61
62
63
64
65
site_name: MathChain Wiki
site_description: In Math We Trust!
site_author: MathChain
site_url: http://docs.mathchain.org/
repo_url: https://github.com/mathwallet/docs.mathchain.org
dev_addr: 0.0.0.0:8000
copyright: Copyright © 2018 MathChain
nav:
- Home: index.md
- 'Introduction':
- 'MATH Token': en/token.md
- 'Architecture': en/arch.md
- 'Networks': en/networks.md
- 'Launch Roadmap': en/launch.md
- 'Guide':
- 'MathChain L2':
- 'Set up MathWallet': en/gmathwalletl2.md
- 'Set up Metamask': en/gmetamask.md
- 'DappStore': 'https://mathdapp.store/?blockchain=mathchainl2'
- 'MathChain L1':
- 'Set up MathWallet': en/gmathwalletl1.md
- 'Set up PolkadotJS': en/gpolkadotjs.md
- 'L1 Web Wallet': en/gwebwallet.md
- 'DappStore': 'https://mathdapp.store/?blockchain=mathchainl1'
- 'Build':
- 'MathChain L2':
- 'Deploy a Smart Contract': en/smartcontract.md
- 'Deploy MAT20 token': en/mat20.md
- 'Deploy NFT token': en/nft.md
- 'Verify Contract': en/verifycontract.md
- 'Integrate MathWallet': 'https://doc.mathwallet.org/en/eth/'
- 'EVM API': en/evm_api.md
- 'GraphQL': en/graphql.md
- 'MathChain L1':
- 'Run a Validator Node ': en/tut_run_node.md
- 'Faucet': en/tut_testnet_faucet.md
- 'Integrate MathWallet': 'https://doc.mathwallet.org/en/polkadot/'
- 'Substrate API': en/substrate_api.md
- 'SubQuery': en/subquery.md
- 'SecretStore':
- 'SecretStore API': en/secretstore_api.md
- 'Security': en/security.md
plugins:
- search
theme:
name: 'material'
palette:
primary: 'White'
accent: 'indigo'
logo: 'images/logo.svg'
extra:
manifest: 'manifest.webmanifest'
social:
# - icon: fontawesome/brands/github-alt
# link: 'https://github.com/mathwallet'
# - icon: fontawesome/brands/twitter-alt
# link: 'https://twitter.com/mathwallet'