chore: Add template milestone 3 updates#1965
Conversation
|
✅ All required contributors have signed the F5 CLA for this PR. Thank you! |
|
I have hereby read the F5 CLA and agree to its terms |
|
|
||
| ### Static include files | ||
|
|
||
| Templates can bundle static, non-templated files that are deployed alongside the rendered NGINX configuration. These are declared with `file_type: include` and are referenced from within the template using a standard NGINX `include` directive. |
There was a problem hiding this comment.
"non-templated" is referring to a file with contents that are not Go-template text(we use the extension .tmpl to determine that). Probably need to better wordsmith this.
There was a problem hiding this comment.
Have rephrased this as:
Templates can bundle static files that are deployed alongside the rendered NGINX configuration. Unlike template files (which use Go template syntax and the
.tmplextension), these files contain plain static content — such as NGINX configuration snippets or data files — and are not processed by the template engine. They are declared withfile_type: includeand are referenced from within the template using a standard NGINXincludedirective.
Proposed changes
Config Templates — UI screens, submission persistence, and template management
New files
Updated files
Checklist
Before sharing this pull request, I completed the following checklist:
Footnotes
Potentially sensitive information includes personally identify information (PII), authentication credentials, and live URLs. Refer to the style guide for guidance about placeholder content. ↩