From 9b06500d3fa61ddb213d2c25c5edd40da45962d0 Mon Sep 17 00:00:00 2001 From: Min Kim Date: Tue, 7 Jan 2025 15:28:02 -0500 Subject: [PATCH] Apply feedback to documentation Signed-off-by: Min Kim --- docs/tooling/cli/04-templates.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/tooling/cli/04-templates.md b/docs/tooling/cli/04-templates.md index 2f49337c70..23ba3076e6 100644 --- a/docs/tooling/cli/04-templates.md +++ b/docs/tooling/cli/04-templates.md @@ -4,8 +4,7 @@ title: CLI Templates description: Overview of the new CLI Declarative Templates --- -The `backstage-cli new` command is now configurable through your root `package.json`. -You can also create and add your own CLI templates. +The behavior of the `backstage-cli new` command is configurable through your root `package.json`, and you can also create and add custom CLI templates to suit your needs. ## Basic Configuration