@@ -8,23 +8,13 @@ theme_dir: 'docs/custom_theme'
8
8
9
9
pages :
10
10
- Home : index.md
11
+ - Why Hyperledger Fabric? : whyfabric.md
12
+ - Fabric overview : overview.md
13
+ - Fabric capabilities : capabilities.md
14
+ - Fabric architecture : architecture.md
15
+ - Getting started : getstarted.md
16
+ - Chaincode and sample program : chaincode.md
11
17
- Glossary : glossary.md
12
- - Protocol Spec : protocol-spec.md
13
- - Usecases : biz/usecases.md
14
- - System Chaincode : SystemChaincode-noop.md
15
-
16
- - Installation and Setup :
17
- - Chaincode or Application Developer Setup : Setup/Chaincode-setup.md
18
- - Java Chaincode Setup : Setup/JAVAChaincode.md
19
- - Fabric Network Setup : Setup/Network-setup.md
20
- - NodeSDK Setup : Setup/NodeSDK-setup.md
21
- - CA Setup : Setup/ca-setup.md
22
- - TLS Setup : Setup/TLSSetup.md
23
- - Logging : Setup/logging-control.md
24
-
25
- - API's :
26
- - Chaincode APIs : API/ChaincodeAPI.md
27
- - Command Line Interface : API/CLI.md
28
18
29
19
- Fabric Developer :
30
20
- v1.0 Preview : abstract_v1.md
@@ -41,23 +31,6 @@ pages:
41
31
- Go Style Guides :
42
32
- Golang : Style-guides/go-style.md
43
33
44
- - FAQ's :
45
- - ChainCodeFAQ : FAQ/chaincode_FAQ.md
46
- - ConfidentialityFAQ : FAQ/confidentiality_FAQ.md
47
- - ConsensusFAQ : FAQ/consensus_FAQ.md
48
- - Identity ManagementFAQ : FAQ/identity_management_FAQ.md
49
- - UsageFAQ : FAQ/usage_FAQ.md
50
-
51
- - Tech :
52
- - Application ACL : tech/application-ACL.md
53
- - Attributes : tech/attributes.md
54
- - Best Practices : tech/best-practices.md
55
-
56
- - Starter Kit :
57
- - Starter Kit : starter/fabric-starter-kit.md
58
-
59
- - Releases : releases.md
60
-
61
34
markdown_extensions :
62
35
- toc :
63
36
permalink : true
0 commit comments