diff --git a/docs/source/best_practices.rst b/docs/source/best_practices.rst deleted file mode 100644 index 14afe3cc59a..00000000000 --- a/docs/source/best_practices.rst +++ /dev/null @@ -1,12 +0,0 @@ -Best Practices -============== - -Coming soon... - -Intended to contain best practices and configurations for MSP, networks, -ordering service, channels, ACL, stress, policies, chaincode -development, functions, etc... - -.. Licensed under Creative Commons Attribution 4.0 International License - https://creativecommons.org/licenses/by/4.0/ - diff --git a/docs/source/javasdk.rst b/docs/source/javasdk.rst deleted file mode 100644 index 216c13f0550..00000000000 --- a/docs/source/javasdk.rst +++ /dev/null @@ -1,18 +0,0 @@ -Java SDK -======== - -[WIP] ...coming soon - -In the meantime, refer to the `Hyperledger Fabric SDK design -doc `__ -for more details on the APIs and specifications. - -OR - -Refer to the -`fabric-sdk-java `__ -repository in the Hyperledger community. - -.. Licensed under Creative Commons Attribution 4.0 International License - https://creativecommons.org/licenses/by/4.0/ - diff --git a/docs/source/learn_chaincode.rst b/docs/source/learn_chaincode.rst deleted file mode 100644 index 49b36e0276d..00000000000 --- a/docs/source/learn_chaincode.rst +++ /dev/null @@ -1,15 +0,0 @@ -Learn to write chaincode -======================== - -[WIP] ...coming soon - -Teaches a developer how to write chaincode functions and implement the -necessary interfaces to create generic assets. - -In the meantime, visit the learn chaincode repo -`here `__ to -familiarize yourself with high level concepts and go code. - -.. Licensed under Creative Commons Attribution 4.0 International License - https://creativecommons.org/licenses/by/4.0/ - diff --git a/docs/source/orderingservice.rst b/docs/source/orderingservice.rst deleted file mode 100644 index 1e83d9d6d4f..00000000000 --- a/docs/source/orderingservice.rst +++ /dev/null @@ -1,18 +0,0 @@ -Ordering Service -================ - -[WIP] ...coming soon - -This topic will outline the role and functionalities of the ordering -service, and explain its place in the broader network and in the lifecycle of a transaction. -The v1 architecture has been designed such that the ordering service is the centralized point -of trust in a decentralized network, but also such that the specific implementation of "ordering" -(solo, kafka, BFT) becomes a pluggable component. - -Refer to the design document on a `Kafka-based Ordering -Service `__ -for more information on the default v1 implementation. - -.. Licensed under Creative Commons Attribution 4.0 International License - https://creativecommons.org/licenses/by/4.0/ -