mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +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" %}
|
||||
{% block sidebartitle %}
|
||||
{{ super() }}
|
||||
<br>
|
||||
<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 %}
|
||||
|
@ -5,6 +5,11 @@
|
||||
{{ super() }}
|
||||
<br>
|
||||
<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 %}
|
||||
|
||||
{% block footer %}
|
||||
|
@ -75,6 +75,5 @@ You can catch up with the latest code by selecting "VCS -> Update Project" in th
|
||||
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