Cleanup from merging main

This commit is contained in:
Jeremy Stretch 2026-07-21 09:25:44 -04:00
parent e50683fee9
commit ab07002df8
3 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
# Jinja Config Templates
NetBox uses [Jinja](https://jinja.palletsprojects.com/) to render [configuration templates](../../features/config-templates.md). Plugins can extend this rendering pipeline in two complementary ways:
NetBox uses [Jinja](https://jinja.palletsprojects.com/) to render [configuration templates](../../features/configuration-rendering.md#configuration-templates). Plugins can extend this rendering pipeline in two complementary ways:
1. **Register custom filters** — make new template filters available by name in every config template.
2. **Inject context variables** — add extra variables that are available inside every config template render.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long