The URI to a JSON document containing the URLs to the documentation for the blueprints.
Identifier
documentation-json-uri
Data Type
string
Since
1.2.0
By providing such a JSON file with the space property documentation-json-uri a template author can provide the documentation for the template (Document Properties Marker Macro) and for the sections (Section Macro) of the template. Authors then are able to access the documentation by clicking the help button in edit mode.
Format
The JSON map has the names of the doctypes as the keys. The value is a map of section names with URLs as values.
The special key _default_ provides the URL for the doctype itself.
Moreover there is a default mapping that is applied when for a title of a section of a doctype no mapping can be found.
How it works
Here is an example of a short JSON file containing the documentation for the category doctype.
The JSON file, which is referenced by using the space property documentation-json-uri, will be cached by projectdoc for one day. If you need to use the new content you provided in your JSON file right now you can flush this cache by selecting flush on the Confluence cache management admin page.
For more details please visit the Confluence help page for Cache Statistics.
To flush the cache: Go to > General Configuration > Cache Management and flush the cache projectdoc Documentation Cache