diff --git a/@l10n/ja/translations.yaml b/@l10n/ja/translations.yaml index 563c85add..c720367e3 100644 --- a/@l10n/ja/translations.yaml +++ b/@l10n/ja/translations.yaml @@ -40,6 +40,8 @@ time.past.years: "{{value}}年前" sidebar.docs: ドキュメント sidebar.docs.introduction.what-is-xrp: XRPとは? sidebar.docs.use-cases.tokenization: Tokenization +sidebar.docs.use-cases.trading: Trading +sidebar.docs.use-cases.credit: Credit sidebar.docs.concepts.payment-types: 様々なPaymentの種類 sidebar.docs.tutorials: チュートリアル sidebar.docs.references: リファレンス diff --git a/develop/index.page.tsx b/develop/index.page.tsx index 6d3a75529..31cf53be5 100644 --- a/develop/index.page.tsx +++ b/develop/index.page.tsx @@ -154,7 +154,7 @@ export default function Develop() { }, { logo: require("../static/img/logos/black/hidden-road.png"), - alt: translate("Hidden Road"), + alt: translate("Ripple Prime"), href: "https://ripple.com/products/prime-brokerage/", }, { diff --git a/docs/use-cases/trading/index.page.tsx b/docs/use-cases/trading/index.page.tsx index db2821678..4a3393752 100644 --- a/docs/use-cases/trading/index.page.tsx +++ b/docs/use-cases/trading/index.page.tsx @@ -37,7 +37,7 @@ export default function Trading() { diff --git a/sidebars.yaml b/sidebars.yaml index 851c37ea1..f3f5f4f3e 100644 --- a/sidebars.yaml +++ b/sidebars.yaml @@ -41,14 +41,17 @@ - page: docs/use-cases/defi/index.md expanded: false items: - - page: docs/use-cases/defi/algorithmic-trading.md + - page: docs/use-cases/trading/index.page.tsx + label: Trading + labelTranslationKey: sidebar.docs.use-cases.trading + expanded: false + items: + - page: docs/use-cases/defi/algorithmic-trading.md + - page: docs/use-cases/defi/list-xrp-as-an-exchange.md + - page: docs/use-cases/defi/enable-compliance-focused-cross-currency-payments-using-a-permissioned-dex.md - page: docs/use-cases/defi/institutional-credit-facilities.md - - page: docs/use-cases/defi/list-xrp-as-an-exchange.md - - page: docs/use-cases/defi/enable-compliance-focused-cross-currency-payments-using-a-permissioned-dex.md - - page: docs/use-cases/trading/index.page.tsx - label: Trading - labelTranslationKey: sidebar.docs.use-cases.trading - expanded: false + label: Credit + labelTranslationKey: sidebar.docs.use-cases.credit - page: docs/concepts/index.md expanded: false