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
PublishPostProcessplugins to execute on the current version, the compare version or both. - Compare: If the publish compares the current publication with another version, the configured
PublishCompareplugin is executed. - Combine languages: If the publish contains multiple languages, the configured
PublishCombineLanguagesplugin is called to create one root map. - Post process plugins: Finally the configured sequence of
PublishPostProcessplugins are executed