-
Notifications
You must be signed in to change notification settings - Fork 104
/
Copy pathmkdocs.yml
60 lines (56 loc) · 2.02 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
site_name: Hyperledger中文文档
site_url: https://hyperledgercn.github.io/hyperledgerDocs/
repo_url: https://github.com/HyperledgerCN/hyperledgerDocs
site_description: 'HyperLedger中文文档'
site_author: Hyperledger国际化工作组
copyright: Hyperledger国际化工作组(yls@chainnova.com)
theme: readthedocs
pages:
- 欢迎: index.md
- 词汇表: glossary.md
- 简介: blockchain_zh.md
- 快速入门: getting_started.md
- 协议规范: protocol-spec_zh.md
- Fabric教程:
- 构建第一个fabric网络: build_network_zh.md
- 编写第一个应用: write_first_app_zh.md
- 重新配置第一个网络: channel_update_zh.md
- Chaincode 指南: chaincode_zh.md
- Chaincode 开发手册: chaincode_developers_zh.md
- Chaincode 操作手册: chaincode_operators_zh.md
- Fabric操作指南:
- MSP: msp_zh.md
- Channel 配置(configtx): configtx_zh.md
- Channel 配置(configtxgen): configtxgen_zh.md
- Channel 重新配置(configtxlator): configtxlator_zh.md
- 背书策略: endorsement-policies_zh.md
- 错误处理: error-handling_zh.md
- 日志控制: logging-control_zh.md
- Fabric设计:
- 架构说明: arch-deep-dive_zh.md
- 交易流程: txflow_zh.md
- CA: ca-setup_zh.md
- SDK--node: sdk_node_zh.md
- SDK--java: sdk_java_zh.md
- 基于kafka的排序服务: kafka_zh.md
- Channels: channels_zh.md
- 账本: ledger_zh.md
- Read-Write set: read-write-set.md
- Gossip数据传输协议: gossip_zh.md
- 故障排除和常见问题:
- Hyperledger Fabric 答疑: Fabric-FAQ.md
- MSP&ACL: msp_acl_zh.md
- Fabric SDK 设计: sdk-design_zh.md
- Makefile文件解析: makefile_zh.md
- BCCSP密码算法套件解析: blockchain-crypto-service-provider_zh.md
- Zanata使用指南: zanata_guide.md
markdown_extensions:
- extra
- tables
- toc:
permalink: True
- fenced_code
- smarty
- mdx_math:
enable_dollar_delimiter: True
- footnotes