On-premises customers - Fluid Topics - Latest

Deploy a Connector and Add a Source

Category
How To
Audience
public
Version
Latest

On-premises customers can activate a connector by adding one or several of the following values to the list of connectors in the conf.json file:

  • AuthoritMagellan
  • Dita
  • Ftml
  • FrameMaker-basic-html
  • Madcap-flare
  • Markdown
  • Microsoft-word
  • Openapi
  • Paligo

Example

{
  "connectors": [
    "Paligo",
    "Markdown",
    "Dita",
    "AuthoritMagellan",
  ],
  "pafs": {
    "connector": [
      "Ftml",
      "UnstructuredDocuments",
      "MapAttachments"
    ]
  }
}