From 7b58e72747c43861566a0ec213f5c7f679a0e2f2 Mon Sep 17 00:00:00 2001 From: JessamyT <75634662+JessamyT@users.noreply.github.com> Date: Thu, 30 Nov 2023 12:21:35 -0800 Subject: [PATCH] Link from SDKs to API docs (#2275) --- docs/sdks/_index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/sdks/_index.md b/docs/sdks/_index.md index 4621214f5b..5a0ef891b0 100644 --- a/docs/sdks/_index.md +++ b/docs/sdks/_index.md @@ -10,3 +10,6 @@ no_list: true You can write code to control your machines using the following software development kits (SDKs): {{}} + +For more guidance on how to use the SDKs, see [Program a Machine](/build/program/). +Find usage examples for each API method by clicking on the method name in [APIs](/build/program/apis/).