mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 19:55:54 +00:00
Homepage tweaks per jha review
This commit is contained in:
@@ -45,12 +45,12 @@ targets:
|
|||||||
github_forkurl: https://github.com/ripple/ripple-dev-portal
|
github_forkurl: https://github.com/ripple/ripple-dev-portal
|
||||||
github_branch: master
|
github_branch: master
|
||||||
recently_updated:
|
recently_updated:
|
||||||
- html: introduction.html
|
- html: technical-faq.html
|
||||||
date: 2018-05-07
|
date: 2018-05-11
|
||||||
# - html: capacity-planning.html
|
- html: cross-currency-payments.html
|
||||||
# date: 2018-05-04
|
date: 2018-05-10
|
||||||
- html: reliable-transaction-submission.html
|
- html: capacity-planning.html
|
||||||
date: 2018-04-16
|
date: 2018-05-04
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
|
|
||||||
|
|||||||
@@ -37,8 +37,8 @@
|
|||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<div class="curated-links">
|
<div class="curated-links">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="public-rippled-methods.html"><code>rippled</code> Public API Methods</a></li>
|
<li><a href="rippled-api.html"><code>rippled</code> API</a></li>
|
||||||
<li><a href="transaction-formats.html"><code>rippled</code> Transaction Formats</a></li> <!--{# TODO: Change this out when the transaction format gets split up #}-->
|
<li><a href="rippleapi-reference.html">RippleAPI for JavaScript</a></li>
|
||||||
<li><a href="data-api.html">Data API</a></li>
|
<li><a href="data-api.html">Data API</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!--/.curated-links-->
|
</div><!--/.curated-links-->
|
||||||
@@ -80,7 +80,7 @@
|
|||||||
<section class="container-fluid bg-light py-3 p-sm-4">
|
<section class="container-fluid bg-light py-3 p-sm-4">
|
||||||
<div class="card-deck">
|
<div class="card-deck">
|
||||||
|
|
||||||
<div class="card mb-4">
|
<div class="card">
|
||||||
<div class="card-header">
|
<div class="card-header">
|
||||||
<h3 class="card-title">New and Updated Documentation</h3>
|
<h3 class="card-title">New and Updated Documentation</h3>
|
||||||
</div><!--/.card-header-->
|
</div><!--/.card-header-->
|
||||||
|
|||||||
Reference in New Issue
Block a user