You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2023/07/21 16:04:45 UTC

[superset] branch master updated: chore(docs): Adding link to additional visualization content (#24759)

This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new e210da963d chore(docs): Adding link to additional visualization content (#24759)
e210da963d is described below

commit e210da963de7309aeb3b972ceb1b4eb45762ad46
Author: Evan Rusackas <ev...@preset.io>
AuthorDate: Fri Jul 21 10:04:37 2023 -0600

    chore(docs): Adding link to additional visualization content (#24759)
---
 docs/docs/contributing/creating-viz-plugins.mdx | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/docs/contributing/creating-viz-plugins.mdx b/docs/docs/contributing/creating-viz-plugins.mdx
index 7956348f31..ea0f2dd425 100644
--- a/docs/docs/contributing/creating-viz-plugins.mdx
+++ b/docs/docs/contributing/creating-viz-plugins.mdx
@@ -15,6 +15,8 @@ The Superset project is always happy to review proposals for new high quality vi
 plugins. However, for highly custom viz types it is recommended to maintain a fork
 of Superset, and add the custom built viz plugins by hand.
 
+**Note:** Additional community-generated resources about creating and deploying custom visualization plugins can be found on the [Superset Wiki](https://github.com/apache/superset/wiki/Community-Resource-Library#creating-custom-data-visualizations)
+
 ### Prerequisites
 
 In order to create a new viz plugin, you need the following: