Currently the getting started pages use hard coded version numbers in the adoc pages. They should get their information from the site variables. However, for now this is not possible with awestruct. A workaround is to wrap the asciidoc into a haml page in which case variables can be passed to asciidoc (see orm/tooling.html.haml for an example).
Probably all adoc pages should be reviewed for hard coded variables.
|