Taku Shimosawa
Taku Shimosawa
Original HTML: https://hyperledger-fabric.readthedocs.io/en/release-2.5/commands/cryptogen.html Original Source: https://github.com/hyperledger/fabric/blob/e1e8e2e52aa4fc543360d245fe6554a0eaf81183/docs/source/commands/cryptogen.md ````diff diff --git a/docs/source/commands/cryptogen.md b/docs/source/commands/cryptogen.md index 19271e8ae..e035a4323 100644 --- a/docs/source/commands/cryptogen.md +++ b/docs/source/commands/cryptogen.md @@ -1,3 +1,8 @@ + + # cryptogen `cryptogen` is an utility...
Original HTML: https://hyperledger-fabric.readthedocs.io/en/release-2.5/commands/configtxlator.html Original Source: https://github.com/hyperledger/fabric/blob/e1e8e2e52aa4fc543360d245fe6554a0eaf81183/docs/source/commands/configtxlator.md ````diff diff --git a/docs/source/commands/configtxlator.md b/docs/source/commands/configtxlator.md index 545c2bc3f..3f60b236e 100644 --- a/docs/source/commands/configtxlator.md +++ b/docs/source/commands/configtxlator.md @@ -1,3 +1,8 @@ + + # configtxlator The `configtxlator` command allows...
Original HTML: https://hyperledger-fabric.readthedocs.io/en/release-2.5/commands/configtxgen.html Original Source: https://github.com/hyperledger/fabric/blob/e1e8e2e52aa4fc543360d245fe6554a0eaf81183/docs/source/commands/configtxgen.md ````diff diff --git a/docs/source/commands/configtxgen.md b/docs/source/commands/configtxgen.md index 2744cf2c9..edd522845 100644 --- a/docs/source/commands/configtxgen.md +++ b/docs/source/commands/configtxgen.md @@ -1,3 +1,8 @@ + + # configtxgen The `configtxgen` command allows...
Original HTML: https://hyperledger-fabric.readthedocs.io/en/release-2.5/channel_update_tutorial.html Original Source: https://github.com/hyperledger/fabric/blob/e1e8e2e52aa4fc543360d245fe6554a0eaf81183/docs/source/channel_update_tutorial.rst ````diff diff --git a/docs/source/channel_update_tutorial.rst b/docs/source/channel_update_tutorial.rst index d79ec8c6e..3a3dca20b 100644 --- a/docs/source/channel_update_tutorial.rst +++ b/docs/source/channel_update_tutorial.rst @@ -156,25 +156,27 @@ Bring up Org3 components ~~~~~~~~~~~~~~~~~~~~~~~~ After we have...
Original HTML: https://hyperledger-fabric.readthedocs.io/en/release-2.5/chaincode_lifecycle.html Original Source: https://github.com/hyperledger/fabric/blob/e1e8e2e52aa4fc543360d245fe6554a0eaf81183/docs/source/chaincode_lifecycle.md ````diff diff --git a/docs/source/chaincode_lifecycle.md b/docs/source/chaincode_lifecycle.md index 8a27f7886..f2f743db4 100644 --- a/docs/source/chaincode_lifecycle.md +++ b/docs/source/chaincode_lifecycle.md @@ -54,7 +54,7 @@ every organization on a channel needs to complete...
Original HTML: https://hyperledger-fabric.readthedocs.io/en/release-2.5/chaincode4ade.html Original Source: https://github.com/hyperledger/fabric/blob/e1e8e2e52aa4fc543360d245fe6554a0eaf81183/docs/source/chaincode4ade.rst ````diff diff --git a/docs/source/chaincode4ade.rst b/docs/source/chaincode4ade.rst index 44253bdc4..28b4ba480 100644 --- a/docs/source/chaincode4ade.rst +++ b/docs/source/chaincode4ade.rst @@ -72,7 +72,7 @@ To keep things simple, let's use the following...
Original HTML: https://hyperledger-fabric.readthedocs.io/en/release-2.5/cc_service.html Original Source: https://github.com/hyperledger/fabric/blob/e1e8e2e52aa4fc543360d245fe6554a0eaf81183/docs/source/cc_service.md ````diff diff --git a/docs/source/cc_service.md b/docs/source/cc_service.md index 9348c882f..0a74500fb 100644 --- a/docs/source/cc_service.md +++ b/docs/source/cc_service.md @@ -1,6 +1,8 @@ -# Chaincode as an external service +# Running...
Original HTML: https://hyperledger-fabric.readthedocs.io/en/release-2.5/cc_launcher.html Original Source: https://github.com/hyperledger/fabric/blob/e1e8e2e52aa4fc543360d245fe6554a0eaf81183/docs/source/cc_launcher.md ````diff diff --git a/docs/source/cc_launcher.md b/docs/source/cc_launcher.md index 454f9e128..4922e7fa8 100644 --- a/docs/source/cc_launcher.md +++ b/docs/source/cc_launcher.md @@ -8,7 +8,7 @@ Starting with Fabric 2.0, External Builders and Launchers...
Original HTML: https://hyperledger-fabric.readthedocs.io/en/release-2.5/capability_requirements.html Original Source: https://github.com/hyperledger/fabric/blob/e1e8e2e52aa4fc543360d245fe6554a0eaf81183/docs/source/capability_requirements.rst ````diff diff --git a/docs/source/capability_requirements.rst b/docs/source/capability_requirements.rst index 6be355fd1..95d196911 100644 --- a/docs/source/capability_requirements.rst +++ b/docs/source/capability_requirements.rst @@ -1,6 +1,14 @@ Defining capability requirements ================================ +.. note:: This topic...
Original HTML: https://hyperledger-fabric.readthedocs.io/en/release-2.5/capabilities_concept.html Original Source: https://github.com/hyperledger/fabric/blob/e1e8e2e52aa4fc543360d245fe6554a0eaf81183/docs/source/capabilities_concept.md ````diff diff --git a/docs/source/capabilities_concept.md b/docs/source/capabilities_concept.md index 4420c9f16..7b31ba7ec 100644 --- a/docs/source/capabilities_concept.md +++ b/docs/source/capabilities_concept.md @@ -6,7 +6,7 @@ Because Fabric is a distributed system that will...