From a1218fc1718f48197c1ac044556b7b7de36c4cb4 Mon Sep 17 00:00:00 2001 From: Frank Kong Date: Tue, 21 May 2024 10:56:23 -0400 Subject: [PATCH] chore: address review comments for docs Signed-off-by: Frank Kong --- ...ctions.md => authorizing-scaffolder-template-details.md} | 6 +++--- microsite/docusaurus.config.ts | 4 ++++ microsite/sidebars.json | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) rename docs/features/software-templates/{authorizing-scaffolder-tasks-parameters-steps-and-actions.md => authorizing-scaffolder-template-details.md} (97%) diff --git a/docs/features/software-templates/authorizing-scaffolder-tasks-parameters-steps-and-actions.md b/docs/features/software-templates/authorizing-scaffolder-template-details.md similarity index 97% rename from docs/features/software-templates/authorizing-scaffolder-tasks-parameters-steps-and-actions.md rename to docs/features/software-templates/authorizing-scaffolder-template-details.md index 27696af1a9..127677757c 100644 --- a/docs/features/software-templates/authorizing-scaffolder-tasks-parameters-steps-and-actions.md +++ b/docs/features/software-templates/authorizing-scaffolder-template-details.md @@ -1,7 +1,7 @@ --- -id: authorizing-scaffolder-tasks-parameters-steps-and-actions -title: 'Authorizing scaffolder tasks parameters, steps and actions' -description: How to authorize part of a template and authorize scaffolder task access +id: authorizing-scaffolder-template-details +title: 'Authorizing scaffolder tasks, parameters, steps, and actions' +description: How to authorize parts of a template and authorize scaffolder task access --- The scaffolder plugin integrates with the Backstage [permission framework](../../permissions/overview.md), which allows you to control access to certain parameters and steps in your templates based on the user executing the template. It also allows you to control access to scaffolder tasks. diff --git a/microsite/docusaurus.config.ts b/microsite/docusaurus.config.ts index e697c5024f..75a67406b6 100644 --- a/microsite/docusaurus.config.ts +++ b/microsite/docusaurus.config.ts @@ -171,6 +171,10 @@ const config: Config = { from: '/docs/getting-started/configuration', to: '/docs/getting-started/#next-steps', }, + { + from: '/docs/features/software-templates/authorizing-parameters-steps-and-actions', + to: '/docs/features/software-templates/authorizing-scaffolder-template-details', + }, ], }, ], diff --git a/microsite/sidebars.json b/microsite/sidebars.json index bfb9215705..a3d9f4dbec 100644 --- a/microsite/sidebars.json +++ b/microsite/sidebars.json @@ -130,7 +130,7 @@ "features/software-templates/writing-tests-for-actions", "features/software-templates/writing-custom-field-extensions", "features/software-templates/writing-custom-step-layouts", - "features/software-templates/authorizing-scaffolder-tasks-parameters-steps-and-actions", + "features/software-templates/authorizing-scaffolder-template-details", "features/software-templates/migrating-to-rjsf-v5", "features/software-templates/migrating-from-v1beta2-to-v1beta3" ]