Skip to content

Commit

Permalink
TOC updates
Browse files Browse the repository at this point in the history
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 <ngaski@us.ibm.com>
  • Loading branch information
nickgaski committed Feb 2, 2017
1 parent a4d294f commit 5e26c51
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,18 @@ pages:
- 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:
Expand All @@ -48,4 +55,4 @@ markdown_extensions:
enable_dollar_delimiter: True #for use of inline $..$
- footnotes

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>
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 comments on commit 5e26c51

Please sign in to comment.