khub - Fluid Topics - 3.11

Fluid Topics Configuration and Administration Guide

Category
Reference Guides
Audience
public
Version
3.11

The "khub" object is used to define all the parameters relative to a tenant's Knowledge Hub.

The "khub" object is mandatory and expects several or all elements detailed in the following sections.

The following example illustrates how "khub" parameters are defined:

{
"ui": {
...
},
"khub": {
"mode": "MANAGE",
"boProjectName": "Name of the project in the Back Office",
"target": {
"id": 4,
"status": "stable"
},
"pafs": {
"connector": [
"Authorit",
"Dita",
"MapAttachments",
"UnstructuredDocuments"
],
"atict": false,
"dita-ot": "DITA-OT-2.1",
"related_links": "all"
}
}
}