Taku Shimosawa
Taku Shimosawa
Original HTML: https://hyperledger-fabric.readthedocs.io/en/release-2.5/idemix.html Original Source: https://github.com/hyperledger/fabric/blob/e1e8e2e52aa4fc543360d245fe6554a0eaf81183/docs/source/idemix.rst ````diff diff --git a/docs/source/idemix.rst b/docs/source/idemix.rst index e56630995..0217daf7b 100644 --- a/docs/source/idemix.rst +++ b/docs/source/idemix.rst @@ -290,7 +290,7 @@ This would allow multiple Idemix-based MSPs to coexist...
Original HTML: https://hyperledger-fabric.readthedocs.io/en/release-2.5/hsm.html Original Source: https://github.com/hyperledger/fabric/blob/e1e8e2e52aa4fc543360d245fe6554a0eaf81183/docs/source/hsm.md ````diff diff --git a/docs/source/hsm.md b/docs/source/hsm.md index 5a11d3dcf..78a056a44 100644 --- a/docs/source/hsm.md +++ b/docs/source/hsm.md @@ -62,6 +62,27 @@ bccsp: By default, when private keys are generated...
Original HTML: https://hyperledger-fabric.readthedocs.io/en/release-2.5/getting_started.html Original Source: https://github.com/hyperledger/fabric/blob/e1e8e2e52aa4fc543360d245fe6554a0eaf81183/docs/source/getting_started.rst ````diff diff --git a/docs/source/getting_started.rst b/docs/source/getting_started.rst index 087396c3d..7732f23f7 100644 --- a/docs/source/getting_started.rst +++ b/docs/source/getting_started.rst @@ -1,5 +1,5 @@ -Getting Started -=============== +Getting Started - Install +=========================...
Original HTML: https://hyperledger-fabric.readthedocs.io/en/release-2.5/fabric_model.html Original Source: https://github.com/hyperledger/fabric/blob/e1e8e2e52aa4fc543360d245fe6554a0eaf81183/docs/source/fabric_model.rst ````diff diff --git a/docs/source/fabric_model.rst b/docs/source/fabric_model.rst index 11ea3fb82..325f78357 100644 --- a/docs/source/fabric_model.rst +++ b/docs/source/fabric_model.rst @@ -28,7 +28,7 @@ Assets ------ Assets can range from the tangible...
Original HTML: https://hyperledger-fabric.readthedocs.io/en/release-2.5/endorsement-policies.html Original Source: https://github.com/hyperledger/fabric/blob/e1e8e2e52aa4fc543360d245fe6554a0eaf81183/docs/source/endorsement-policies.rst ````diff diff --git a/docs/source/endorsement-policies.rst b/docs/source/endorsement-policies.rst index 4d16f2616..e53656839 100644 --- a/docs/source/endorsement-policies.rst +++ b/docs/source/endorsement-policies.rst @@ -71,24 +71,24 @@ You can create an endorsement policy from your...
Original HTML: https://hyperledger-fabric.readthedocs.io/en/release-2.5/enable_tls.html Original Source: https://github.com/hyperledger/fabric/blob/e1e8e2e52aa4fc543360d245fe6554a0eaf81183/docs/source/enable_tls.rst ````diff diff --git a/docs/source/enable_tls.rst b/docs/source/enable_tls.rst index 7f66a16a4..12b12d25d 100644 --- a/docs/source/enable_tls.rst +++ b/docs/source/enable_tls.rst @@ -18,8 +18,6 @@ To enable TLS on a peer node set...
Original HTML: https://hyperledger-fabric.readthedocs.io/en/release-2.5/enable_cc_lifecycle.html Original Source: https://github.com/hyperledger/fabric/blob/e1e8e2e52aa4fc543360d245fe6554a0eaf81183/docs/source/enable_cc_lifecycle.md ````diff diff --git a/docs/source/enable_cc_lifecycle.md b/docs/source/enable_cc_lifecycle.md index 9a3f3182e..dae3329ad 100644 --- a/docs/source/enable_cc_lifecycle.md +++ b/docs/source/enable_cc_lifecycle.md @@ -12,6 +12,8 @@ Updating a channel configuration is, at a high...
Original HTML: https://hyperledger-fabric.readthedocs.io/en/release-2.5/docs_guide.html Original Source: https://github.com/hyperledger/fabric/blob/e1e8e2e52aa4fc543360d245fe6554a0eaf81183/docs/source/docs_guide.md ````diff diff --git a/docs/source/docs_guide.md b/docs/source/docs_guide.md index b308c8695..b3e2bd1a3 100644 --- a/docs/source/docs_guide.md +++ b/docs/source/docs_guide.md @@ -34,8 +34,8 @@ different languages and different versions of the Fabric...
Original HTML: https://hyperledger-fabric.readthedocs.io/en/release-2.5/discovery-overview.html Original Source: https://github.com/hyperledger/fabric/blob/e1e8e2e52aa4fc543360d245fe6554a0eaf81183/docs/source/discovery-overview.rst ````diff diff --git a/docs/source/discovery-overview.rst b/docs/source/discovery-overview.rst index a2f12b408..8a6c1be6d 100644 --- a/docs/source/discovery-overview.rst +++ b/docs/source/discovery-overview.rst @@ -30,6 +30,11 @@ The **discovery service** improves this process by having...
Original HTML: https://hyperledger-fabric.readthedocs.io/en/release-2.5/discovery-cli.html Original Source: https://github.com/hyperledger/fabric/blob/e1e8e2e52aa4fc543360d245fe6554a0eaf81183/docs/source/discovery-cli.md ````diff diff --git a/docs/source/discovery-cli.md b/docs/source/discovery-cli.md index d06da58eb..2e2cd14eb 100644 --- a/docs/source/discovery-cli.md +++ b/docs/source/discovery-cli.md @@ -48,12 +48,11 @@ Commands: Configuring external endpoints ------------------------------ -Currently, to see...