Skip to content

Commit

Permalink
clarify the value of the next/previous/parent properties on the page …
Browse files Browse the repository at this point in the history
…model
  • Loading branch information
mojavelinux committed May 16, 2020
1 parent 3011e95 commit e5e3c4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/modules/ROOT/pages/templates.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -141,13 +141,13 @@ Then, the "Edit the Page" link will not appear.
| The page layout for the current page.

| page.next
| The next logical page in the navigation tree.
| The next reachable page in the navigation tree (skips past text-only and external items).

| page.previous
| The previous logical page in the navigation tree.
| The previous reachable page in the navigation tree (skips past text-only and external items).

| page.parent
| The parent page in the navigation tree. Will resolve to grandparent if parent item is not a page.
| The parent page in the navigation tree (skips past text-only and external items).

s| env
| The map of environment variables (sourced from `process.env`).
Expand Down

0 comments on commit e5e3c4c

Please sign in to comment.