Fluid Topics Control File - Fluid Topics - Latest

Antora Connector Reference Guide

Category
Reference Guides
Audience
public
Version
Latest

To relate a Fluid Topics Control File to an Antora publication, use:

  • The <filePath> element set to the path of the antora.yml file.
  • The <originId> element of the document.

Example with <filePath>:

<?xml version="1.0" encoding="UTF-8"?>
<controlFile>
    <resources>
        <resource lang="en-US">
            <filePath>antora.yml</filePath>
        </resource>
    </resources>
</controlFile>

Example with <originId>:

<?xml version="1.0" encoding="UTF-8"?>
<controlFile>
    <resources>
        <resource lang="en-US">
            <originId>sample-main</originId>
        </resource>
    </resources>
</controlFile>