From 97a48fa9b4512282f5dfd8b00374c84080677de2 Mon Sep 17 00:00:00 2001 From: Muhammad Tehami Date: Tue, 23 Feb 2021 17:30:11 +0500 Subject: [PATCH 1/2] Add links to Docker Engine SDK and the HTTP API --- develop/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/develop/index.md b/develop/index.md index 996c32975a..87241bd7af 100644 --- a/develop/index.md +++ b/develop/index.md @@ -33,3 +33,6 @@ most benefits from Docker. ## Advanced development with the SDK or API After you can write Dockerfiles or Compose files and use Docker CLI, take it to the next level by using Docker Engine SDK for Go/Python or use the HTTP API directly. + +- [Docker Engine SDK](../engine/api/sdk/){: target="_blank" rel="noopener" class="_"} +- [HTTP API](../engine/api/latest/){: target="_blank" rel="noopener" class="_"} From 332f38eb1277e77d07691a600e7fb700f7d1ffb3 Mon Sep 17 00:00:00 2001 From: Usha Mandya <47779042+usha-mandya@users.noreply.github.com> Date: Thu, 25 Feb 2021 12:17:06 +0000 Subject: [PATCH 2/2] Update develop/index.md Co-authored-by: Sebastiaan van Stijn --- develop/index.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/develop/index.md b/develop/index.md index 87241bd7af..f0de55c789 100644 --- a/develop/index.md +++ b/develop/index.md @@ -32,7 +32,8 @@ most benefits from Docker. ## Advanced development with the SDK or API -After you can write Dockerfiles or Compose files and use Docker CLI, take it to the next level by using Docker Engine SDK for Go/Python or use the HTTP API directly. - -- [Docker Engine SDK](../engine/api/sdk/){: target="_blank" rel="noopener" class="_"} -- [HTTP API](../engine/api/latest/){: target="_blank" rel="noopener" class="_"} +After you can write Dockerfiles or Compose files and use Docker CLI, take it to +the next level by using Docker Engine SDK for Go/Python or use the HTTP API +directly. Visit the [Develop with Docker Engine API](../engine/api/index.md) +section to learn more about developing with the Engine API, where to find SDKs +for your programming language of choice, and to see some examples.