diff --git a/content/tutorials/manage-the-rippled-server/configure-peering/enable-link-compression.md b/content/tutorials/manage-the-rippled-server/configure-peering/enable-link-compression.md index def56fb0c2..75c56919ab 100644 --- a/content/tutorials/manage-the-rippled-server/configure-peering/enable-link-compression.md +++ b/content/tutorials/manage-the-rippled-server/configure-peering/enable-link-compression.md @@ -1,6 +1,6 @@ --- html: enable-link-compression.html -funnel: Docs +funnel: Build doc_type: Tutorials category: Manage the rippled Server subcategory: Configure Peering diff --git a/dactyl-config.yml b/dactyl-config.yml index 7aba14b28d..7cc2334658 100644 --- a/dactyl-config.yml +++ b/dactyl-config.yml @@ -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 diff --git a/tool/template-top-nav.html b/tool/template-top-nav.html index e7c8c1eb78..780d739cf1 100644 --- a/tool/template-top-nav.html +++ b/tool/template-top-nav.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 @@