Skip to content

Commit fbb84cc

Browse files
FAB-5422 make "Still have questions" prominent
Change-Id: I46ab194a467dd5633b132f63e77505fe33f60a62 Signed-off-by: Christopher Ferris <[email protected]>
1 parent 3928d37 commit fbb84cc

File tree

5 files changed

+22
-6
lines changed

5 files changed

+22
-6
lines changed

docs/source/getting_started.rst

+4
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,9 @@ Finally, we offer two chaincode tutorials. One oriented to developers,
4040
:doc:`chaincode4ade`, and the other oriented to operators,
4141
:doc:`chaincode4noah`.
4242

43+
..note:: If you have questions not addressed by this documentation, or run into
44+
issues with any of the tutorials, please visit the :doc:`questions`
45+
page for some tips on where to find additional help.
46+
4347
.. Licensed under Creative Commons Attribution 4.0 International License
4448
https://creativecommons.org/licenses/by/4.0/

docs/source/index.rst

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ 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+
..note:: If you have questions not addressed by this documentation, or run into
21+
issues with any of the tutorials, please visit the :doc:`questions`
22+
page for some tips on where to find additional help.
23+
2024
Before diving in, watch how Hyperledger Fabric is Building a Blockchain for
2125
Business:
2226

docs/source/prereqs.rst

+4
Original file line numberDiff line numberDiff line change
@@ -130,5 +130,9 @@ These need to be ``false`` and ``true`` respectively.
130130
newer version from the `cURL downloads page
131131
<https://curl.haxx.se/download.html>`__
132132

133+
..note:: If you have questions not addressed by this documentation, or run into
134+
issues with any of the tutorials, please visit the :doc:`questions`
135+
page for some tips on where to find additional help.
136+
133137
.. Licensed under Creative Commons Attribution 4.0 International License
134138
https://creativecommons.org/licenses/by/4.0/

docs/source/questions.rst

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ We try to maintain a comprehensive set of documentation for various
55
audiences. However, we realize that often there are questions that
66
remain unanswered. For any technical questions relating to Hyperledger
77
Fabric not answered here, please use
8-
`StackOverflow <http://stackoverflow.com/questions/tagged/hyperledger>`__.
9-
If you need help finding things, please don't hesitate to send a note to
8+
`StackOverflow <http://stackoverflow.com/questions/tagged/hyperledger-fabric>`__.
9+
Another approach to getting your questions answered to send an email to
1010
the `mailing
11-
list <http://lists.hyperledger.org/mailman/listinfo/hyperledger-fabric>`__,
12-
or ask on `RocketChat <https://chat.hyperledger.org/>`__ (an
13-
alternative to Slack).
11+
list <http://lists.hyperledger.org/mailman/listinfo/hyperledger-fabric>`__
12+
([email protected]), or ask your questions on
13+
`RocketChat <https://chat.hyperledger.org/>`__ (an alternative to Slack)
14+
on the #fabric or #fabric-questions channel.
1415

1516
.. Licensed under Creative Commons Attribution 4.0 International License
1617
https://creativecommons.org/licenses/by/4.0/
17-

docs/source/samples.rst

+4
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,9 @@ one tagged as "latest".
7979
.. note:: On different architectures, the x86_64 would be replaced
8080
with the string identifying your architecture.
8181

82+
..note:: If you have questions not addressed by this documentation, or run into
83+
issues with any of the tutorials, please visit the :doc:`questions`
84+
page for some tips on where to find additional help.
85+
8286
.. Licensed under Creative Commons Attribution 4.0 International License
8387
https://creativecommons.org/licenses/by/4.0/

0 commit comments

Comments
 (0)