Files and folder structures - Fluid Topics - Latest

Antora Connector Reference Guide

Category
Reference Guides
Audience
public
Version
Latest

The .zip archive containing the publication must be organized as follows:

├── antora.yml
├── FluidTopicsControlFile.xml
└── build
    └── site
        └── <publication-name>
            └── <publication-version>
                └── index.html

Contents:

  • build/site/<publication-name>/<publication-version> is the directory that contains the HTML files. It is mandatory.

    <publication-name> and <publication-version> are placeholders. Users should replace them by the correct value for their document.

    Example:

    If the antora.yml file contains the following:

    name: this-is-an-example
    version: 1.2.3
    

    The folder containing the HTML files is:

    build/site/this-is-an-example/1.2.3
    
  • index.html is the index file. It is mandatory.