mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +00:00
Remove news category
This commit is contained in:
@@ -1,25 +0,0 @@
|
||||
# News
|
||||
|
||||
<!--{# Note: the title in the first line of this file gets used to generate the top nav. #}-->
|
||||
|
||||
Get the latest XRP Ledger news and release information.
|
||||
|
||||
<!--{# area will eventually include a Network Health page #}-->
|
||||
|
||||
<!--{# TODO: see if the link to the content makes more sense in the bullet itself - moved the link there just to make this consistent across landing pages like Dev Tools and Use Cases. See how it looks and feels. #}-->
|
||||
|
||||
* **[Known Amendments](known-amendments.html)**
|
||||
|
||||
Amendments provide a way to introduce breaking changes to the decentralized XRP Ledger network without causing disruptions. Get the comprehensive list of [all known amendments](known-amendments.html) and their statuses on the production XRP Ledger.
|
||||
|
||||
* **[Ripple Dev Blog](/blog/)**
|
||||
|
||||
Visit the Dev Blog for the latest news and stories about the XRP Ledger and `rippled`.
|
||||
|
||||
* **[Ripple GitHub Organization](https://github.com/ripple)**
|
||||
|
||||
Visit the Ripple GitHub Organization to access open-source projects, including `rippled`, `ripple-lib`, and `ripple-libpp`.
|
||||
|
||||
* **[Interledger](https://interledger.org/)**
|
||||
|
||||
Learn about Interledger, an open protocol suite for sending payments across different ledgers. The open architecture and minimal protocol enable interoperability for any value transfer system.
|
||||
@@ -490,15 +490,26 @@ pages:
|
||||
targets:
|
||||
- local
|
||||
|
||||
- md: concepts/consensus-network/amendments.md
|
||||
- md: concepts/consensus-network/amendments/amendments.md
|
||||
html: amendments.html
|
||||
funnel: Docs
|
||||
doc_type: Concepts
|
||||
category: Consensus Network
|
||||
subcategory: Amendments
|
||||
blurb: Amendments represent new features or other changes to transaction processing. Validators coordinate through consensus to apply these upgrades to the XRP Ledger in an orderly fashion.
|
||||
targets:
|
||||
- local
|
||||
|
||||
- md: concepts/consensus-network/amendments/known-amendments.md
|
||||
html: known-amendments.html
|
||||
funnel: Docs
|
||||
doc_type: Concepts
|
||||
category: Consensus Network
|
||||
subcategory: Amendments
|
||||
blurb: List of all known amendments to the XRP Ledger protocol and their status.
|
||||
targets:
|
||||
- local
|
||||
|
||||
- md: concepts/consensus-network/fee-voting.md
|
||||
html: fee-voting.html
|
||||
funnel: Docs
|
||||
@@ -2946,22 +2957,6 @@ pages:
|
||||
- local
|
||||
template: template-tx-sender.html
|
||||
|
||||
# News -------------------------------------------------------------------------
|
||||
|
||||
- md: news/news.md
|
||||
html: news.html
|
||||
funnel: News
|
||||
targets:
|
||||
- local
|
||||
|
||||
- md: news/known-amendments.md
|
||||
html: known-amendments.html
|
||||
funnel: News
|
||||
targets:
|
||||
- local
|
||||
|
||||
# Note: other "News" links (Release Notes, eventually Network Status)
|
||||
# are external to this site
|
||||
|
||||
# Special sitemap file (for better Google indexing)
|
||||
- name: Sitemap
|
||||
|
||||
@@ -70,13 +70,16 @@
|
||||
{% set _ = funnels.append(page.funnel) %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="/blog/">Blog</a>
|
||||
</li>
|
||||
</ul><!-- /.navbar-nav -->
|
||||
{% include 'template-github-edit.html' %}
|
||||
<form class="navbar-form navbar-right" id="navbar-search" role="search" method="get" action="https://www.google.com/search">
|
||||
<div class="form-inline">
|
||||
<label class="sr-only" for="topsearchbar">Search site with Google...</label>
|
||||
<input name="q" value="site:developers.ripple.com" type="hidden">
|
||||
<input id="topsearchbar" name="q" type="text" class="form-control" class="top-search" placeholder="Search this site...">
|
||||
<input id="topsearchbar" name="q" type="text" class="form-control" class="top-search" placeholder="Search site with Google...">
|
||||
<button type="submit" class="btn btn-default fa fa-search"> </button>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
<div class="children-display">
|
||||
<ul>
|
||||
<li class="level-1"><a href="https://ripple.com/company/careers/" target="_blank">Ripple Careers <i class="fa fa-external-link"></i></a></li>
|
||||
<li class="level-1"><a href="https://github.com/ripple/" target="_blank">Ripple on GitHub <i class="fa fa-external-link"></i></a></li>
|
||||
<li class="level-1"><a href="https://ripple.com/collateral/#xrp" target="_blank">XRP Resources <i class="fa fa-external-link"></i></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user