From cba49f0a90c2b081c2f8e189f1b1ca94b4756f96 Mon Sep 17 00:00:00 2001 From: "john.xlm" <60260750+JFWooten4@users.noreply.github.com> Date: Wed, 29 Apr 2026 03:53:45 -0400 Subject: [PATCH 1/2] Spell out Stellar Decentralized Exchange labels --- config/theme/navbar.ts | 2 +- .../liquidity-on-stellar-sdex-liquidity-pools.mdx | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/theme/navbar.ts b/config/theme/navbar.ts index 2363754141..938f8c8da1 100644 --- a/config/theme/navbar.ts +++ b/config/theme/navbar.ts @@ -263,7 +263,7 @@ const learn: NavbarItem = { }, { to: '/docs/learn/fundamentals/liquidity-on-stellar-sdex-liquidity-pools', - label: 'SDEX', + label: 'Stellar Decentralized Exchange', activeBasePath: 'docs/learn/fundamentals/liquidity-on-stellar-sdex-liquidity-pools', }, { diff --git a/docs/learn/fundamentals/liquidity-on-stellar-sdex-liquidity-pools.mdx b/docs/learn/fundamentals/liquidity-on-stellar-sdex-liquidity-pools.mdx index 7d32852fec..7c21ad02e8 100644 --- a/docs/learn/fundamentals/liquidity-on-stellar-sdex-liquidity-pools.mdx +++ b/docs/learn/fundamentals/liquidity-on-stellar-sdex-liquidity-pools.mdx @@ -1,11 +1,11 @@ --- -title: "Liquidity Pools on the Stellar DEX: Provide Liquidity and Enable Asset Swaps" -sidebar_label: "SDEX" -description: "Learn how liquidity pools enable trading on the Stellar DEX. Understand how they work, provide liquidity, and enable decentralized asset swaps on the network." -sidebar_position: 100 +title: "Liquidity Pools on the Stellar Decentralized Exchange: Provide Liquidity and Enable Asset Swaps" +sidebar_label: "Stellar Decentralized Exchange" +description: "Learn how liquidity pools enable trading on the Stellar Decentralized Exchange. Understand how they work, provide liquidity, and enable decentralized asset swaps on the network." +sidebar_position: 42 --- -# Liquidity on Stellar: SDEX & Liquidity Pools +# Liquidity on Stellar: Stellar Decentralized Exchange & Liquidity Pools :::note From 7c5f92b6affa06a6f3f77d500a305b896dae487e Mon Sep 17 00:00:00 2001 From: "john.xlm" <60260750+JFWooten4@users.noreply.github.com> Date: Mon, 11 May 2026 15:42:14 -0400 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=9D=20Clarify=20SDEX=20navbar=20la?= =?UTF-8?q?bel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Codex --- config/theme/navbar.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/theme/navbar.ts b/config/theme/navbar.ts index 938f8c8da1..9026129de5 100644 --- a/config/theme/navbar.ts +++ b/config/theme/navbar.ts @@ -263,7 +263,7 @@ const learn: NavbarItem = { }, { to: '/docs/learn/fundamentals/liquidity-on-stellar-sdex-liquidity-pools', - label: 'Stellar Decentralized Exchange', + label: 'Stellar Decentralized Exchange (SDEX)', activeBasePath: 'docs/learn/fundamentals/liquidity-on-stellar-sdex-liquidity-pools', }, {