mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 11:15:49 +00:00
Fix automatic footer
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
html: enable-link-compression.html
|
||||
funnel: Docs
|
||||
funnel: Build
|
||||
doc_type: Tutorials
|
||||
category: Manage the rippled Server
|
||||
subcategory: Configure Peering
|
||||
|
||||
@@ -273,15 +273,6 @@ pages:
|
||||
- en
|
||||
- ja
|
||||
|
||||
# "Contribute" page ---------------------------------------------------------------
|
||||
- name: Contribute
|
||||
html: contribute.html
|
||||
template: template-contribute.html
|
||||
sidebar: disabled
|
||||
targets:
|
||||
- en
|
||||
- ja
|
||||
|
||||
# "Build" funnel ---------------------------------------------------------------
|
||||
- name: Build
|
||||
funnel: Build
|
||||
@@ -6472,6 +6463,16 @@ pages:
|
||||
- ja
|
||||
template: template-tx-sender.html
|
||||
|
||||
# "Contribute" page ------------------------------------------------------------
|
||||
- name: Contribute
|
||||
funnel: Contribute
|
||||
html: contribute.html
|
||||
template: template-contribute.html
|
||||
sidebar: disabled
|
||||
targets:
|
||||
- en
|
||||
- ja
|
||||
|
||||
# Custom 404 page
|
||||
- name: 404 Not Found
|
||||
html: 404.html
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
{% set build_links = [
|
||||
{"name": "Build", "html": "docs.html"},
|
||||
{"name": "Get Started", "html":"get-started-with-the-rippled-api.html"},
|
||||
{"name": "Get Started", "html":"get-started.html"},
|
||||
{"name": "Docs", "html": "docs.html"},
|
||||
{"name": "Tools", "html": "dev-tools.html"},
|
||||
{"name": "Dev Blog", "html": "/blog/"}
|
||||
@@ -56,7 +56,7 @@
|
||||
</li><!--/.dropdown-->
|
||||
|
||||
<li class="nav-item wrap-button">
|
||||
<a class="btn btn-outline-secondary nav-link" href="get-started-with-the-rippled-api.html">{% trans %}Get Started{% endtrans %}</a>
|
||||
<a class="btn btn-outline-secondary nav-link" href="get-started.html">{% trans %}Get Started{% endtrans %}</a>
|
||||
</li>
|
||||
|
||||
</ul><!-- /.navbar-nav -->
|
||||
|
||||
Reference in New Issue
Block a user