From cce3f90caa30885023d12a70f88dd1db211162fa Mon Sep 17 00:00:00 2001 From: Anuja khatri <70836354+Anujakhatri@users.noreply.github.com> Date: Tue, 11 Aug 2026 21:12:03 +0545 Subject: [PATCH] Revise introduction in REST API guides index Updated the introduction to the REST API guides for clarity and conciseness. --- content/rest/guides/index.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/content/rest/guides/index.md b/content/rest/guides/index.md index 82284553daa9..38e991dd6679 100644 --- a/content/rest/guides/index.md +++ b/content/rest/guides/index.md @@ -20,7 +20,6 @@ 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. -Every tutorial will include a project, and each project will be saved and documented in our public +These guides walk you through building real-world applications with the {% data variables.product.github %} API, covering everything from authentication to processing and displaying the data you retrieve. +Each guide includes a complete project, documented and available in the public [platform-samples](https://github.com/github/platform-samples) repository.