-
Notifications
You must be signed in to change notification settings - Fork 8
/
mkdocs.yml
66 lines (61 loc) · 2.55 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
site_name: EthHub
site_description: Essential source for Ethereum information.
theme:
name: 'material'
custom_dir: 'docs/material'
palette:
primary: 'ethhub'
logo: 'logo.png'
favicon: 'assets/images/favicon.ico'
feature:
tabs: true
extra_css: [extra.css]
markdown_extensions:
- meta
repo_name: 'ethhub-io/ethhub-zh'
repo_url: 'https://github.com/ethhub-io/ethhub-zh'
extra:
social:
- type: 'github'
link: 'https://github.com/ethhub-io/ethhub'
- type: 'twitter'
link: 'https://twitter.com/ethhub_io'
- type: 'medium'
link: 'https://medium.com/ethhub'
- type: 'comment'
link: 'https://discordapp.com/invite/gw8AM98'
- type: 'instagram'
link: 'https://www.instagram.com/ethhub_io/'
google_analytics:
- 'UA-125892125-2'
- 'auto'
nav:
- 首页: 'index.md'
- 文档: '以太坊基础/以太坊是什么.md'
- 播客: 'https://podcast.ethhub.io'
- 新闻: 'https://ethhub.substack.com/'
- 商城: 'https://shop.ethhub.io'
- 以太坊基础:
- '以太坊是什么?': '以太坊基础/以太坊是什么.md'
- '以太坊货币政策': '以太坊基础/以太坊货币政策.md'
- 以太坊路线图:
- 以太坊 2.0:
- '以太坊2.0各阶段': '以太坊路线图/以太坊-2.0/以太坊2.0各阶段.md'
- '以太坊权益证明': '以太坊路线图/以太坊-2.0/以太坊权益证明.md'
- '以太坊中的分片': '以太坊路线图/以太坊-2.0/以太坊中的分片.md'
- '以太坊2.0经济学': '以太坊路线图/以太坊-2.0/以太坊2.0经济学.md'
- '从以太坊1.0迁移到以太坊2.0': '以太坊路线图/以太坊-2.0/从以太坊1.0迁移到以太坊2.0.md'
- '以太坊1.x': '以太坊路线图/以太坊1.x.md'
- Layer 2 扩容方案:
- 'ZK-Rollups': '以太坊路线图/layer-2-扩容方案/zk-rollups.md'
- 'Optimistic Rollups': '以太坊路线图/layer-2-扩容方案/optimistic_rollups.md'
- 使用以太坊:
- '如何购买ETH': '使用以太坊/如何购买ETH.md'
- '运行以太坊节点': '使用以太坊/运行以太坊节点.md'
- 钱包:
- '介绍以太坊钱包': '使用以太坊/钱包/介绍以太坊钱包.md'
- '以太坊智能合约钱包': '使用以太坊/钱包/以太坊智能合约钱包.md'
- '以太坊硬件钱包': '使用以太坊/钱包/以太坊硬件钱包.md'
- '以太坊移动钱包': '使用以太坊/钱包/以太坊移动钱包.md'
- '以太坊桌面钱包': '使用以太坊/钱包/以太坊桌面钱包.md'
- '以太坊网页钱包': '使用以太坊/钱包/以太坊网页钱包.md'