| // include commons |
| include::{docdir}/common/toc.adoc[] |
| |
| // save parent informations |
| :parent-context: {context} |
| :parent-path: {path} |
| |
| // local path behind docdir |
| :path: {docdir}/docs/howto |
| |
| // set document informations |
| [id='howto-{context}'] |
| :context: howto |
| |
| // content |
| = HowTo |
| |
| ifeval::["{lang}" == "de"] |
| include::{path}/modules/build-procedure-de.adoc[leveloffset=+1] |
| include::{path}/modules/config-procedure-de.adoc[leveloffset=+1] |
| include::{path}/modules/run-procedure-de.adoc[leveloffset=+1] |
| include::{path}/modules/code-procedure-de.adoc[leveloffset=+1] |
| include::{path}/modules/test-procedure-de.adoc[leveloffset=+1] |
| endif::[] |
| |
| // tear down document and reset parent informations |
| :context: {parent-context} |
| :path: {parent-path} |