Documentation Center

Publish plugins

The topic groups all plugins which can be used during the publish.

Publish execution flow

During the publish process there are 5 steps which are executed in the following order:
  • Export: All content files (topics, images, etc.) and their metadata are saved to the file system.
  • Before Compare: If the publish compares the current publication with another version, you can configure a sequence of PublishPostProcess plugins to execute on the current version, the compare version or both.
  • Compare: If the publish compares the current publication with another version, the configured PublishCompare plugin is executed.
  • Combine languages: If the publish contains multiple languages, the configured PublishCombineLanguages plugin is called to create one root map.
  • Post process plugins: Finally the configured sequence of PublishPostProcess plugins are executed