Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/theme/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
{
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I think this looks a lot better vertically near the Stellar Data Structures and SCP headings (they approximately match similar widths) instead of leaving this section hanging off at the end like in the PR screenshot from prod (modified).

---

# Liquidity on Stellar: SDEX & Liquidity Pools
# Liquidity on Stellar: Stellar Decentralized Exchange & Liquidity Pools

:::note

Expand Down
Loading