To relate a Fluid Topics Control File to an Antora publication, use:
- The
<filePath>
element set to the path of theantora.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>