github.com/darrenli6/fabric-sdk-example@v0.0.0-20220109053535-94b13b56df8c/docs/source/_templates/layout.html (about)

     1  {% extends "!layout.html" %}
     2  {% block sidebartitle %}
     3  {{ super() }}
     4  <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>.
    11  {% endblock %}