monero-site/resources/developer-guides/index.md
rehrar a22d7eda73 OH MY GOSH THIS LOCALIZATION REIMPLEMENTATION TOOK FOREVER
- Deleted flippin' template directories (unnecessary now)
- Moved all cussin' HTML to root files instead of in _i18n folder (except for guides)
- Replaced all freakin' strings with liquid translation tags
- Added all Kevin' strings for each language already merged to their respective .yml files
- 40 seconds of testing before sending PR

Signed-off-by: rehrar <rehrar@tuta.io>
2018-05-26 16:32:58 -06:00

24 lines
No EOL
888 B
Markdown

---
layout: custom
title: titles.developerguides
permalink: /resources/developer-guides/index.html
---
<div class="guides">
<div class="center-xs container description">
<p class="text-center">{% t developer-guides.outdated %}</p>
</div>
<section class="container full">
<div class="info-block">
<h2>{% t developer-guides.rpc %}</h2>
<div>
<a href="daemon-rpc.html">{% t developer-guides.daemonrpc %}</a>
<a href="wallet-rpc.html">{% t developer-guides.walletrpc %}</a>
<p>{% t developer-guides.soon %}</p>
</div>
</div>
</section>
</div>
<div class="untranslated {% t developer-guides.translated %}">
<p>{% t global.untranslated %} <a class="untranslated-link" href="https://github.com/monero-project/monero-site/blob/master/README.md">README</a>.</p>
</div>