Skip to content

Commit 846a1d2

Browse files
committed
[FAB-3111] - add to docs
small tweak to channels docs add channels overview piece to Arch section add cc-packaging to Ops Guide section [ci-skip] Change-Id: Ife6f0d102cc8edd14582ff2417887d03d355ea3a Signed-off-by: Nick Gaski <[email protected]>
1 parent 441b308 commit 846a1d2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/source/channels.rst

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Channels
2-
--------
2+
========
33

44
A Hyperledger Fabric **channel** is a private "subnet" of communication between
55
two or more specific network members, for the purpose of conducting private and
@@ -17,6 +17,9 @@ information about the channel policies, members and anchor peers. When adding a
1717
new member to an existing channel, either this genesis block, or if applicable,
1818
a more recent reconfiguration block, is shared with the new member.
1919

20+
.. note:: See the :doc:`configtx` section for more more details on the properties
21+
and proto structures of config transactions.
22+
2023
The election of a **leading peer** for each member on a channel determines which
2124
peer communicates with the ordering service on behalf of the member. If no
2225
leader is identified, an algorithm can be used to identify the leader. The consensus

docs/source/index.rst

+2
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ Before diving in, watch how Fabric is `Building a Blockchain for Business <https
6060
best_practices
6161
configtx
6262
configtxgen
63+
cc-packaging-and-signing
6364
Setup/logging-control
6465

6566
.. toctree::
@@ -72,6 +73,7 @@ Before diving in, watch how Fabric is `Building a Blockchain for Business <https
7273
endorsement-policies
7374
nodesdk
7475
orderingservice
76+
channels
7577
ledger
7678
readwrite
7779
gossip

0 commit comments

Comments
 (0)