Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/trex_publish.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,24 +50,24 @@ The following flowchart shows how the settings on Tableau Server or Tableau Onli



## Publishing a dashboard extension to the Extension Gallery
## Publishing a dashboard extension to the Tableau Exchange

If you want to make your dashboard extension readily available to a large number of people, you can take steps to have your extension added to the [Tableau Extension Gallery](https://extensiongallery.tableau.com/).
If you want to make your dashboard extension readily available to a large number of people, you can take steps to have your extension added to the [Tableau Exchange](https://exchange.tableau.com/).

Publishing your extension to the gallery means that people will be able to discover your extension, find out what it can do, and then add the extension to their dashboards, all while working within Tableau.
Publishing your extension to the Tableau Exchange means that people will be able to discover your extension, find out what it can do, and then add the extension to their dashboards, all while working within Tableau.

In addition to the requirements for all extensions to ensure security and usability, such as:
* Using HTTPS
* Validating user input
* Declaring data access requirements
* Providing a URL that customers can use to get support for your the extension

Dashboard extensions that appear in the gallery must also:
Dashboard extensions that appear in the Exchange must also:

* Follow the Design Guidelines for Dashboard Extensions (user interaction and style guidelines for user interface elements).
* Ensure that the information in the extension manifest file (`.trex`) matches the content that you will publish in the Extension Gallery. For example, the `name`, `description` fields are used to populate the name and description fields in the Extension Gallery. The icon you use in the manifest should also be the icon that is used in the gallery. You need to provide a 280x280 pixel `.png` version of the icon.
* Ensure that the information in the extension manifest file (`.trex`) matches the content that you will publish in the Exchange. For example, the `name`, `description` fields are used to populate the name and description fields in the Exchange. The icon you use in the manifest should also be the icon that is used in the Exchange. You need to provide a 280x280 pixel `.png` version of the icon.

For information about getting your extension into the Extension Gallery, see [Submitting your Extension to the Extension Gallery]({{site.baseurl}}/docs/ux_extension_gallery.html){:target="_blank"}.
For information about getting your extension into the Exchange, see the <a href="{{site.baseurl}}/docs/ux_extension_gallery.html" target="_blank">Submitting your Extension to the Tableau Exchange</a>.

For information about designing an extension, see [Design Guidelines for Dashboard Extensions]({{site.baseurl}}/docs/ux_design.html){:target="_blank"}.

Expand Down