mirror of
https://github.com/zulip/zulip.git
synced 2025-10-29 11:03:54 +00:00
integrations: Remove ancient legacy trello plugin docs.
This has been "legacy" since 2016, so surely nobody is using it.
This commit is contained in:
@@ -609,17 +609,6 @@ INTEGRATIONS: Dict[str, Integration] = {
|
||||
),
|
||||
"svn": Integration("svn", "svn", ["version-control"], doc="zerver/integrations/svn.md"),
|
||||
"trac": Integration("trac", "trac", ["project-management"], doc="zerver/integrations/trac.md"),
|
||||
"trello-plugin": Integration(
|
||||
"trello-plugin",
|
||||
"trello-plugin",
|
||||
["project-management"],
|
||||
logo="images/integrations/logos/trello.svg",
|
||||
secondary_line_text="(legacy)",
|
||||
display_name="Trello",
|
||||
doc="zerver/integrations/trello-plugin.md",
|
||||
stream_name="trello",
|
||||
legacy=True,
|
||||
),
|
||||
"twitter": Integration(
|
||||
"twitter",
|
||||
"twitter",
|
||||
|
||||
Reference in New Issue
Block a user