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/3] 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/3] =?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', }, { From 1b645b50f20bbd13c319bb267901d22498bd1def Mon Sep 17 00:00:00 2001 From: John Wooten Date: Tue, 14 Jul 2026 06:07:39 -0400 Subject: [PATCH 3/3] =?UTF-8?q?=F0=9F=A7=AD=20Reorder=20SDEX=20navigation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Codex --- config/theme/navbar.ts | 10 +++++----- .../liquidity-on-stellar-sdex-liquidity-pools.mdx | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/theme/navbar.ts b/config/theme/navbar.ts index 9026129de5..a6f8989cd8 100644 --- a/config/theme/navbar.ts +++ b/config/theme/navbar.ts @@ -228,6 +228,11 @@ const learn: NavbarItem = { activeBasePath: 'docs/learn/fundamentals/stellar-data-structures', className: 'has-nested-items', }, + { + to: '/docs/learn/fundamentals/liquidity-on-stellar-sdex-liquidity-pools', + label: 'Stellar Decentralized Exchange (SDEX)', + activeBasePath: 'docs/learn/fundamentals/liquidity-on-stellar-sdex-liquidity-pools', + }, { to: '/docs/learn/fundamentals/transactions', label: 'Operations & Transactions', @@ -261,11 +266,6 @@ const learn: NavbarItem = { label: 'Ramps (anchors)', activeBasePath: 'docs/learn/fundamentals/anchors', }, - { - to: '/docs/learn/fundamentals/liquidity-on-stellar-sdex-liquidity-pools', - label: 'Stellar Decentralized Exchange (SDEX)', - activeBasePath: 'docs/learn/fundamentals/liquidity-on-stellar-sdex-liquidity-pools', - }, { type: 'html', value: '
Glossary', 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 7c21ad02e8..602f1a800f 100644 --- a/docs/learn/fundamentals/liquidity-on-stellar-sdex-liquidity-pools.mdx +++ b/docs/learn/fundamentals/liquidity-on-stellar-sdex-liquidity-pools.mdx @@ -2,7 +2,7 @@ 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 +sidebar_position: 55 --- # Liquidity on Stellar: Stellar Decentralized Exchange & Liquidity Pools