rename template extensions->templating extensions in docs

Signed-off-by: Matt Benson <gudnabrsam@gmail.com>
This commit is contained in:
Matt Benson
2025-05-02 10:23:47 -05:00
parent 41380bdcc4
commit f20bebc941
5 changed files with 12 additions and 8 deletions
@@ -1,7 +1,7 @@
---
id: template-extensions
title: Template Extensions
description: Template extensions system
id: templating-extensions
title: Templating Extensions
description: Templating extensions system
---
Backstage templating is powered by [Nunjucks][]. The basics:
@@ -117,7 +117,7 @@ may be any combination of filters, global functions and global values. With the
new backend you would use a scaffolder plugin module for this; later we will
demonstrate the analogous approach with the old backend.
## Streamlining Template Extension Module Creation with the Backstage CLI
## Streamlining Templating Extension Module Creation with the Backstage CLI
The creation of a "template environment customization" module in Backstage can
be accelerated using the Backstage CLI.
@@ -711,9 +711,9 @@ powerful [Nunjucks templating engine](https://mozilla.github.io/nunjucks/).
To learn more about basic Nunjucks templating please see
[templating documentation](https://mozilla.github.io/nunjucks/templating.html).
Information about Backstage's built-in Nunjucks extensions, as well as how to
Information about Backstage's built-in templating extensions, as well as how to
create your own customizations, may be found at
[Template Extensions](./template-extensions.md).
[Templating Extensions](./templating-extensions.md).
## Template Editor
+4
View File
@@ -269,6 +269,10 @@ const config: Config = {
from: '/docs/plugins/url-reader/',
to: '/docs/backend-system/core-services/url-reader',
},
{
from: '/docs/features/software-templates/template-extensions/',
to: '/docs/features/software-templates/templating-extensions',
},
],
}),
[
+1 -1
View File
@@ -228,7 +228,7 @@ export default {
'features/software-templates/migrating-from-v1beta2-to-v1beta3',
'features/software-templates/dry-run-testing',
'features/software-templates/experimental',
'features/software-templates/template-extensions',
'features/software-templates/templating-extensions',
],
},
{
+1 -1
View File
@@ -71,7 +71,7 @@ nav:
- Builtin Actions: 'features/software-templates/builtin-actions.md'
- Writing Custom Actions: 'features/software-templates/writing-custom-actions.md'
- Writing Custom Step Layouts: 'features/software-templates/writing-custom-step-layouts.md'
- Template Extensions: 'features/software-templates/template-extensions.md'
- Templating Extensions: 'features/software-templates/templating-extensions.md'
- Migrating from v1beta2 to v1beta3 templates: 'features/software-templates/migrating-from-v1beta2-to-v1beta3.md'
- Dry Run Testing: 'features/software-templates/dry-run-testing.md'
- Backstage Search: