chore: address review comments for docs

Signed-off-by: Frank Kong <frkong@redhat.com>
This commit is contained in:
Frank Kong
2024-05-21 10:56:23 -04:00
parent 3d71ade01e
commit a1218fc171
3 changed files with 8 additions and 4 deletions
@@ -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.
+4
View File
@@ -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',
},
],
},
],
+1 -1
View File
@@ -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"
]