forked from yiShanXin/mds-help
-
Notifications
You must be signed in to change notification settings - Fork 42
/
mkdocs.yml
50 lines (42 loc) · 1.2 KB
/
mkdocs.yml
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
site_name: MathWallet API Documentation
site_description: In Math We Trust!
site_author: MathWallet
site_url: http://doc.mathwallet.org/
repo_url: https://github.com/mathwallet/doc.mathwallet.org
dev_addr: 0.0.0.0:8000
copyright: Copyright © 2018 MathWallet
nav:
- Introduction: index.md
- Blockchain:
- EVM(ETH BNB etc): en/eth.md
- Substrate(Polkadot etc): en/polkadot.md
- Aptos: en/aptos.md
- Sui: en/sui.md
- Solana: en/solana.md
- Arweave: en/ar.md
- CosmosSDK: en/cosmos.md
- Tezos: en/tezos.md
- Filecoin: en/filecoin.md
- TRON: en/tron.md
- BinanceBeaconChain: en/binance.md
- Near: en/near.md
- Nervos: en/nervos.md
- TON: en/ton.md
- Resources:
- Logos&Assets: 'https://blog.mathwallet.org/?p=396'
- FAQ: en/more.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
link: 'https://twitter.com/mathwallet'