Skip to content

Commit 9cac485

Browse files
Revert "fix(docs): Docs Interim Updates (#1118)"
This reverts commit 91e50c8.
1 parent 6af557f commit 9cac485

File tree

15 files changed

+1053
-602
lines changed

15 files changed

+1053
-602
lines changed

api/feedback.ts

Lines changed: 0 additions & 64 deletions
This file was deleted.

docs/api/overview.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,18 @@ id: overview
33
sidebar_position: 1
44
title: Overview
55
---
6+
67
## Uniswap APIs
78

8-
Uniswap provides several APIs and data sources to help developers integrate with and build on top of the Uniswap protocol.
9+
Welcome to the Uniswap API documentation. Uniswap provides several APIs and data sources to help developers integrate with and build on top of the Uniswap protocol.
910

1011
## Available APIs
1112

1213
### Trading API
1314
The Uniswap Trading API provides quote generation and transaction building for token swaps across 25+ chains.
1415

1516
- **[Trading API Overview](./trading/overview)** - Get started with the Trading API
16-
- **[Integration Guide](https://api-docs.uniswap.org/guides/integration_guide)** - Complete implementation guide with schemas and best practices
17+
- **[Integration Guide](./trading/integration-guide)** - Complete implementation guide with schemas and best practices
1718
- **Quote & Swap Endpoints** - Generate quotes and build unsigned transactions
1819
- **Permit2 Support** - Gasless approvals via EIP-712 signatures
1920
- **Cross-Chain Swaps** - Multi-step cross-chain swap support
@@ -43,10 +44,10 @@ Get real-time and historical price data for tokens on Uniswap.
4344

4445
### For Developers
4546
If you're building applications that need to:
46-
- Execute token swaps - Use the **[Trading API](https://developers.uniswap.org/dashboard/)**
47-
- Query historical trading data - Use the **Subgraph API**
48-
- Get optimal swap routes - Use the **Routing API**
49-
- Display token prices - Use the **Price APIs**
47+
- Execute token swaps Use the **[Trading API](./trading/overview)**
48+
- Query historical trading data Use the **Subgraph API**
49+
- Get optimal swap routes Use the **Routing API**
50+
- Display token prices Use the **Price APIs**
5051

5152
### For Data Analysis
5253
The Subgraph API is perfect for:
@@ -59,4 +60,12 @@ The Subgraph API is perfect for:
5960

6061
- **Subgraph API**: Generous rate limits via The Graph
6162
- **Routing API**: Production-ready with caching
62-
- **Price APIs**: Real-time updates with historical data
63+
- **Price APIs**: Real-time updates with historical data
64+
65+
## Support and Resources
66+
67+
- **Discord**: Join the Uniswap developer community
68+
- **GitHub**: Explore code examples and integrations
69+
- **Documentation**: Comprehensive guides and references
70+
71+
Ready to start building? Choose the API that fits your needs from the navigation menu.

0 commit comments

Comments
 (0)