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