forked from hyperledger-archives/fabric
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
62 lines (54 loc) · 1.91 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
site_name: Hyperledger Fabric
site_url: http://hyperledger-fabric.readthedocs.io
theme: readthedocs
repo_url: http://gerrit.hyperledger.org/r/fabric
site_description: 'Welcome to the Hyperledger fabric documentation'
pages:
- Home: index.md
- Glossary: glossary.md
- Protocol Spec: protocol-spec.md
- Usecases: biz/usecases.md
- Installation and setup:
- Chaincode or Application Developer Setup: Setup/Chaincode-setup.md
- Java Chaincode Setup: Setup/JAVAChaincode.md
- Fabric Network Setup: Setup/Network-setup.md
- NodeSDK Setup: Setup/NodeSDK-setup.md
- CA Setup: Setup/ca-setup.md
- Logging: Setup/logging-control.md
- APIs:
- Chaincode APIs: API/ChaincodeAPI.md
- Core API: API/CoreAPI.md
- CA API: API/MemberServicesAPI.md
- System Chaincode: SystemChaincodes/noop.md
- Fabric Developer:
- Contributing: CONTRIBUTING.md
- Getting an Account: Gerrit/lf-account.md
- Gerrit: Gerrit/gerrit.md
- Fabric Developer Setup: dev-setup/devenv.md
- Building Fabric: dev-setup/build.md
- Best Practices: Gerrit/best-practices.md
- Maintainers: MAINTAINERS.md
- Reviewing: Gerrit/reviewing.md
- Changes: Gerrit/changes.md
- Style guides:
- Golang: Style-guides/go-style.md
- FAQ:
- ChainCodeFAQ: FAQ/chaincode_FAQ.md
- ConfidentialityFAQ: FAQ/confidentiality_FAQ.md
- ConsensusFAQ: FAQ/consensus_FAQ.md
- Identity ManagementFAQ: FAQ/identity_management_FAQ.md
- UsageFAQ: FAQ/usage_FAQ.md
- Tech:
- Application ACL: tech/application-ACL.md
- Attributes: tech/attributes.md
- Best Practices: tech/best-practices.md
markdown_extensions:
- extra
- tables
- toc
- fenced_code
- smarty
- mdx_math:
enable_dollar_delimiter: True #for use of inline $..$
- footnotes
copyright: Copyright © 2016 IBM Corp. <br></br>Contributed to the Hyperledger Project under the <a href="https://github.com/hyperledger/fabric/blob/master/LICENSE" target="_blank">Apache Software License 2.0</a>