| // include commons |
| include::{docdir}/common/toc.adoc[] |
| |
| // save parent informations |
| :parent-context: {context} |
| :parent-path: {path} |
| |
| // local path behind docdir |
| :path: {docdir}/docs/documentation |
| |
| // set document informations |
| [id='user-{context}'] |
| :context: user |
| |
| // content |
| |
| include::{path}/modules/user-concept-de.adoc[leveloffset=+1] |
| |
| include::{path}/modules/user-procedure-de.adoc[leveloffset=+1] |
| |
| include::{path}/modules/user-reference-de.adoc[leveloffset=+1] |
| |
| // tear down document and reset parent informations |
| :context: {parent-context} |
| :path: {parent-path} |