Skip to content

Commit be72a28

Browse files
FAB-9250 add logos to RTD
Add fabric logo to RTD add logos for GH, SO, RC etc fix an erroneous link Change-Id: Ib53ddd24da7f92a6a36501e67649558433931367 Signed-off-by: Christopher Ferris <chrisfer@us.ibm.com>
1 parent 2e08ef1 commit be72a28

10 files changed

+24
-12
lines changed

docs/source/_static/css/custom.css

+7
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,13 @@ a:visited {
6767
width: 100%
6868
}
6969

70+
.wy-side-nav-search img {
71+
display: block;
72+
margin: auto auto .809em auto;
73+
padding: 5px;
74+
border-radius: unset
75+
}
76+
7077
.wy-side-nav-search input[type=text] {
7178
border-radius: 5px
7279
}
5.88 KB
Loading
5.19 KB
Loading
Loading
5.98 KB
Loading

docs/source/_templates/footer.html

+4-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@
2121
{% trans copyright=copyright|e %}&copy; Copyright Hyperledger 2017.{% endtrans %}
2222
{%- endif %}
2323
{%- endif %}
24-
24+
<br>
25+
<br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>
26+
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/">
27+
<img alt="Creative Commons License" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a>
2528
{%- if build_id and build_url %}
2629
{% trans build_url=build_url, build_id=build_id %}
2730
<span class="build">

docs/source/_templates/layout.html

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{% extends "!layout.html" %}
22
{% block sidebartitle %}
33
{{ super() }}
4+
<br><img style="background-color: #fff; height: unset; width: unset;" alt="_images/hyperledger_fabric_logo_color.png" src="_images/hyperledger_fabric_logo_color.png" />
45
<br>
5-
<a href="https://chat.hyperledger.org">Rocket Chat</a> <a href="https://jenkins.hyperledger.org/">CI</a>
6-
<a href="http://stackoverflow.com/questions/tagged/hyperledger-fabric">StackOverflow</a>
7-
<br>
8-
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/">
9-
<img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a>
10-
<br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
6+
<a href="https://github.com/hyperledger/fabric"><img style="padding: 0px; margin: auto auto auto auto;" alt="GitHub" src="_static/images/github_button.png"/></a>
7+
&nbsp;<a href="https://stackoverflow.com/questions/tagged/hyperledger-fabric"><img style="padding: 0px; margin: auto auto auto auto;" alt="StackOverflow" src="_static/images/stackoverflow_button.png"/></a>
8+
&nbsp;<a href="https://chat.hyperledger.org"><img style="padding: 0px; margin: auto auto auto auto;" alt="Rocket Chat" src="_static/images/rocketchat_button.png"/></a>
9+
&nbsp;<a href="https://www.youtube.com/playlist?list=PL0MZ85B_96CH7wvtrRzV7SvtRY0sI0DEg"><img style="padding: 0px; margin: auto auto auto auto;" alt="Youtube Channel" src="_static/images/youtube_button.png"/></a>
1110
{% endblock %}
Loading

docs/source/index.rst

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
Welcome to Hyperledger Fabric
2-
=============================
1+
Welcome
2+
=======
3+
4+
.. image:: images/hyperledger_fabric_logo_color.png
5+
36

47
Hyperledger Fabric is a platform for distributed ledger solutions, underpinned
58
by a modular architecture delivering high degrees of confidentiality, resiliency,

docs/source/ordering-service-faq.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ General
7676

7777
:Answer:
7878
This falls under reconfiguring the network. Please consult the topic on
79-
:doc:`configtxlator`.
79+
:doc:`commands/configtxlator`.
8080

8181
Solo
8282
~~~~
@@ -96,8 +96,8 @@ Kafka
9696

9797
:Answer:
9898
This is a two step-process:
99-
100-
1. Add the node's certificate to the relevant orderer's MSP CRL to prevent peers/clients from connecting to it.
99+
100+
1. Add the node's certificate to the relevant orderer's MSP CRL to prevent peers/clients from connecting to it.
101101
2. Prevent the node from connecting to the Kafka cluster by leveraging standard Kafka access control measures such as TLS CRLs, or firewalling.
102102

103103
..

0 commit comments

Comments
 (0)