Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
PluginConfig
package kotly.plugin data class PluginConfig ( val name: String, val description: String?, val author: String, val version: String, val depends: List<String> )