diff --git a/_data/toc.yaml b/_data/toc.yaml index 63b6c87edd..9f43af03e8 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -957,10 +957,10 @@ reference: section: - path: /engine/api/ title: Overview - - path: /engine/api/get-started/ - title: Get started - path: /engine/api/sdk/ title: SDKs + - path: /engine/api/sdk/examples/ + title: SDK examples - path: /engine/api/latest/ title: v{{ site.latest_engine_api_version }} reference (latest) - sectiontitle: API reference by version diff --git a/engine/api/index.md b/engine/api/index.md index 1bd2462ed9..cbc23dc141 100644 --- a/engine/api/index.md +++ b/engine/api/index.md @@ -236,8 +236,7 @@ hello world -For more examples, take a look at the -[Get started guide](/get-started.md). +For more examples, take a look at the [SDK examples](/engine/api/sdk/examples.md). ## Unofficial libraries diff --git a/engine/api/get-started.md b/engine/api/sdk/examples.md similarity index 100% rename from engine/api/get-started.md rename to engine/api/sdk/examples.md diff --git a/engine/api/sdk/index.md b/engine/api/sdk/index.md index 78ecd08d0c..573ddbd641 100644 --- a/engine/api/sdk/index.md +++ b/engine/api/sdk/index.md @@ -260,8 +260,7 @@ hello world -For more examples, take a look at the -[Get started guide](/engine/api/get-started.md). +For more examples, take a look at the [SDK examples](/engine/api/sdk/examples.md). ## Unofficial libraries