diff --git a/config/theme/navbar.ts b/config/theme/navbar.ts index 236375414..9026129de 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 (SDEX)', 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 7d32852fe..7c21ad02e 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