rename template extensions->templating extensions in docs
Signed-off-by: Matt Benson <gudnabrsam@gmail.com>
This commit is contained in:
+4
-4
@@ -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
|
||||
|
||||
|
||||
@@ -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',
|
||||
},
|
||||
],
|
||||
}),
|
||||
[
|
||||
|
||||
@@ -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
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user