DokkaVersioningPluginParameters
Configuration for Dokka's Versioning plugin.
The versioning plugin provides the ability to host documentation for multiple versions of your library/application with seamless switching between them. This, in turn, provides a better experience for your users.
Note: The versioning plugin only works with Dokka's HTML format.
Properties
An optional list of paths to other documentation versions. It must point to Dokka's outputs directly. This is useful if different versions can't all be in the same directory.
An optional path to a parent folder that contains other documentation versions. It requires a specific directory structure.
An optional boolean value indicating whether to render the navigation dropdown on all pages.
An optional list of strings that represents the order that versions should appear in the dropdown menu.