related_links - Fluid Topics - 3.10

Fluid Topics Configuration and Administration Guide

Category
Reference Guides
Audience
public
Version
3.10

The "related_links" parameter is used to define which DITA object must be used as a related link. DITA-OT can generate links at the end of topics, depending on the value entered for this parameter. It is optional. If unset, the default value is "none".

It must be configured with one of the following values:

  • "reltable": DITA-OT generates all links that have been declared inside the reltable.
  • "none": DITA-OT does not generate any links.
  • "all": DITA-OT generates all reltable links AND
    • one link for the previous topic,
    • one link for the next topic, and
    • one link for the parent topic.

Example

{
"ui": {
...
},
"khub": {
...
"pafs": {
...
"related_links": "reltable|none|all",
...
}
}
}