BookUtils.createText(div, "The resource path is the connection between the configurationDirectory of a ConfigurationPropertiesReader '" + getPropertiesReader().getConfigurationDirectory() + "' and the static path '" + GRAPH_RELATIVE_PATH +"'");
getPropertiesReader().fillDocumentation(type, div, context);
} else if (DocumentationResourecesId.DOCUMENTATION_DEVELOPER.equals(type)){
propertiesReader.fillDocumentation(type, documentationParent, context);
try {
ClassResourceIterator getter = getGraphResourceGetter();
BoostedNode chapter = BookUtils.createDiv(documentationParent, "The navigation is defined in " + getter.getResourcePath() + ". ");
if (! getter.hasNext()){
BookUtils.createText(chapter, "The file is (probably) not implemented yet.");
}
} catch (Exception ex){
BookUtils.createText(documentationParent, "The navigation documentation could not be created. Cause is " + ex.getMessage());