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>
|
2017-01-17 12:50:16 +00:00
|
|
|
API reference: <a href="api/kotlin/corda/index.html">Kotlin</a>/ <a href="api/javadoc/index.html">JavaDoc</a>
|
2016-12-01 14:14:17 +00:00
|
|
|
<br>
|
|
|
|
<a href="http://slack.corda.net">Slack</a>
|
|
|
|
<br>
|
2017-10-30 10:09:08 +00:00
|
|
|
<a href="https://stackoverflow.com/questions/tagged/corda">Stack Overflow</a>
|
|
|
|
<br>
|
|
|
|
{% endblock %}
|