Source content for the Uniswap developer documentation published at developers.uniswap.org.
All documentation lives in the content/ directory. Content changes (fixes, new pages, examples) belong there. The archive/ directory holds the previous version of this repository, kept for reference only.
βββ content/ # developers.uniswap.org content
β βββ get-started/ # Core concepts and quickstart
β βββ trading/ # Trading integrations, Swapping API
β βββ liquidity/ # UniswapX, Liquidity Launchpad, Provisioning API
β βββ protocols/ # v2, v3, v4, Universal Router, Permit2,
β β # smart wallet, The Compact, protocol fee
β βββ sdks/ # SDK documentation (v2, v3, v4)
β βββ uniswap-ai/ # Uniswap AI skills and plugins
β βββ unichain/ # Unichain: getting started, guides, tooling
β βββ ecosystem/ # Governance, subgraphs, builder support
β βββ community/ # Community tooling and learning resources
β βββ changelog/ # API and protocol change notifications
β βββ examples/ # Example contracts and SDK snippets
β βββ meta.json # Root navigation configuration
βββ archive/ # Previous version of this repository (reference only)
βββ CONTRIBUTING.md
βββ DISCLAIMER.md
βββ LICENSE
βββ README.md
Contributions are welcome, and our team reviews every PR. Content changes go inside content/. See the contribution guidelines for how the process works and how to get started.
Each .mdx file starts with frontmatter:
---
title: "Page Title"
description: "Brief description for SEO and previews"
---meta.json files control sidebar navigation per section:
{
"title": "Section Title",
"pages": ["page-slug", "another-page"]
}- Page slugs reference file names without the
.mdxextension - Use
---Section Name---entries for sidebar separators - Order in the array determines sidebar order
Content and code in this repository are licensed under the MIT license. See also the disclaimer.