mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Add "Developer Communities" To Development Page
* Adds the #bitcoin-dev IRC channel, Bitcoin StackExchange, and BitcoinTalk Dev & Tech board to the development page. * Links to that section of the page from the devel docs.
This commit is contained in:
parent
89b86f6b66
commit
1a305a735a
5 changed files with 21 additions and 2 deletions
|
@ -63,6 +63,17 @@ id: development
|
|||
<li class="more"><a href="#" onclick="librariesShow(event)">{% translate moremore %}</a></li>
|
||||
</ul>
|
||||
|
||||
<section id="devcommunities">
|
||||
<h2>{% translate devcommunities %}</h2>
|
||||
<p>{% translate devcommunitiesintro %}</p>
|
||||
|
||||
<ul>
|
||||
<li>{% translate ircjoin %}</li>
|
||||
<li>{% translate stackexchange %}</li>
|
||||
<li>{% translate bitcointalkdev %}</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section id="contributors">
|
||||
<h2>{% translate contributors %}</h2>
|
||||
<p>{% translate contributorsorder %}</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue