Skip to content

Commit 5e26c51

Browse files
committed
TOC updates
update copyright, add usecases.md add relative links to mkdocs.yml this fixes broken paths on index.md added logging to Setup section added App Developers section [ci skip] Change-Id: I2088363da062606ae35a8c978c21c631b987eeec Signed-off-by: Nick Gaski <[email protected]>
1 parent a4d294f commit 5e26c51

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

mkdocs.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,18 @@ pages:
2929
- Changes: Gerrit/changes.md
3030
- Reviewing: Gerrit/reviewing.md
3131
- Best Practices: Gerrit/best-practices.md
32+
- Canonical Use Cases: biz/usecases.md
3233
- Style Guides:
3334
- Golang: Style-guides/go-style.md
3435

36+
- Application Developer:
37+
- CLI: API/CLI.md
38+
- Writing, Building, and Running Chaincode: Setup/Chaincode-setup.md
39+
- Chaincode FAQ: FAQ/chaincode_FAQ.md
40+
3541
- Setup:
3642
- Fabric CA: Setup/ca-setup.md
43+
- Logging Control: Setup/logging-control.md
3744

3845
markdown_extensions:
3946
- toc:
@@ -48,4 +55,4 @@ markdown_extensions:
4855
enable_dollar_delimiter: True #for use of inline $..$
4956
- footnotes
5057

51-
copyright: Copyright &copy; 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>
58+
copyright: Copyright &copy; 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>

0 commit comments

Comments
 (0)