Documentation

{{docApp.title}}

{{docApp.description}}

How can we help?

{{docApp.searchError}}
{{product.name}}

Searching in {{docApp.searchFilterBySpecificBookTitle}}

{{docApp.searchResultFilteredItems.length}} results for: {{docApp.currentResultsSearchText}} in {{docApp.searchFilterBySpecificBookTitle}}
Search results have been limited. There are a total of {{docApp.searchResponse.totalResultsAvailable}} matches.

You have an odd number of " characters in your search terms - each one needs closing with a matching " character!

{{docApp.libraryHomeViewProduct.title || docApp.libraryHomeViewProduct.id}}

{{docApp.libraryHomeViewProduct.description}}

  1. {{book.title}}

{{group.title || group.id}}

{{group.description}}

  1. {{book.title}}

{{group.title}}

Server Variables

When the development preview server serves a Markdown file or static HTML file, or when a HDocBook is packaged for deployment, there are a number of variables that are processed if they are encountered in the content. Each variable name is written in UPPER_CASE and word-separated by an underscore, and for the server to process these variables they should be encapsulated in double curly braces {{VAR_NAME}}.

Available Server Variables

Variable Current Value Description
{{BUILD_NUMBER}}
0 The build number of the HDocBook being viewed. If the HDocBook is in development mode, then this will be zero (0).
{{BUILD_DATE}}
2025-04-01 13:18:13 The date/time this document was built. If the HDocBook is in development mode, this will be set to the current date/time.
In This Document