mirror of
https://github.com/corda/corda.git
synced 2024-12-23 14:52:29 +00:00
Adding links to discourse and slack on docsite
This commit is contained in:
parent
e219eb53e8
commit
10bc27d2f4
@ -1,6 +1,15 @@
|
|||||||
|
<!-- 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 -->
|
||||||
|
|
||||||
|
|
||||||
{% extends "!layout.html" %}
|
{% extends "!layout.html" %}
|
||||||
{% block sidebartitle %}
|
{% block sidebartitle %}
|
||||||
{{ super() }}
|
{{ super() }}
|
||||||
<br>
|
<br>
|
||||||
<a href="api/index.html">API reference</a>
|
<a href="api/index.html">API reference</a>
|
||||||
|
<br>
|
||||||
|
<a href="https://discourse.corda.net">Discourse Forums</a>
|
||||||
|
<br>
|
||||||
|
<a href="http://slack.corda.net">Slack</a>
|
||||||
|
<br>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -5,6 +5,11 @@
|
|||||||
{{ super() }}
|
{{ super() }}
|
||||||
<br>
|
<br>
|
||||||
<a href="api/index.html">API reference</a>
|
<a href="api/index.html">API reference</a>
|
||||||
|
<br>
|
||||||
|
<a href="https://discourse.corda.net">Discourse Forums</a>
|
||||||
|
<br>
|
||||||
|
<a href="http://slack.corda.net">Slack</a>
|
||||||
|
<br>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block footer %}
|
{% block footer %}
|
||||||
|
@ -75,6 +75,5 @@ You can catch up with the latest code by selecting "VCS -> Update Project" in th
|
|||||||
Troubleshooting
|
Troubleshooting
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
See :doc:`getting-set-up-fault-finding`.
|
See :doc:`getting-set-up-fault-finding`, or get in touch with us either on the `forums <https://discourse.corda.net/>`_ or via `slack <http://slack.corda.net/>`_.
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user