From ab3886d1fb88e60446895ae4cda1ee3925c3ff00 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Tue, 1 Oct 2019 17:36:32 -0600 Subject: [PATCH] document the env and antoraVersion template variables --- docs/modules/ROOT/pages/templates.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/modules/ROOT/pages/templates.adoc b/docs/modules/ROOT/pages/templates.adoc index 55c96d1..450452e 100644 --- a/docs/modules/ROOT/pages/templates.adoc +++ b/docs/modules/ROOT/pages/templates.adoc @@ -142,6 +142,12 @@ Then, the "Edit the Page" link will not appear. | uiRootPath | The relative path to the root directory of the UI. + +| env +| The map of environment variables (sourced from `process.env`). + +| antoraVersion +| The version of Antora used to build the site (specifically the version of the @antora/page-composer package). |=== This model is likely to grow over time. -- 2.11.0