Add documentation about how to develop a plugin #208
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The documentation about how to develop a plugin was missing. In the new
section "Develop a Plugin" we describe how any user can develop a plugin
for kobs. More information about plugins and how to add them to kobs can
found in the already existing section "Use the kobsio/app".
Until now the configuration for each plugin was found in the
"Configuration" section of the documentation, but it makes more sens
when the configuration for each plugin can be found on the corresponding
plugin documentation. For that we added a configuration section for each
plugin.
This means the "Configuration" section for each plugin, shows all
available options which can be set in the configuration file. The
"Options" section shows how the plugin can be used within a dashboard.