diff --git a/content/concepts/consensus-network/amendments.md b/content/concepts/consensus-network/amendments/amendments.md similarity index 100% rename from content/concepts/consensus-network/amendments.md rename to content/concepts/consensus-network/amendments/amendments.md diff --git a/content/news/known-amendments.md b/content/concepts/consensus-network/amendments/known-amendments.md similarity index 100% rename from content/news/known-amendments.md rename to content/concepts/consensus-network/amendments/known-amendments.md diff --git a/content/news/news.md b/content/news/news.md deleted file mode 100644 index 0f7125f8d9..0000000000 --- a/content/news/news.md +++ /dev/null @@ -1,25 +0,0 @@ -# News - - - -Get the latest XRP Ledger news and release information. - - - - - -* **[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. diff --git a/dactyl-config.yml b/dactyl-config.yml index cb0c542f66..a3fe404d62 100644 --- a/dactyl-config.yml +++ b/dactyl-config.yml @@ -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 diff --git a/tool/template-base.html b/tool/template-base.html index 26c857aad7..dfe16b5764 100644 --- a/tool/template-base.html +++ b/tool/template-base.html @@ -70,13 +70,16 @@ {% set _ = funnels.append(page.funnel) %} {% endif %} {% endfor %} +