Skip to content

Commit 40866a2

Browse files
FAB-5045 add chaincode tutorials to gs page
also embed youtube videos Change-Id: Ic8e2fe0658345ae32adbb0014c752a97d537ec9c Signed-off-by: Christopher Ferris <[email protected]>
1 parent dc7c40b commit 40866a2

File tree

3 files changed

+18
-9
lines changed

3 files changed

+18
-9
lines changed

docs/source/getting_started.rst

+5-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ the sample code.
1919
Tutorials
2020
^^^^^^^^^
2121

22-
We offer two initial tutorials to get you started with Hyperledger Fabric.
22+
We offer four initial tutorials to get you started with Hyperledger Fabric.
2323
The first is oriented to the Hyperledger Fabric **application developer**,
2424
:doc:`write_first_app`. It takes you through the process of writing your first
2525
blockchain application for Hyperledger Fabric using the Hyperledger Fabric's
@@ -30,5 +30,9 @@ operators, :doc:`build_network`. This one walks you through the process of
3030
establishing a blockchain network using Hyperledger Fabric and provides
3131
a basic sample application to test it out.
3232

33+
Finally, we offer two chaincode tutorials. One oriented to developers,
34+
:doc:`chaincode4ade`, and the other oriented to operators,
35+
:doc:`chaincode4noah`.
36+
3337
.. Licensed under Creative Commons Attribution 4.0 International License
3438
https://creativecommons.org/licenses/by/4.0/

docs/source/index.rst

+5-4
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@ It's recommended for first-time users to begin by going through the
1717
components and the basic transaction flow. Once comfortable, continue
1818
exploring the library for demos, technical specifications, APIs, etc.
1919

20-
Before diving in, watch how Hyperledger Fabric is `Building a Blockchain for Business
21-
<https://www.youtube.com/watch?v=EKa5Gh9whgU>`__ .
20+
Before diving in, watch how Hyperledger Fabric is Building a Blockchain for
21+
Business:
2222

23+
.. raw:: html
2324

24-
25-
.. NOTE:: This build of the docs is from the "|version|" branch
25+
<iframe width="560" height="315" src="https://www.youtube.com/embed/EKa5Gh9whgU" frameborder="0" allowfullscreen></iframe>
26+
<br/><br/>
2627

2728
.. toctree::
2829
:maxdepth: 2

docs/source/videos.rst

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
Videos
22
======
33

4-
Refer to the Hyperledger Fabric libary on
5-
`youtube <https://www.youtube.com/channel/UCCFdgCWH_1vCndMPVqQlwZw>`__.
6-
The collection contains developers demonstrating various v1 features and
4+
Refer to the Hyperledger Fabric channel on YouTube
5+
6+
.. raw:: html
7+
8+
<iframe width="560" height="315" src="https://www.youtube.com/embed/ZgKAahU3FcM?list=PLfuKAwZlKV0_--JYykteXjKyq0GA9j_i1" frameborder="0" allowfullscreen></iframe>
9+
<br/><br/>
10+
11+
This collection contains developers demonstrating various v1 features and
712
components such as: ledger, channels, gossip, SDK, chaincode, MSP, and
813
more...
914

1015
.. Licensed under Creative Commons Attribution 4.0 International License
1116
https://creativecommons.org/licenses/by/4.0/
12-

0 commit comments

Comments
 (0)