From: Dan Allen Date: Tue, 1 Oct 2019 23:36:32 +0000 (-0600) Subject: document the env and antoraVersion template variables X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ab3886d1fb88e60446895ae4cda1ee3925c3ff00;p=working%2Feg-antora.git document the env and antoraVersion template variables --- 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.