From f8be7c6d9caf57836f196c7ba8e982cd76066d5f Mon Sep 17 00:00:00 2001 From: Patrick Russell Date: Thu, 28 May 2026 07:40:43 -0700 Subject: [PATCH] docs: fix linter warnings in set-up.md Address five pre-existing linter warnings on src/pages/get_started/app_builder_get_started/set-up.md surfaced by the lint job: - Shorten the frontmatter description from 192 chars to 117 chars (under the 160-char guidance). - Replace the redirecting `solutionpartners.adobe.com/home.html` URL with its final `partners.adobe.com/digitalexperience/` destination. - Replace three dead/blocked `npmjs.com/package/inquirer` URLs (including anchor fragments that no longer exist on the new Inquirer monorepo) with the live `github.com/SBoudrias/Inquirer.js` repo URL. --- src/pages/get_started/app_builder_get_started/set-up.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/get_started/app_builder_get_started/set-up.md b/src/pages/get_started/app_builder_get_started/set-up.md index 9ed9d24c0..4f0fcfec1 100644 --- a/src/pages/get_started/app_builder_get_started/set-up.md +++ b/src/pages/get_started/app_builder_get_started/set-up.md @@ -5,7 +5,7 @@ keywords: - Local Environment - Set up title: Set Up Access, Environment, and Tools -description: App Builder is a complete framework that enables enterprise developers to build and deploy custom web applications that extend Adobe Experience Cloud solutions and run on Adobe infrastructure. +description: Set up access, credentials, your local environment, and the tools you need to develop Adobe App Builder applications. --- # Set Up Access, Environment, and Tools @@ -22,7 +22,7 @@ Here you'll learn what systems you need to access, how to access them, and how t - Customers should request access from their account manager or their company IT/Marketing admin - - Partners should request App Builder access from their partner manager, or Sandbox access though the [Adobe Solution Partner Portal](https://solutionpartners.adobe.com/home.html) + - Partners should request App Builder access from their partner manager, or Sandbox access though the [Adobe Solution Partner Portal](https://partners.adobe.com/digitalexperience/) **App Builder access** is only available with a purchased license. @@ -56,9 +56,9 @@ We aim to provide similar quality of local development experience on Windows 10 #### Supported terminals for the CLI -The [CLI](https://github.com/adobe/aio-cli) uses the popular [inquirer](https://www.npmjs.com/package/inquirer) package for all its interactive functions such as application generators. +The [CLI](https://github.com/adobe/aio-cli) uses the popular [inquirer](https://github.com/SBoudrias/Inquirer.js) package for all its interactive functions such as application generators. -See [inquirer's Support section](https://www.npmjs.com/package/inquirer#support-os-terminals) and its [known issues](https://www.npmjs.com/package/inquirer#known-issues) for up-to-date details. +See the [inquirer documentation](https://github.com/SBoudrias/Inquirer.js#readme) for up-to-date details on supported terminals and known issues. ### Optional tool