Skip to content

Commit

Permalink
Remove docs/nodeSDK from fabric and add links
Browse files Browse the repository at this point in the history
This is the second part of moving the docs out of fabric
and into fabric-sdk-node.  nodeSDK readthedocs will be
deleted from fabric and replaced by links to
fabric-sdk-node.readthedocs.  See FAB-863.

Change-Id: I0258b7afde48a8b5cf8f290eb871a6e1fbe52986
Signed-off-by: cdaughtr <cdaughtr@us.ibm.com>
  • Loading branch information
cdaughtr committed Nov 4, 2016
1 parent ed7c4cf commit 6ee4a34
Show file tree
Hide file tree
Showing 13 changed files with 5 additions and 382 deletions.
2 changes: 1 addition & 1 deletion docs/Setup/NodeSDK-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ execute the following command:
npm install -g hfc
```

See [Hyperledger fabric Node.js client SDK](../nodeSDK/node-sdk-guide.md) for more information.
See [Hyperledger fabric Node.js client SDK](http://fabric-sdk-node.readthedocs.io/en/latest/node-sdk-guide) for more information.


## Hyperledger fabric network
Expand Down
2 changes: 1 addition & 1 deletion docs/dev-setup/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ go test -v -run=TestGetFoo

### Running Node.js Unit Tests

You must also run the Node.js unit tests to insure that the Node.js client SDK is not broken by your changes. To run the Node.js unit tests, follow the instructions [here](https://github.com/hyperledger/fabric/tree/master/sdk/node#unit-tests).
You must also run the Node.js unit tests to insure that the Node.js client SDK is not broken by your changes. To run the Node.js unit tests, follow the instructions [here](https://github.com/hyperledger/fabric-sdk-node/README.md).

### Running Behave BDD Tests
[Behave](http://pythonhosted.org/behave/) tests will setup networks of peers with different security and consensus configurations and verify that transactions run properly. To run these tests
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ relating to Chaincode.
- [APIs - CLI, REST, and Node.js](API/CoreAPI.md)
- [CLI](API/CoreAPI.md#cli): working with the command-line interface.
- [REST](API/CoreAPI.md#rest-api): working with the REST API (*deprecated*).
- [Node.js SDK](nodeSDK/node-sdk-guide.md): working with the Node.js SDK.
- [Node.js SDK](http://fabric-sdk-node.readthedocs.io/en/latest/node-sdk-guide): working with the Node.js SDK.

## Fabric developer guide

Expand Down
50 changes: 0 additions & 50 deletions docs/nodeSDK/app-developer-env-setup.md

This file was deleted.

56 changes: 0 additions & 56 deletions docs/nodeSDK/app-overview.md

This file was deleted.

Binary file removed docs/nodeSDK/images/standalone-app-developer.png
Binary file not shown.
Binary file removed docs/nodeSDK/images/web-app-developer.png
Binary file not shown.
32 changes: 0 additions & 32 deletions docs/nodeSDK/node-sdk-guide.md

This file was deleted.

169 changes: 0 additions & 169 deletions docs/nodeSDK/node-sdk-indepth.md

This file was deleted.

0 comments on commit 6ee4a34

Please sign in to comment.