From 356ebac5eeb8494d7cb0a0b812fb3440f8e4a05a Mon Sep 17 00:00:00 2001 From: Jason Matthew Wilson Date: Sun, 31 May 2026 18:53:42 -0700 Subject: [PATCH] Revise introduction for REST API guides Updated the introductory text for REST API documentation to improve clarity and conciseness. --- content/rest/guides/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/rest/guides/index.md b/content/rest/guides/index.md index 82284553daa9..7091d7e7e9f5 100644 --- a/content/rest/guides/index.md +++ b/content/rest/guides/index.md @@ -20,7 +20,7 @@ children: - /using-the-rest-api-to-interact-with-checks - /encrypting-secrets-for-the-rest-api --- -This section of the documentation is intended to get you up-and-running with -real-world {% data variables.product.github %} API applications. We'll go over everything you need to know, from authentication to results manipulation to integrating results with other apps. +This section of the documentation helps you get up and running with real-world {% data variables.product.github %} REST API applications. The guides cover authentication, scripting, manipulating results, and integrating with other apps. +Each tutorial includes a project saved and documented in the public platform-samples repository.. Every tutorial will include a project, and each project will be saved and documented in our public [platform-samples](https://github.com/github/platform-samples) repository.