Data Area Code Block
The areas block typically follows the menu-area block. There are several choices for area code blocks, the most significant being data-areas.
Individual data areas are defined using a pages block or a sections block. From a high level, the basic syntax of a data-area block is:
divetab version = "0.0" {
data-area id = <string> {
title <string>
icon <image string> retina = <boolean>
sections {
<page-type> {
<page-details>
}
}
pages {
<page-type> {
<page-details>
}
}
}
}