2016-12-01 14:14:17 +00:00
|
|
|
<!-- If you edit this, then please make the same changes to layout_for_doc_website.html, as that is used for the web
|
|
|
|
doc site generation which we put analytics tracking on to identify any potential problem pages -->
|
|
|
|
|
|
|
|
|
2016-03-08 17:32:13 +00:00
|
|
|
{% extends "!layout.html" %}
|
|
|
|
{% block sidebartitle %}
|
|
|
|
{{ super() }}
|
|
|
|
<br>
|
|
|
|
<a href="api/index.html">API reference</a>
|
2016-12-01 14:14:17 +00:00
|
|
|
<br>
|
|
|
|
<a href="https://discourse.corda.net">Discourse Forums</a>
|
|
|
|
<br>
|
|
|
|
<a href="http://slack.corda.net">Slack</a>
|
|
|
|
<br>
|
2016-03-08 17:32:13 +00:00
|
|
|
{% endblock %}
|