Devolutions's documentations build with 11ty.
- Node.js >= 12.0.0
You can use variables that are listed in the folder _data.
example
{{ en.AGENT }}
## {{ en.AGENT }} Description
...
To use variables in the Front Matter add eleventyComputed:
example
---
eleventyComputed:
title: Batch Edit in {{ en.RDM }}
---