From 0211dd15d8d2fcd7778d4c7d5281d55603658da9 Mon Sep 17 00:00:00 2001 From: tobiadewola41-eng Date: Mon, 29 Jun 2026 15:33:31 +0000 Subject: [PATCH] docs: add api-design.md and link from README Documentation section --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 2a825a9..c5fdb32 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ This project is ideal for: ## Documentation - [Getting Started Guide](docs/getting-started.md) - Set up the project and make your first API calls +- [API Design Guidelines](docs/api-design.md) — Explains StellarKit's response envelope, pagination conventions, asset shapes, timestamp formats, amount formats, and error structure. --- @@ -189,12 +190,6 @@ StellarKit API currently supports Soroban contract inspection through the `/soro --- -## Documentation - -- [API Design Guidelines](docs/api-design.md) — Explains StellarKit's response envelope, pagination conventions, asset shapes, timestamp formats, amount formats, and error structure. - ---- - ## Getting Started New to Stellar or this API? Start with the **[Getting Started Guide](docs/getting-started.md)** for step-by-step instructions. Also see the **[Glossary](docs/glossary.md)** for explanations of Stellar-specific terminology.