2018-03-06 17:29:21 +00:00
|
|
|
<!--
|
|
|
|
~ R3 Proprietary and Confidential
|
|
|
|
~
|
|
|
|
~ Copyright (c) 2018 R3 Limited. All rights reserved.
|
|
|
|
~
|
|
|
|
~ The intellectual and technical concepts contained herein are proprietary to R3 and its suppliers and are protected by trade secret law.
|
|
|
|
~
|
|
|
|
~ Distribution of this file or any portion thereof via any medium without the express permission of R3 is strictly prohibited.
|
|
|
|
-->
|
|
|
|
|
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 %}
|