Merge pull request #2438 from XRPLF/fixes-0305

Add redirect for tutorial landing and update page navigation label
This commit is contained in:
Amarantha Kulkarni
2024-03-06 11:29:43 -08:00
committed by GitHub
2 changed files with 5 additions and 0 deletions

View File

@@ -25,6 +25,9 @@ uses.html:
docs.html:
to: /docs/
type: 301
tutorials.html:
to: /docs/tutorials/
type: 301
xrp-ledger-overview.html:
to: /about/
type: 301

2
translations.yaml Normal file
View File

@@ -0,0 +1,2 @@
theme.page.previousButton: "Previous: {{label}}"
theme.page.nextButton: "Next: {{label}}"