summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Allen <dan@opendevise.com>2018-12-10 12:32:34 -0700
committerDan Allen <dan@opendevise.com>2018-12-10 12:32:34 -0700
commitee85fb5bec583632e7eca65afd73913553b53fd1 (patch)
tree6c61e6cf5aeebe08b89290326faaac1bf303d3e6
parent7f82c4480295c7179dfd42a0a5e6692714f5a96b (diff)
downloadalpine-antora-theme-ee85fb5bec583632e7eca65afd73913553b53fd1.tar.bz2
alpine-antora-theme-ee85fb5bec583632e7eca65afd73913553b53fd1.tar.xz
document page.next, page.previous, and page.parent in UI model [skip ci]
-rw-r--r--docs/modules/ROOT/pages/templates.adoc9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/modules/ROOT/pages/templates.adoc b/docs/modules/ROOT/pages/templates.adoc
index da823db..8b4a383 100644
--- a/docs/modules/ROOT/pages/templates.adoc
+++ b/docs/modules/ROOT/pages/templates.adoc
@@ -111,6 +111,15 @@ If this is an aspect page, the canonical URL is the URL of the primary (non-aspe
| page.layout
| The page layout for the current page.
+| page.next
+| The next logical page in the navigation tree.
+
+| page.previous
+| The previous logical page in the navigation tree.
+
+| page.parent
+| The parent page in the navigation tree. Will resolve to grandparent if parent item is not a page.
+
| uiRootPath
| The path to the root directory of the UI.