Document built-in plugins

This commit is contained in:
Philipp Wolfer 2021-10-21 22:12:03 +00:00 committed by JuniorJPDJ
parent 44394275ec
commit 355b607f25
5 changed files with 78 additions and 1 deletions

View file

@ -5,6 +5,7 @@ PLUGIN = plugins.get_plugin_config(
name="listenbrainz",
label="ListenBrainz",
description="A plugin that allows you to submit your listens to ListenBrainz.",
homepage="https://docs.funkwhale.audio/users/builtinplugins.html#listenbrainz-plugin", # noqa
version="0.1",
user=True,
conf=[

View file

@ -7,7 +7,7 @@ PLUGIN = plugins.get_plugin_config(
"A plugin that enables scrobbling to ListenBrainz and Last.fm. "
"It must be configured on the server if you use Last.fm."
),
homepage="https://dev.funkwhale.audio/funkwhale/funkwhale/-/blob/develop/api/funkwhale_api/contrib/scrobbler/README.rst", # noqa
homepage="https://docs.funkwhale.audio/users/builtinplugins.html#scrobbler-plugin", # noqa
version="0.1",
user=True,
conf=[