-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
59 lines (53 loc) · 1.78 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
site_name: Hyperledger Fabric
site_url: http://hyperledger-fabric.readthedocs.io
theme: readthedocs
repo_url: https://github.com/hyperledger/fabric.git
site_description: 'Welcome to the Hyperledger fabric documentation'
strict: true
theme_dir: 'docs/custom_theme'
pages:
- Home: index.md
- Why Hyperledger Fabric?: whyfabric.md
- Fabric Overview: overview.md
- Architecture Overview: architecture.md
- Architecture Deep Dive: arch-deep-dive.md
#- Fabric capabilities: capabilities.md
- Getting started: gettingstarted.md
#- Chaincode and sample program: chaincode.md
- Glossary: glossary.md
- Releases: releases.md
- Fabric Developer:
- v1.0 Preview: abstract_v1.md
- Contributing: CONTRIBUTING.md
- Maintainers: MAINTAINERS.md
- Getting an Account: Gerrit/lf-account.md
- Navigating Jira: jira_navigation.md
- Fabric Developer Setup: dev-setup/devenv.md
- Building Fabric: dev-setup/build.md
- Gerrit: Gerrit/gerrit.md
- Changes: Gerrit/changes.md
- Reviewing: Gerrit/reviewing.md
- Best Practices: Gerrit/best-practices.md
- Canonical Use Cases: biz/usecases.md
- Style Guides:
- Golang: Style-guides/go-style.md
- Application Developer:
- CLI: API/CLI.md
- Writing, Building, and Running Chaincode: Setup/Chaincode-setup.md
- Chaincode FAQ: FAQ/chaincode_FAQ.md
- Setup:
- Fabric CA: Setup/ca-setup.md
- Logging Control: Setup/logging-control.md
markdown_extensions:
- toc:
permalink: true
- admonition
- extra
- tables
- toc
- fenced_code
- smarty
- mdx_math:
enable_dollar_delimiter: True #for use of inline $..$
- footnotes
copyright: Copyright © 2017 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>